Re: TIB: sprites...


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

Re: TIB: sprites...



Now assuming you're using an 86, (I don't think any of the others have the "getky" sytax), your sole problem lies in the equals (=) sign.  On the 86, when you say:
:If c=24
what you are doing is storing 24 to a new equation called "c", then just saying "If" for the hell of it.  What you need to do instead is say:
:If c==24
with 2 equals signs, therefore performing a mathematical test instead of a variable assignment.

~Dave <the_regul8r@bigfoot.com>


References: