im making a platform, im using the PMO and im trying to make my character crouch, its most likely to be a simple problem but im stumped, if somone could help me that would be great!
Funny you should ask! I just figured this out yesterday (in TGF):
Go to the animation editor of your object, and go to the set "crouching down" animation. Now make an image of your player crouching and set the animation to looping.
Now exit the animation editor and go to the event editor. Make the event following to test it:
[PLAYER] leaves the playfield -[PLAYER]: stop movement.
Now run the frame. The player should stop when it hits the bottom of the screen. You should now be able to walk around and if you press the down arrow, your crouching animation will play.