I Suggest that Scratch adds a new block that hides a certain thing for example:
Hide <Mouse Pointer>
The above script is what minecraft uses to hide its mouse:
I also suggest Adding a Send _ to _ Blocks For example:
Send <Mouse Pointer> To [Middle]
And I also Suggest Adding an <until Block> so the above 2 scripts work loke minecraft, for example:
<when green flag clicked>
<forever>Hide <Mouse Pointer> Until [Escape] Pressed
Send <Mouse Pointer> To [Middle] Until [Escape] Pressed
<end>
Offline
The 'Until' block is just like the 'Repeat until' block. You could just put:
When green flag clicked
Forever
Repeat until ['Whatever you want']
[Whatever you want]
End repeat
End forever
I agree though, the show/hide mouse-pointer is a good idea.
Last edited by RedRocker227 (2011-12-09 15:13:25)
Offline
Bump
Offline
bump
Offline