|
-
- I load an external .swf to level 1 from level 0
- I unload external .swf back to level 0
OK SIMPLE.........
How do I specify where I want to go on level 0 when the level 1 .swf is finished
Ex:
When level 1 is finished I want to gotoandPlay frame 1, level 0, scene 1
I would appreciate someones help on this.....
Thanks
-
i just had this problem although i am a newbie
but in actionscript you can use the _level command.
for your example
_level0.gotoandplay(1,1)
in other words for the level 0 movie go to and play scene 1, frame 1
hope this helps
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|