delay function

Post Reply
gaurav.shetti
Posts: 119
Joined: Fri Feb 27, 2009 9:09 am

delay function

Post by gaurav.shetti »

Do have a delay function in thunderstone. This is the scenario i am trying to emulate.
Print Text1
then delay for a few seconds
Print Text2
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

delay function

Post by John »

Yes, there is a <sleep> function. You should call <flush> before the sleep to make sure the first text is output.

Text1
<flush>
<sleep 5>
Text2
John Turnbull
Thunderstone Software
Post Reply