[DOS] How to code for a time delay?
- Posted by Alex Caracatsanis <sunpsych at ncable.com.au> May 27, 2007
- 699 views
Suppose I wanted to display a row of stars on the screen in sequence, each appearing (let's say) 1 second after the previous star, eg: "*" <wait 1 sec> "*" <wait 1 sec> "*" <wait 1 sec> "*" ... Is there a routine that will do this - eg time()? tick_rate()? Any hints appreciated! Alex Caracatsanis