Flasher Archive

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


Subject: Re:FLASH: Pausing
From: Ilia Pasymansky
Date: Thu, 11 May 2000 07:45:07 +0100

>There's also the GetTimer thing. I think that would be the 2nd easiest.
>Set Variable: "whatever" = GetTimer
>Set Variable: "2ndwhatever" = GetTimer
>If whatever - 2ndwhatever > 20 (or whatever you want)
>play
>or goto frame label or whatever you want it to do.

>It counts in microseconds, so you might actually want a number more like
500
>or 5000 or something.
>uhhh, I haven't tested this :)

>Laura

wouldn't the both variables have the same value???

i think you should place those on 3 different frames
1.Set Variable: "whatever" = GetTimer
2.Set Variable: "2ndwhatever" = GetTimer
3.If (2ndwhatever - whatever < 2000)
goto and play 2
else
go whatever
end if
Ilia

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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