Yesterday, my movement worked fine.
Today, however, it's "sticky."
I press a key, he moves about 4 pixels, freezes, and a second later, starts moving.
I haven't changed any code, but the issue is occurring (It's happened numerous times. I have never solved it.)
My movement code is simply this:
if place_free(x-4,y)
x -= 4
else
if place_free(x-4,y-4)
{
x -= 4
y -= 4
move_contact(270)
}
Any ideas as to why this is happening?
Thanks.
EDIT:
Solved!
Thanks Biosyn!
3-4 +1's to you!
Edited by Pixel8ed72, 29 July 2012 - 11:01 PM.











