This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Suggestions
  •  » Hide _ Blocks and Send _ to _ Blocks And Until Blocks

#1 2011-12-09 14:39:18

Tbtemplex97
Scratcher
Registered: 2011-11-12
Posts: 100+

Hide _ Blocks and Send _ to _ Blocks And Until Blocks

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>


Online Status: http://blocks.scratchr.org/API.php?action=onlineStatus&amp;user=Tbtemplex97
Darkspace Coming Soon!, Try the Singleplayer Demo

Offline

 

#2 2011-12-09 15:12:47

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Hide _ Blocks and Send _ to _ Blocks And Until Blocks

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)


Why

Offline

 

#3 2011-12-11 09:35:57

Tbtemplex97
Scratcher
Registered: 2011-11-12
Posts: 100+

Re: Hide _ Blocks and Send _ to _ Blocks And Until Blocks

Bump


Online Status: http://blocks.scratchr.org/API.php?action=onlineStatus&amp;user=Tbtemplex97
Darkspace Coming Soon!, Try the Singleplayer Demo

Offline

 

#4 2011-12-11 19:48:34

Tbtemplex97
Scratcher
Registered: 2011-11-12
Posts: 100+

Re: Hide _ Blocks and Send _ to _ Blocks And Until Blocks

bump


Online Status: http://blocks.scratchr.org/API.php?action=onlineStatus&amp;user=Tbtemplex97
Darkspace Coming Soon!, Try the Singleplayer Demo

Offline

 
  • Index
  •  » Suggestions
  •  » Hide _ Blocks and Send _ to _ Blocks And Until Blocks

Board footer