A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: going between scenes with symbols inside symbols

  1. #1
    FunkNastyJim
    Join Date
    Nov 2001
    Posts
    21
    Hi,
    this is bugging me really bad, I have a game and i have a dynamic text thats a timer and i want it to go to the next scene when it reaches zero. so i wrote an if statement for it in one of the onClipEvent area's and i know it goes into the if statement and the if looks like:
    if (((60000 - getTimer()) / 1000) < 0)
    {
    gotoAndPlay("Scene 2",1);
    }

    but this does not go to the next scene it just stays in the same frame and continues counting down. I thought it might have something to do with me having movie clips with symbols as frames that are more movie clips. I know this sounds confusing but if anyone has a clue what i could do to fix this i would GREATLY appreciate it!
    thanks,
    matt



  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    hi lare5,
    _root.gotoAndPlay("label");
    should work
    gparis

  3. #3
    FunkNastyJim
    Join Date
    Nov 2001
    Posts
    21

    thanks


    thanks for the help i got it to work with your advice.
    matt

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