Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : I need to create a button that can...


too4flynchen
3/30/2004 11:23:55 PM
play a scene on release but THEN after the scene is over go back to the first
scene on the 2nd frame. I hope that makes sense. This is the script on the
button when we're in the first scene ("Scene 1", 1)

[b]on (release) {
gotoAndPlay("Scene 2", 1);
[/b]
Now what I need it to do after the last frame of scene 2 (frame 5) is to
somehow come back to ("scene1" , 2). Somebody please help!

thanks
Bnuessler86
3/30/2004 11:27:30 PM
too4flynchen
3/30/2004 11:33:16 PM
ok..I know I could do that...but I was hoping (to save filesize) to have
multiple buttons use that same scene and then cut back to their respective
frames...
so lets say there is button 2...when clicked I would want it to go to Scene 2
frame 1. Then after Scene 2 frame 5, go back to scene 1, but display frame 3.

do you know what I mean?
too4flynchen
3/31/2004 1:32:54 AM
AddThis Social Bookmark Button