A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: stop on frame for a few seconds, then continue play

  1. #1
    Junior Member
    Join Date
    Oct 2005
    Posts
    11

    stop on frame for a few seconds, then continue play

    hey,
    how can i make a movie clip stop on a frame for like 20 seconds, then just go to the next frame?

    just you wait, i'll have a whole plethora of stupid questions

    THANKS,
    dave

  2. #2
    Member
    Join Date
    Nov 2005
    Posts
    32
    I dont know how to make it stop, but you could just put in enough frames to equal the amount of time. Thats if your not worried about size.....

  3. #3
    Junior Member
    Join Date
    Oct 2005
    Posts
    11
    i kinda am concerned with size.. anyone else got an idea?

  4. #4
    Member
    Join Date
    Nov 2005
    Posts
    32
    Quote Originally Posted by jabatheglut
    i kinda am concerned with size.. anyone else got an idea?
    Sorry, Im not good with actionscript.

  5. #5
    Junior Member
    Join Date
    Oct 2005
    Posts
    11

  6. #6
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    use the code. mc = instance name of movieclip. code goes on main timeline
    PHP Code:
    function advance(){
        
    mc.nextFrame();
        
    mc.play()
        
    clearInterval(myTime);
    }
    myTime setInterval(advance,20000); 
    If you don't think you're going to like the answer, then don't ask the question.

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