Re: TIB: FIRE


[Prev][Next][Index][Thread]

Re: TIB: FIRE





when it reaches zero put an IF in the code like this:
If d=0 Then
Goto A (if that's the name of the label you're using)
or you can do it like this
If 60-d=0 Then
Goto A (if that's the name of the label you're using)
hope this helps

--Matt

>From: NeotwotripleO@cs.com
>Reply-To: ti-basic@lists.ticalc.org
>To: ti-basic@lists.ticalc.org
>Subject: Re: TIB: FIRE
>Date: Fri, 28 Jul 2000 17:36:50 EDT
>
>
>Here's the source of the timer i used
>
>ClrDraw
>ClrHome
>For(D,1,10
>For(B,1,90
>OutPut(1,15,60-D)
>
>How can I make it goto a label after it reaches zero?
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com




Follow-Ups: