Drizzel
Apr 01, 2018 - 07:29
Hi guys,
I'm building a game with the scene module,
and I figured out how to make sprites move in a straight line. Does anyone know if I can also make them move in an arc, like an arrow? And can I make a sprite move at a fixed speed, so that it doesn't move to a certain point in 5 seconds, but that it moves at a speed of 500px/second? Because action.run_action(move_to, x, y, time) has both of these issues
Thanks :)
Drizzel