1
tween_move(imgid,80000,endpoint[1],endpoint[2])
but the img moves always in less time the picture to the destination. I count about 12-15secs. Can someone explain?
tween_move(imgid,80000,endpoint[1],endpoint[2])
function piccreate()
imgid = image("gfx/m/pic.png",0,0,3)
tween_move(imgid,80000,500,500)
end