A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: goto and play next frame

  1. #1
    Junior Member
    Join Date
    Apr 2007
    Location
    Barcelona
    Posts
    28

    goto and play next frame

    Hello everyone,

    How we say in actionscript goto and stop to the next frame
    gotoAndStop(?)

    Thanks

  2. #2
    Member
    Join Date
    Aug 2004
    Location
    HOLLAND!
    Posts
    45
    just fill in the number of the frame you want to go to on the place of the "?"

    dont know if this works:
    gotoAndStop(nextFrame);

    you'd have to try that for yourself

  3. #3
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    if you're just wanting to go to the next frame & stop, you could use :
    _root.nextFrame();

    if you wanted to go to the next frame inside a movie clip with the instance name of "MyClip1_mc" which is sitting on the _root timeline, then you would say :
    _root.MyClip1_mc.nextFrame();
    1 Infinite Loop, Cupertino is a portal of Hell.

  4. #4
    Junior Member
    Join Date
    Apr 2007
    Location
    Barcelona
    Posts
    28
    Thanks again GotoAndStop

  5. #5
    Junior Member
    Join Date
    Apr 2007
    Location
    Barcelona
    Posts
    28
    lol I mean GotoAndCrash. A lot of ours on the computer...

  6. #6
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    heh, i almost said somethin...
    1 Infinite Loop, Cupertino is a portal of Hell.

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