I have drawn an image on the device contex using python, how can i move the image somoothly/animate from point (x1,y1) to point (x2, y2)? Is there an algorithim/function i can use to do this?
Where can i get info for drwaing/animating in python?
Where can i get info that can help me understand the screen coordinate system in python?
