How do I make a character move in a curve on loop?

I would like to create an enemy that flies from right to left and vice versa, but making a curve…

A movement more or less like this;


Change the center point of your sprite and use Tween Behavior (Tween the angle)

I’d use a tween and the put the object around a pivot point/position:

2 Likes