A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Actionscript in movies

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    6
    I have a movie with 2 scenes (Opening and Main). Also, there is a movie clip (Text Fade). At the end of Text Fade_MC, there is a button with this script:

    on (release) {
    _parent.gotoAndStop ("Main" , 1);
    stop ();
    }

    Text Fade is placed on the scene "Opening". I want the button to take the User to the first frame of the second scene (Main). It's not working. Please help. If you need to see the file, drop me a line and I will send it to you. kinesismm@hotmail.com

    Thanks

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    168
    make "main" a frame label on the first frame of that scene and try gotoAndStop ("main");


    -dan

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