Hi, I'm really new and would appreciate help. If I set my character to turn to the mouse every tick, is it possible to get the movement keys to rotate as well (so forward is always going the direction the character faces). The game is top down, ty for any help
Develop games in your browser. Powerful, performant & highly capable.
Should be easy, you can set their angle to the player's angle
So just add to that 'every tick' event the action for the movement keys 'set Angle' to 'Player.angle' (I think there may be the action set angle to another objects angle, but either way)