Posted: 30th Jan 2004 16:47
I have writen the following code. Its not very good programing santax nor is it commented it took me like 5 mins. But basicly what it does is move a sprite...The problem is that it is very blocky movement almost like the sprite is moving in a grid and not pixal by pixal so to speak... I think I know what the problem is (the fact that im subtracting the x and y values at once and not pixal by pixal though this would make it move much to slow) SO im asking for someone to look at my code and see if there is a better way of doing it? or perhaps im just a retard and am leaving something out lols
Posted: 30th Jan 2004 20:41
replace -10/+10 with -1/+10
Posted: 30th Jan 2004 22:32
This post belongs in the DBPro discussion forum or the Newcomers forum. This is not the forum for questions