how can i smoothly move object in forms?
from one point to another one?
is there a library? i tried the animation library and translet but its not working
i would like to move it in more the two points like:
goto(x100,y50)
goto(x140,y20)
....
thank you