Posted by Simon on 11/15/29 11:22
>
>> I have a newbie question (couldn't find the answer with google)
>> How to show countdown from 10 to 0 seconds.
>>
>
> - print 10 on the screen
> - while loop timed for a one second delay
> - print 9 on the screen
> - repeat until 0
>
> But using some sort of witty animated gif to amuse the user until the
> refresh takes place would probably be much better .
Have you even tried it yourself to see what happens?
Simon
Navigation:
[Reply to this message]
|