Jun 4, 2005 #1 immovfp Programmer Jun 18, 2002 6 FR Hi all, I would like to know, if we can to acced the frame 2 of my button (_Over) I have this code on (keypress("<up>")) { mybutton.gotoAndStop(2); } And its doesn't work. Have you an idea ? because i don't found my problem on the web. thanks Olivier
Hi all, I would like to know, if we can to acced the frame 2 of my button (_Over) I have this code on (keypress("<up>")) { mybutton.gotoAndStop(2); } And its doesn't work. Have you an idea ? because i don't found my problem on the web. thanks Olivier
Jun 4, 2005 1 #2 pixl8r Programmer Aug 9, 2001 1,487 US Buttons do not behave that way. You will have to make your button a movie clip to acheive that kind of functionality. Wow JT that almost looked like you knew what you were doing! Upvote 0 Downvote
Buttons do not behave that way. You will have to make your button a movie clip to acheive that kind of functionality. Wow JT that almost looked like you knew what you were doing!