do
if upkey()=1 then position object 1,ypos#,xpos#+0.1,0
if downkey()=1 then position object 1,ypos#,xpos#-0.1,0
if rightkey()=1 then position object 1,ypos#+0.1,xpos#,0
if leftkey()=1 then position object 1,ypos#-0.1,xpos#,0
sync
loop
I want the object to be moving smootly up, down,left and right, but when i press the key it just "jerks" in that direction and stops, and also doesnt go any further if you keep on pressing the same button, i couldnt find anything to say that this wouldnt work in any tutorials and that though..so, any advice? XD