Gravity in a 2D Platformer

EthanZarovEthanZarov Member Posts: 156
edited June 2012 in Working with GS (Mac)
Hey,
I am working on a character, and the gravity is not working. I have used tshirtbooths tutorial for 2d platforming, and my gravity code is this:

Character Actor:
Accelerate
270 degrees
Speed 1000

Bounce when colliding with actor of type 'block'

The character falls a short drop, and then continues to bounce. How do I fix it so he simply lands?

Best Answer

Answers

Sign In or Register to comment.