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
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to