Page 1 of 1

Real-Time Pause?

Posted: Tue Jun 07, 2005 5:33 pm
by Merk
Is there any way to do a real-time pause? Maybe I'm overlooking something, but I'd like to be able to pause the program for maybe a quarter-second. Any suggestions?

Posted: Tue Jun 07, 2005 6:06 pm
by pinback
Run it on Windows.

Posted: Tue Jun 07, 2005 6:29 pm
by Merk
I am. But as far as I can tell, there are no platform-specific commands in Hugo. I guess if it can't be done, it's not a big deal. Just curious.

Posted: Tue Jun 07, 2005 6:30 pm
by Merk
Oh. Funny.

Posted: Tue Jun 07, 2005 6:49 pm
by pinback
a/s/l?

Posted: Tue Jun 07, 2005 7:58 pm
by Roody_Yogurt
I would think that there'd be something in the Hugo port of Tetris that'd be useful, but I really don't know much about any of this.

Posted: Tue Jun 07, 2005 8:12 pm
by Merk
Ah ha! You are right!

Code: Select all

system(PAUSE_100TH_SECOND)
I overlooked this in the manual, I guess. I'm going to try it out now!

(edit)
Success!