A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: action script help

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    8

    action script help

    I am trying to figure out how to make the end of a scene jump to another scene besides the one that follows it. Such as at the end of scene one it jumps to scene 4 instead of going directly to scene 2. Does anyone know how to do this.

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Use frame labels. Like in scene 4 frame 1, add a label named sc4fr1. Then at the end frame of scene 1:

    stop();
    _root.gotoAndPlay("sc4fr1");

  3. #3
    Junior Member
    Join Date
    Dec 2003
    Posts
    8
    How do you label scenes. This is not something I am altogether familliar with. I am using Flash 2004.

  4. #4
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Make a new layer for labels. Make sure there is a keyframe in the frame you want to label, then look in the Properties panel, on the left, for some greyed out text that says: <Frame Label>. click in there and type in the label name and hit enter.

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