Ok guys, i have a problem.
So i am making a gravity simulator, just using a ball and a floor. i've got the following code (ovBall is the ball)(xVelocity is what you think)
ovBall.Left = ovBall.Left + xVelocity
it gives me an overflow error when i run this code.
Help Please?
So i am making a gravity simulator, just using a ball and a floor. i've got the following code (ovBall is the ball)(xVelocity is what you think)
ovBall.Left = ovBall.Left + xVelocity
it gives me an overflow error when i run this code.
Help Please?