31.07.2009, 15:32
no..
MoveObject(obj, new_x, new_y, new_z, 2.00 );
the new_x
new_y
new_z
must be the new position of the object... you failed by using it coz you change the position of it to 0.000000,0.000000,10.000000
MoveObject(obj, new_x, new_y, new_z, 2.00 );
the new_x
new_y
new_z
must be the new position of the object... you failed by using it coz you change the position of it to 0.000000,0.000000,10.000000

