Page 1 of 1

Suggestion

PostPosted: Fri Jan 28, 2005 7:55 am
by TenTenSoft
Is it possible to make Key Down / Key Up events on actors changeable after it has been created i.e. being able to change the "key to be pressed" (both at design time and programmatically) to fire the event?

At the moment it seems that when I create a a Key Down event that fires when pressing the "Q" button (for example), I have to remove that event and create a new one that fires on the "P" button and paste the code from the first event.

Just a thought...

PostPosted: Fri Jan 28, 2005 10:08 am
by ingsan
Hello :)
On your first KEYDOWN event, you can disable the event in Script Editor, ie on KEYDOWN > Script, choose DISABLE EVENT after your first action and in that same script, assign a new Keydown event on another key.