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.
Use a touch object with use mouse input enabled.
Then create the following event:
Sprite dragging:
Sprite -> Set angle to Touch.AngleAt(0)