Hello!
I need to move an image in a straightline, much like a ball movement for in 2D game. I have the coordinates for start and end but how do I get the ones in between. I want to the image one pixel at a time so it moves smoothly.
I can´t find a function that returns each x,y for a line, is...