Flasher Archive

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


Subject: Re: FLASH: Timed go and return?
From: Stephen
Date: Wed, 5 Jul 2000 12:06:10 +0100

Create an MC called "timer" with these timeframe actions:
First frame:
Stop

Second frame:
Play
Set Variable: "stopped_time" = GetTimer

Third frame:
Set Variable: "current_time" = GetTimer
Set Variable: "time" = Int((stopped_time - current_time)/1000)
If (time >= 5) // being 5 seconds
Goto and Play ( Random(10) + 5 ) // random plays frames 5 to 14
End If

Fourth frame:
Goto and Play (3)

Put this MC in the first frame of your movie, give it an instance ("timer"
will do) and add this action:
Tell target ("timer")
Goto and Play (2)
End Tell target

If I'm not mistaken, this should do it.



Stephen


----- Original Message -----
From: "skizz" <skizzatskizz [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, July 05, 2000 6:27 PM
Subject: FLASH: Timed go and return?


> Okay, I have a Flash movie with a series of movie clips in the first
> frame. The movie is basically only the first frame. What I want is for
> the movie to go to the 8th, or 9th, or a certain frame every 5
> seconds, or any time I specify. In the 8th or 9th frame I would
> include an "Go To Frame 1" action, so basically all I need is an
> action in the first frame to make it go to the 8th or 9th frame ever
> so and so seconds. Any help is appreciated. Thank you :-)
>
> Skizz - It's Like Jelly
> ---------------
> www.skizz.com
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Timed go and return?, skizz

Replies
  FLASH: Timed go and return?, skizz

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