arrowkey bug?

Klaus Major klaus at major-k.de
Fri Dec 3 12:07:53 EST 2004


Hi friends,

i had a script for arrowkeys like (a little abbreviated, the syntax
is correct in my script, of course!!!!!):

on arrowkey what
   switch what
    case "up"
      do1
    break
     "down"
       do2
     "left"
    do3
     "right"
    do4
   end...
end ...

There were NO other scripts that could interfere!

"left" and "right" were working as exspected, but when pressing "down"
do2 AND do3 were executed, when pressing "up" do1 AND do4 were executed
on after another...???

...
put what
...

only showed the appropriate and correct arrowkey in the msg...?

Anyone else noticed this?
Food for godzilla?

I worked aroud this by using "rawkeydown" which works as it should.


Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list