hey,
I’m looking for an alternative to
on(keypress){} ..
I went tot this site… http://flash-creations.com/notes/asclass_key.php
But this code will come into effect if the key is pressed… and also when it’s down…
How do i make it so that it only registers the key when it is pressed… but **not **when it is held down?
( so it’s like a one time thing only … also… this is for keyboard events… not the mouse events)
Thanks