help
Posted:
Mon Jun 26, 2006 12:12 am
by prelude 3.0
i wana make my actor run when i paress arrow keys im using sprites
Posted:
Mon Jun 26, 2006 8:03 pm
by The achievement
Do this. player> key down event(press left or right arrow key) then script editor. type this code x = x + 5; or for left arrow key. x = x - 5; its that simple!!