A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Timeline Pause

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    15

    Timeline Pause

    How do I pause my timeline and wait for a movie to load before moving on to the next frame?

    Also, is there a script to pause a movie in the timeline for a specified amount of time?

    Thanks.

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You had a stop(); action on that frame. Then you monitor the loading of the movie (in terms of bytes loaded compared to it's total bytes), and when the movie is fully loaded, then have the main timeline play again, with a _level0.play(); action.

  3. #3
    Junior Member
    Join Date
    May 2004
    Posts
    15
    Thanks.

    Whar about pausing a movie for a specified amount of time? Is there a script for that?

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    PMed you a link to a thread...

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