I’m trying to build a simple sprite, that would travel from (x1,y1) to (x2,y2) in a certain time. The module acAnimation might be useful, if the functions there would be documented. As they are not, can you provide some pointers as how to go about making a sprite fly?
Do you have a list of ready images which must be painted?
Or you have a Gif or video file?
Because I didn’t know how to accomplish this, I didn’t go into the trouble of making the necessary images. The gif that Stephane shows is a good idea. But in my case, the sheet should fly a bit diagonally across the screen from a variable (X0,Y0) to a fixed (X1,Y1).
This reply was modified 4 years, 7 months ago by HeDiBo.