Flash help
Flash help
- Started
- Last post
- 1 Response
- ninjasavant
Hi,
I suck with Flash. I need to play a scene, then load and play an external swf then go to another scene. I can make the external swf load after the first scene but how do I make the 3rd scene play when the swf is finished? Is there an actionscript that can wait for the external file to finish then go to the next scene?
My approach so far has been to make frames in the second scene equal to the supposed duration of the external swf with a gotoandplay action at the end but it doesnt seem to work. Is there a better way?
- joyride0
at the end of the loaded swf, just put:
_root.gotoAndPlay("3rdsceneName... 1);I don't like to use _root so depending on the path, you could also put _parent.goto...