Hi!
I have a movement that player is moving 32 pixels, using this event
+Upon pressing "Left Arrow"
-Set X position to X( "Player" )-32
I can't use
+repeat while pressing "Left Arrow" because it won't move 32 pixels then. Is it possible to set the event
+Upon pressing "Left Arrow" to repeat so I don't need to tap the Left Arrow when the player is walking?
