Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Pausing |
From: | Williams, Marcus |
Date: | Thu, 11 May 2000 14:30:40 +0100 |
Thank you both Laura and Ilia.
Got it to work.
I used Laura's original suggestion.
I added 3600 frames !!
(kidding)
Marcus
-----Original Message-----
From: Ilia Pasymansky [iliap75hotmail [dot] com (mailto:iliap75hotmail [dot] com)]
Sent: Thursday, May 11, 2000 2:32 AM
To: flasherchinwag [dot] com
Subject: Re:FLASH: Pausing
>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 helpchinwag [dot] com
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 helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]