Looks blocks
Looks blocks change what a sprite (or the stage) shows: its costume or backdrop, size, graphic effects, layer, and speech or thought bubbles. When the stage is selected, only the backdrop, effect, and layer-independent blocks appear.
Speech and thought bubbles
- say
Hello!shows a speech bubble that stays until changed or cleared. - say
Hello!for2seconds shows a speech bubble for a set time, then removes it. - think
Hmm...shows a thought bubble that stays. - think
Hmm...for2seconds shows a thought bubble for a set time.
Saying or thinking an empty value clears the bubble.
Showing and costumes
- show / hide makes the sprite visible or invisible.
- switch costume to
costumechanges the costume by name or number. - next costume advances to the next costume, wrapping around at the end.
- costume
number/namereports the current costume's number or name.
Backdrops (stage)
- switch backdrop to
backdropchanges the stage backdrop. The menu also acceptsnext backdrop,previous backdrop, andrandom backdrop. - next backdrop advances to the next backdrop.
- switch backdrop to
backdropand wait switches, then waits for anywhen backdrop switches toscripts to finish. - backdrop
number/namereports the current backdrop's number or name.
Size and graphic effects
- change size by
10/ set size to100% adjusts or sets the sprite's size. - size reports the current size as a percentage.
- change
coloreffect by25/ setcoloreffect to0adjusts a graphic effect. Effects include color, fisheye, whirl, pixelate, mosaic, brightness, and ghost (transparency). - clear graphic effects resets all effects to zero.
Layers
- go to
front/backlayer moves the sprite to the very front or back. - go
forward/backward1layers moves the sprite a number of layers relative to where it is.
See also
- Costumes
- The stage
- Events blocks for
when backdrop switches to