I am trying to get a sprite to move in a direction when it spawns and keep going. I know how to make a sprite move to a point, but I want to be able to give it velocity in the direction that it is moving.
Spawn sprites with the bullet behaviour and set angle as needed?
Develop games in your browser. Powerful, performant & highly capable.
Thanks a lot mate! I was trying to use the physics functions to no avail, but it works great now!