Re: A83: About Input again .. yet again


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

Re: A83: About Input again .. yet again




>"Hi everybody, I'm Dr. Nick"
>
>I posted this message a couple of days ago and nobody answered. How can 
>I use the following routine to get simultaneus input from 
>DOWN_FRONT_Alpha or something like that....


  I posted a message two days ago in response to your message. You can 
find it in the ticalc.org list archives if in fact you didn't receive 
it.

   If you want to test multiple keys to do a single action, then you 
could so something like this:
   call OTH_ARROW
   bit 0,a
   jr z,down_detected
   ...

Down_detected
   bit 2,a
   jr z,right_detected
    ....

Right_detected:
   bit 5,a
   jr z,fire_special
   ...
  Down+Right+2nd would do some action. The other bits are in my other 
email.
    Sam

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com