[MWForum]Finishing off
David Longman
mwforum@lists.mathcats.com
Fri, 1 Apr 2005 08:46:10 +0100
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01C53697.411D7BA0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Try this solution - a little more elegant perhaps
TO COUNT_DOWN :N
PRINT :N
IF :N = 0 [End_Game STOP]
WAIT 60
COUNT_DOWN (:N-1)
END
I have assumed a procedure named 'End_Game' in teh If statement which also
includes a STOP command just to ensure this procedure ends after End_Game
has run.
WAIT 60 is 1 second on my machine (give or take a nanosecond!)
If you don't want zero to display at the end of the countdown reverse the
PRINT and IF commands.
David
------=_NextPart_000_0007_01C53697.411D7BA0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1491" name=3DGENERATOR></HEAD>
<BODY>
<DIV align=3Dleft><SPAN class=3D329183407-01042005><FONT face=3DArial =
size=3D2>Try this=20
solution - a little more elegant perhaps</FONT></SPAN></DIV>
<DIV align=3Dleft><SPAN class=3D329183407-01042005><FONT size=3D2><FONT =
size=3D3><FONT=20
face=3DArial><FONT =
size=3D2></FONT></FONT></FONT></FONT></SPAN> </DIV>
<DIV align=3Dleft><SPAN class=3D329183407-01042005><FONT size=3D2><FONT =
size=3D3><FONT=20
face=3DArial><FONT size=3D2>T<SPAN class=3D329183407-01042005>O =
COUNT_DOWN=20
:N</SPAN></FONT><BR><SPAN class=3D329183407-01042005></SPAN>P<SPAN=20
class=3D329183407-01042005>RINT :N</SPAN><BR><SPAN =
class=3D329183407-01042005>IF=20
:N</SPAN> =3D 0 [End_Game S<SPAN=20
class=3D329183407-01042005>TOP</SPAN>]<BR><SPAN=20
class=3D329183407-01042005>WAIT</SPAN> 60<BR><SPAN=20
class=3D329183407-01042005>COUNT_DOWN</SPAN> (:<SPAN=20
class=3D329183407-01042005>N</SPAN>-1)<BR><SPAN=20
class=3D329183407-01042005>END</SPAN></FONT></FONT></DIV></FONT></SPAN>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN=20
class=3D329183407-01042005></SPAN></FONT> </DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN =
class=3D329183407-01042005>I have=20
assumed a procedure named 'End_Game' in teh If statement which also =
includes a=20
STOP command just to ensure this procedure ends after End_Game has=20
run.</SPAN></FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN=20
class=3D329183407-01042005></SPAN></FONT> </DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN =
class=3D329183407-01042005>WAIT 60=20
is 1 second on my machine (give or take a =
nanosecond!)</SPAN></FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN=20
class=3D329183407-01042005></SPAN></FONT> </DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN =
class=3D329183407-01042005>If you=20
don't want zero to display at the end of the countdown reverse the PRINT =
and IF=20
commands.</SPAN></FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><SPAN=20
class=3D329183407-01042005></SPAN></FONT> </DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>David</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_0007_01C53697.411D7BA0--