This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-07-07 11:33:01

tiernan7
Scratcher
Registered: 2010-01-29
Posts: 1

visibility

how do you make a sprite invisible before the project starts?

Offline

 

#2 2010-07-07 13:20:25

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: visibility

Try this:
[blocks]
<when green flag clicked>
<hide>
[/blocks]

And, when you want the sprite to show, add a:

[blocks]<show>[/blocks]

block to a script. Also, you could try using the "broadcast ()" and "when I recieve ()" blocks under control, to tell a different sprite to show  smile


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

Board footer