Flasher Archive

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


Subject: Re: FLASH: Mimick wait state
From: Nigel Randsley-Pena
Date: Wed, 28 Jul 1999 22:20:34 +0100

Gilbert,

Don't use the loop construct.
A simple solution would be :
1st frame :
Set Variable: "StartWatch" = GetTimer
Set Variable: "TimeCheck" = 0
2nd frame :
blank frame
Set Variable: "TimeCheck" = GetTimer - StartWatch
3rd frame :
If(TimeCheck < 333)
Go to Previous Frame
Else
Go to Next Frame
End If
4th frame :
Resume normal programme...

This will work without problems.

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: Mimick wait state, Gilbert Irias

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