Groups | Blog | Home
all groups > flash actionscript > november 2006 >

flash actionscript : Button scripting


GrizzlyWalky
11/12/2006 5:54:47 PM
Hi everyone! :smile;

I'm having problems with the coding for some buttons and I'm sure it's no big
deal but hey, beeing a beginner... total blank here! :embarrassment;
Here's the situation : Lets say that in [b]Scene 1[/b] and on [b]Frame 10[/b]
(with a stop action on it) I have a movie clip called "movie1". And within that
particular movie clip, I have a button. Now, in the ActionScript of that button
(in "movie1"), I would like it to "on (release)" to go to [b]Scene 1[/b] and
play frame 11.

I tried many things but nothing works. :sad; So could someone please show me
the code I need put on the button to achieve that?

Thank you very much in advance.
kglad
11/12/2006 6:03:38 PM
don't use scenes to navigate and don't use the goto functions. use frame labels and the goto methods. for example:



GrizzlyWalky
11/12/2006 9:20:14 PM
Thanks again kglad !

kglad
11/12/2006 9:40:03 PM
AddThis Social Bookmark Button