Re: TIB: Help with Sprites
[Prev][Next][Index][Thread]
Re: TIB: Help with Sprites
The goto and all those if/then statements will take up more space and more
time. If you're using an 83/83+, I suggest that you use the Repeat command.
I can't say that I've tested this myself, but I've been told its the fastest
command and it certainly takes up less space:
Repeat Z /does not equal/ 105
getkey /store/ Z
End
That simply waits for enter to be pressed, then continues. You can stack up
multiple values for Z in the repeat command to look for more keys.
Eric Tollefson
Cmdr ERT01@aol.com