PDA

View Full Version : Key.isDown



Voetsjoeba
April 16th, 2003, 07:12 AM
How can you use if (Key.isDown(key.up)) but instead of key.up, i want to use the letter a. How do i do that, i tried out a lot of thiçngs but it doesn't seem to work ...

(now yr'all thinking, noooooooob) :)

voetsjoeba

blah-de-blah
April 16th, 2003, 07:45 AM
If you look in the flash actionscript help thing, you should find numbers which represent letters. I think a is like 67, but if you try and find it in the help file, it'll tell you. I think theres anotehr way but thats the only i know :)

senocular
April 16th, 2003, 08:44 AM
see
http://proto.layer51.com/d.aspx?f=500

Voetsjoeba
April 16th, 2003, 09:42 AM
Thx ...