Is there any way to change cursors in my game? Because i'd like to change it. Waiting for answers, thanks.
The Mouse Behavior will do this for you.
edit: You'll probably want to hide the default cursor as well. To do this create an event: Start of Layout' with the action: 'Set cursor visibility' under MouseKeyboard.
Develop games in your browser. Powerful, performant & highly capable.
Unfortunatley mouse behaviour is really inadequate if you're using v-sync, but is okay when using unlimited or fixed runtime.
Here's a thread for changing the cursor image via python:
http://69.24.73.172/scirra/forum/viewtopic.php?f=3&t=7771&sid=41de3b57a2c7b697e46d095cfb2f2e03
Can you do this under Construct 2?