At the moment I have Every Tick > Sprite > Set angle towards mouse.x mouse.y
The only problem is this is 360 degrees, I would like to limit the angle it moves.
What I tried was If sprite is inbetween two angles > set angle towards mouse.x mouse.y but when you moved the mouse out of these two angles it stopped moving altogether.