I have a sprite that I want to make it mirror in the direction of the mouse
if the mouse is to the left of that object, its sprite will mirror to the left, if the mouse is to the right, the sprite will mirror to the right
i have a object with Drag
i want that object, when dragging, rotate to the direction it is moving, but dont know how :v
Develop games in your browser. Powerful, performant & highly capable.
is there any way of making an object with lerp follow a imagepoint?