A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    1
    - 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

  2. #2
    Junior Member
    Join Date
    Sep 2000
    Posts
    22
    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




Click Here to Expand Forum to Full Width


HTML5 Development Center