could someone test this for me? Its just a simple test and from what i can tell the cube should move smoothly 1 unit at a time along the x axis until it gets to x=300, but it seems to jump there instantly and i can't figure out why? is it the code #EDIT I'm almost sure its my code because it runs exactly the same in classic.
sync on
sync rate 50
autocam off
make object cube 1,20
position camera 0,0,-500
point camera 0,0,0
do
set cursor 0,0 : print x
x=curvevalue(300,0,1)
position object 1,x,0,0
sync
loop
any help appreciated