I'd like to make screen rotate with player. I made like this:
1. I made layout 1 width and height to 2000
2. In the center od Iayout I made sprite and gave it 8 direction behavior and checked 'center view on me'.
3. I made some backgrounds around this sprite
4. EVENTS:
Always: sprite: Set angle towards (MouseX, MouseY)
Always: System: Set display angle to sprite.Angle
When I run the game screen goes crazy. Why it's happening, how can I fix that?