At 12:36 PM -0400 10/16/00
>> I need to script a wait command
>
>Well here's a simple way:
>
>on waitFor intSeconds
>  endTime = the milliSeconds + ( 1000 * intSeconds )
>  repeat while the milliSeconds < endTime
>  end repeat
>end

That is not a great way to wait, because it locks out other interactivity.

See the following for a Lingo-based behavior that replaces the Tempo
channel option:

http://www.zeusprod.com/ftp/tempo.sit

Bruce

Bruce Epstein, Zeus Productions, [EMAIL PROTECTED], 732-940-2800
Check out LAST CALL - The Ultimate Bartending Sim:
http://www.zeusprod.com/games/lastcall.html
--------
Director and Lingo in a Nutshell (DiaN/LiaN) kick butt.
Free Sample Chapters: http://www.zeusprod.com/nutshell/downloads/
--------



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to