A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [F8] on handler or not?

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    116

    [F8] on handler or not?

    I am trying to keep my main timeline short by placing my movies frame by frame and I wanted to put a action on the last part of each movie making the main time line move onto frame 2 , 3 etc etc.

    Inside movie 1 I put

    gotoAndPlay("Scene 1", 2);

    Does this need to be on some kind of handler?
    I have a stop action on each frame of the main time line.

    Thanks

  2. #2
    Junior Member
    Join Date
    Dec 2007
    Posts
    26
    Quote from Flash help (loosely quoted...): "You can only use the scene parameter in the root timeline, not in a movie clip's timeline"

    Try labeling each frame something and then using _parent.gotoAndPlay("Clip1"); As far as I know you can't start a name with a number, so don't try just labeling them 1, 2, 3, etc. Make it Clip1 or something like that.

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