A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: _root. NOT WORKING!!!!

  1. #1
    Member
    Join Date
    Dec 2004
    Posts
    33

    _root. NOT WORKING!!!!

    Okay at the end of a movie clip ON THE 2ND SCENE!! i put _root.gotoAndPlay("Scene 3", 1);

    but it just goes to scene 2 frame 1!!
    i tried _root.gotoAndPlay(1);
    Lindsay

  2. #2
    Member
    Join Date
    Dec 2004
    Posts
    33

    hehe

    ya i want it to gotoandplay scene 3 on frame 1.. thanks
    Lindsay

  3. #3
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    Use framelabels in stead. They are safer and scene independent.

    So if you named the frame gallery for instance...... you can target it with...

    _root.gotoAndPlay("gallery");

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Se my first post in this thread about labels and targeting them...

    http://www.flashkit.com/board/showth...hreadid=584159 // labels

  5. #5
    Member
    Join Date
    Dec 2004
    Posts
    33

    wow

    wow gee thanks that worked
    Lindsay

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