Search found 432 matches

by Pindrought
September 26th, 2013, 6:04 pm
Forum: Everything
Topic: Platformer Gravity Issue
Replies: 5
Views: 2442

Re: Platformer Gravity Issue

I figured it out. Thanks for those who took the time to read. If anyone is interested in how I fixed it, I realized that for some reason PlayerY was not being correctly determined when Gravity Acceleration was not 0, so I just calculated PlayerY based off of what CharY was since they always change i...
by Pindrought
September 26th, 2013, 5:10 pm
Forum: Everything
Topic: Platformer Gravity Issue
Replies: 5
Views: 2442

Platformer Gravity Issue

I've been watching Chili's lessons and wanted to go ahead and start putting what i'm learning to make an ugly basic game to test out what I can do. The problem is i'm stuck with why my gravity is acting the way it does. I've attached the solution file. PlayerX and PlayerY = the offset of the level f...