Pages: 1
Topic closed
Okay so i have this sprite with animation and everything And i want it to point left whenever i press left and point right whenever i press right.
The problem is that Whenever i press left, It Stays pointing left no matter how much i point it right Does anyone have some kind of way to get this to work right?
Offline
when gf clicked forever if <key [right arrow v] pressed?> point in direction (90 v) end if <key [left arrow v] pressed?> point in direction (-90 v) end
Last edited by chanmanpartyman (2012-05-03 19:31:32)
Offline
Its better to have them in the same thing.
Offline
You should keep them in the same script, because it reduces glitches and increases speed.
Offline
Topic closed
Pages: 1