Re: TIB: Help with Sprites


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

Re: TIB: Help with Sprites




My next question is this: How do you use getkey() for multiple commands.  
Such as this:

Loop
While getkey()=(a number)
(have it do what ever)
While getkey()=(a different number)
(have it do something else)
Endwhile
Endwhile
Endloop

I do something like that, it is the only way I know of to use getkey() 
commands, but sometimes when the corresponding key is pressed it will not do 
what it is supposed to do because it will be on the other  "while" statement. 
 Do you know what I am doing wrong or if there is a different way to use 
getkey()? 
By the way I am talking about an 89 still


                                                                Thanks for 
your help
  


Follow-Ups: