So, how can I get the angular direction from my player (PlayerImage), to anothe Sprite (DirectionSprite)?
use the angle expression:
angle(PlayerImage.x,PlayerImage.y,DirectionSprite.x,DirectionSprite.y)
Develop games in your browser. Powerful, performant & highly capable.
Thanks!