i need to move an object to a location (x,y), and then in that location (x,y), i want the object to hold for few seconds (e.g. 2 or 3 seconds), then the object move again to other location (x1,y1)
setinterval (move, 1)
function move ()
{
//move object to (x,y)
}
then?? i stuck here, cause i use another setinterval but it doesnt work, thanks fro reply