This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » FAQ
  •  » How can I hide a sprite in my program?

#26 2011-11-20 10:01:13

resistance
Scratcher
Registered: 2011-10-30
Posts: 100+

Re: How can I hide a sprite in my program?

Yeah, you just say that when it recieves a broadcast, it has to hide


hand in mine into your icy blues, and then i'd say to you we could take to the highway with this trunk of ammunition too, i'd end my days with you in a hail of bullets

Offline

 

#27 2011-11-21 00:29:25

jimmykak
New Scratcher
Registered: 2011-11-18
Posts: 5

Re: How can I hide a sprite in my program?

wow you guys are GOOD  smile

Offline

 

#28 2011-12-02 06:11:27

bubsythebobcat
Scratcher
Registered: 2011-11-07
Posts: 100+

Re: How can I hide a sprite in my program?

Easy! click on looks and scroll down and they will be a key saying hide.


SORRY BUT THIS ACCOUNT IS CLOSED AND NO LONGER ACTIVE. GOODBYE)

Offline

 

#29 2012-01-04 18:07:26

Sky01
Scratcher
Registered: 2010-10-23
Posts: 10

Re: How can I hide a sprite in my program?

pencilmaster:
You can make a sprite hide for a few levels and then appear by making a variable titled "level"

have on your waiting sprite:
forever start
   if {<level> = <whatever level you want>}
      show
   else
      hide

this is handy if the level you want it on is not the last level. It uses the "if, else" block. If you are unfamiliar with it, this is a good chance to experiment and learn!

Last edited by Sky01 (2012-01-04 18:09:12)


I had a really cool animation planned for this signature but couldn't figure out how to post it  sad
http://www.my_animation_WAS_here

Offline

 

#30 2012-01-17 16:39:28

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

Re: How can I hide a sprite in my program?

you do the "ghost" effect (under change color by _ or something) if you want to make them appear again, you do "clear graphic effects." hope that  helped!  smile


CHEESE and pickles

Offline

 

#31 2012-05-30 22:25:12

sanjayraj
Scratcher
Registered: 2012-03-25
Posts: 500+

Re: How can I hide a sprite in my program?

You could use this block:

hide


http://i46.tinypic.com/23sw40j.png

Offline

 

#32 2012-06-18 13:48:37

bonechill
Scratcher
Registered: 2012-05-02
Posts: 500+

Re: How can I hide a sprite in my program?

Victoria393 wrote:

you do the "ghost" effect (under change color by _ or something) if you want to make them appear again, you do "clear graphic effects." hope that  helped!  smile

That helps


http://www.planetminecraft.com/files/sigs/scratch9p_693826_sig.jpg

Offline

 
  • Index
  •  » FAQ
  •  » How can I hide a sprite in my program?

Board footer