Im having trouble getting my gravity rule to work. The problem, is not that I don't know how to do gravity, but my game is 2P and whichever player has the gravity rule after the other players code, he just falls through the ground. Hard to explain this.(this isn't my code its just and example, code is in source)
In this code, P2 would fall through the ground. If I put P2's code first, P1 would fall through the ground. How do I keep both of them on the ground without giving up on the gravity rule?
If fall=1 then P1Y#=P1Y#-5
If fall2=1 then P2Y#=P2Y#-5
Am I an Idiot...or is everyone else just really smart?