A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: [RESOLVED] playing a 20 frame movieclip in a single frame

  1. #1
    Member
    Join Date
    Apr 2008
    Posts
    71

    resolved [RESOLVED] playing a 20 frame movieclip in a single frame

    can anyone tell me how to get a movieclip to play in a single frame before it goes to the next frame on the timeline?
    Last edited by grebs; 04-17-2008 at 11:12 AM.

  2. #2
    Member
    Join Date
    Oct 2007
    Posts
    50
    Put a stop function on the frame you want the movie clip on in the main time line.
    Put the movie clip on this frame.
    Put the following code on the last frame of the movie clip:

    _root.nextFrame();

  3. #3
    Member
    Join Date
    Apr 2008
    Posts
    71
    i think thats how you used to do it in actionscript 2.0. have you got any idea how to do it actionscript 3.0? thanks, grebs

  4. #4
    Member
    Join Date
    Oct 2007
    Posts
    50
    Sorry I don't really deal with AS 3.0. I'm pretty sure the concept is the same though, but the code you put on the last frame may just be slightly different.

  5. #5
    Member
    Join Date
    Apr 2008
    Posts
    71
    no worries, thanks for your time

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