I could be wrong, but using your method Julius
Code: ags
The game can crash if the room isn't scrolling and you move the mouse to the very right or bottom edge.
Or at least it did for me the other week when I had a GUI following the mouse and it went off the background. When the GUI left the 'background' it would crash.
nameofgui.setposition(mouse.x+1,mouse.y+1);
The game can crash if the room isn't scrolling and you move the mouse to the very right or bottom edge.
Or at least it did for me the other week when I had a GUI following the mouse and it went off the background. When the GUI left the 'background' it would crash.