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

#1 2012-01-28 08:50:30

Victoria393
Scratcher
Registered: 2011-12-30
Posts: 100+

hiding sprites

how do you hide sprites  for awhile, then make them appear? I know how to make them DISAPPEAR but that's it...


CHEESE and pickles

Offline

 

#2 2012-01-28 09:28:31

demosthenes
Retired Community Moderator
Registered: 2008-02-19
Posts: 1000+

Re: hiding sprites

You want to use the "show" block. For example:

when i receive [show v]
show


I've taken a long hiatus, but I still visit sometimes. Give me some time to answer any messages you post on my projects!

Offline

 

#3 2012-01-28 09:34:06

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: hiding sprites

demosthenes wrote:

You want to use the "show" block. For example:

when i receive [show v]
show

And of course, if you don't know how to broadcast, here:

when green flag clicked
broadcast [show v]
Do that when you want everything to show.  wink

Offline

 

#4 2012-01-28 09:46:51

treebark1313
Scratcher
Registered: 2011-05-23
Posts: 90

Re: hiding sprites

Use the 'show' brick, for example:

when gf clicked
forever
if <(hide) = [no]>
   show
end
Hope i helped, Treebark1313

Last edited by treebark1313 (2012-01-28 09:48:29)


When life gives you 100 reasons to frown,
show life you have 1000 reasons to smile. - Unknown

Offline

 

#6 2012-01-28 12:34:39

Ritasstudent
Scratcher
Registered: 2011-12-10
Posts: 36

Re: hiding sprites

When Green Flag Clicked
Hide
Wait (example: 5) secs
show


http://i46.tinypic.com/1z2fy2g.gif

Offline

 

#7 2012-01-28 13:33:02

Victoria393
Scratcher
Registered: 2011-12-30
Posts: 100+

Re: hiding sprites

ok thanks people  smile


CHEESE and pickles

Offline

 

#8 2012-04-12 17:10:29

st4282
New Scratcher
Registered: 2012-04-12
Posts: 7

Re: hiding sprites

When the green flag is pressed,
Hide, Wait (how many seconds)
Then show
And walla it reaapears

Offline

 

#9 2012-04-12 17:20:50

ftf841
Scratcher
Registered: 2012-02-19
Posts: 1000+

Re: hiding sprites

st4282 wrote:

When gf clicked
Hide
Wait [how many seconds]secs
show
And walla it reaapears

scratchblocks fixed

Last edited by ftf841 (2012-04-12 17:21:02)


http://mag.racked.eu/cimage/i9002/Achievement++get%21/Hi+there./mca.png
http://mag.racked.eu/mcimage/i354/Achievement++get%21/CAKE%21%21%21%21%21/mca.png

Offline

 

#10 2012-04-13 10:35:20

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: hiding sprites

st4282 wrote:

When the green flag is pressed,
Hide, Wait (how many seconds)
Then show
And walla it reaapears

Yeah. wink


Why are the secret organizations getting all the attention?  mad

Offline

 

Board footer