A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: How do I go to the next frame???

  1. #1
    Junior Member
    Join Date
    Apr 2007
    Posts
    2

    How do I go to the next frame???

    If anybody is still ON this forum,how in the world do I go to the next frame? I looked almost everywhere,and in the help contents but I can't find how to do It.Pleez tell me!

  2. #2
    Game Master ConnELITE's Avatar
    Join Date
    Apr 2005
    Location
    United States, DC
    Posts
    474
    Next frame of what? Please try to be more specific if you want your question answered.
    BC

  3. #3
    Student
    Join Date
    Apr 2001
    Location
    -
    Posts
    4,756
    in Flash > key (my guess)
    in Flash player ctrl+right
    in Actionscript
    Code:
    nextFrame();
    or
    Code:
    gotoAndStop(_currentframe+1);
    please try to be more concrete next time,- kind of rude throwing things without context in this board

  4. #4
    Senior Member creekmonkey's Avatar
    Join Date
    Jul 2006
    Posts
    121
    In the help files under movie methods it explains the goto function.


    root.gotoAndPlay("lable_name" or "scene_name")

  5. #5
    Junior Member
    Join Date
    Apr 2007
    Posts
    2
    Thanks!

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