Hopefully a simple question, but is it possible to hide the mouse cursor when you run the game? Sure it's in a browser, but does that mean I'm doomed to show the cursor?
Just make sure you have Mouse object added to your project
Develop games in your browser. Powerful, performant & highly capable.
Thanks! That helped a lot.
You can also add your own cursors.(If you want)
Just set a sprite's position to Mouse.X and Mouse>Y every tick
Also: https://www.scirra.com/manual/114/mouse
Thanks, that comes in handy. I don't need a mouse cursor yet, as it's the early stages of a Breakout-game. But I will need one later when I'm working on menus, so I'll make a custom one for those.