when i receive [eat your lunch] hide
Offline
When I Leave the room make a mess
Offline
they need a
<i receive [] >
Offline
When gf clicked Switch costume to [Zero v] wait (1) seconds broadcast [set off fire alarm v] When I Recive [set off fire alarm v] forever Play Sound [Fire alarm v] Until Done
Last edited by Nicolascomputers (2013-03-23 09:54:24)
Offline
When Green Flag Clicked forever go crazy
Offline
This is what scratch should have:
(speed of [Sprite1 v])
Offline
this block will hide a different sprite.
hide [Sprite1 v]
Offline
this block makes a sprite fade.
Fade (1) secs
Offline
this block goes to a part of a sound.
go to position of sound [recording1 v] (1:50)
Offline
this block makes a sprite go to a color.
Go to color [#F0000]
Offline
this block undos the the last pen line you drew.
undo last pen line redo last pen line undoed//this block redoes the last pen line undoed. :)
Offline
Nicolascomputers wrote:
this block undos the the last pen line you drew.
undo last pen line redo last pen line undoed//this block redoes the last pen line undoed. :)
This is a nice idea but how would it know what a pen line is?
Nicolascomputers wrote:
this block makes a sprite go to a color.
Go to color [#F0000]
How would it know how to go to a certain location of that color?
Offline
when gf clicked if < (player) = [squeak] > say [you are using scratch 1.4 or less download] else if < (player) = [java] > say [you are using scratch 1.4 java player] else if < (player) = [flash] > say [you are using the flash player on either 1.4 or 2.0] else say [you are using the new HTML5 veiwer i think] end end end
Offline
when gf clicked Pie!
Last edited by qwerts9000 (2013-03-22 11:44:28)
Offline
when gf clicked
set [old broadcast v] to (☁ broadcast)
forever
if <not <(old broadcast) = (☁ broadcast)>>
broadcast [cross-project message v]
set [old broadcast v] to (☁ broadcast)
when I receive [cross-project message v]
do stuff
when key [space v] pressed //This script will "broadcast"
set [☁ broadcast v] to [new message]
Offline
brianush1 wrote:
when gf clicked set [old broadcast v] to (☁ broadcast) forever if <not <(old broadcast) = (☁ broadcast)>> broadcast [cross-project message v] set [old broadcast v] to (☁ broadcast) when I receive [cross-project message v] do stuff when key [space v] pressed //This script will "broadcast" set [☁ broadcast v] to [new message]
Fixed, you forgot the [scratchblocks] tag.
Offline
when gf clicked set [wrgsfhwbxvb v] to [bbvnbdfnv]
Offline
This block makes a sprite tell a sprite to do something.
tell [Sprite1 v] to [go to x: (14) y: (0) v]
Offline
7734f wrote:
Nicolascomputers wrote:
this block undos the the last pen line you drew.
undo last pen line redo last pen line undoed//this block redoes the last pen line undoed. :)This is a nice idea but how would it know what a pen line is?
Nicolascomputers wrote:
this block makes a sprite go to a color.
Go to color [#F0000]How would it know how to go to a certain location of that color?
Offline
Nicolascomputers wrote:
this block makes a sprite go to a color.
Go to color [#FFFF]
But why works if there is 2 places with color?
Offline
if < <move (.) steps> or <move (any numb v) steps> <move (-.) steps> >If sprite is moving numb steps, reports true.
Offline