A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Delay or Timeout?

  1. #1
    Junior Member
    Join Date
    May 2000
    Posts
    16
    Hello, I was womdering if there is a delay or timeout i can set in a frame so my movie clip will play through before moving on.

    What I did was add a short animated gif at the end of my timeline. I would like it to play for a few seconds (15 or so) before my movie loops back to the begining.

    thanks in advance,

    Jouster

  2. #2
    Member
    Join Date
    Apr 2000
    Posts
    40
    You could put in a frame loop like this:

    frame x:
    set variable "counter" = counter + 1

    next frame:
    if counter < 150 (or what ever value gives you the right delay)
    Goto and play frame x
    else
    play
    end if

    I hope this helps, although you've probably thought of this already.

    Rob


  3. #3
    Junior Member
    Join Date
    May 2000
    Posts
    16
    Thanks, i will try that. No I didnt think of it already..I'm an actionscript newbie.

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