Flasher Archive

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


Subject: RE: FLASH: insert pause
From: Paul Willoughby
Date: Wed, 23 Aug 2000 17:08:25 +0100

something like this is what I usually use:

frame 1:
Set Variable: "pause" = "5000"
Set Variable: "time1" = GetTimer

frame 2:
Set Variable: "time2" = GetTimer

frame 3:
If ((time2 - time1) > pause)
Go to whatever
Else
Go to and Play (3)
End If

hth

Paul
-----Original Message-----
From: Matt Spiegler [mspiegleratlightbulbpress [dot] com (mailto:mspiegleratlightbulbpress [dot] com)]
Sent: 23 August 2000 15:47
To: flasher-L
Subject: FLASH: insert pause


how would you tell your movie to pause on a frame for 5 seconds, then
continue?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Out of memory, Ken Lanxner

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