I was searching earlier and couldn't see any hints on how to stop people using the mouse. Well, I've found a solution, but it stops the whole project:
On the Stage, add:
<when green flag clicked>
<forever if><mouse down?>
<stop all>
Hope someone finds it useful. If you know a better way, I'd be pleased to hear it.
Offline
Let you background be of Black Colour.Make a sprite thats Black in colour and put this script-
<when green flag clicked>
<forever>
<go to[mouse pointer
<end>
This ensures that you dont see the mouse at all. Better still, RUN THE PROJECT IN PRESENTATION MODE. You cant drag sprites this way
Offline
I think he means just stopping the click.
For example if he had made a mouse maze and didnt want people to cheat by right clicking then clicking.
Offline
Find projects that allow you to find out if the project is being run in Presentation Mode or if its being run online/offline.
Then use import necessary scripts in your Project
Offline