Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Flash 4 timing loop
From: Nigel Randsley-Pena
Date: Tue, 29 Jun 1999 22:11:09 +0100

Len,

Try this :

First frame :
Set Variable: "Interval" = 10000
Set Variable: "startTime" = GetTimer
Second frame :
Set Variable: "elapsed" = GetTimer - startTime
Third frame:
If (elapsed >= Interval)
Go to and Stop (5)
End If
Fourth frame:
Go to and Play (2)
Fifth frame:
Load Movie ("Overview.swf", 0)
FS Command ("loadMovie", "00Overview.swf")

The above will work but I do have an observation. You say "Assumption:
loop will terminate when Overview.swf loads into level0." Is that when
or then. If it's then the above is what you want if not...

Nigel

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: Flash 4 timing loop, Harrison, Len

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]