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

#1 2011-02-14 12:48:36

cdens32i
New Scratcher
Registered: 2011-02-11
Posts: 3

looking up if something is hidden

guys, i am a new Scratch Enthusiast, and want to look up if something is hidden in my latest project "blow the car",  if you know how to look up if something is hidden, please

Offline

 

#2 2011-02-14 12:55:42

Lar-Rew
Scratcher
Registered: 2010-02-19
Posts: 100+

Re: looking up if something is hidden

You can't tell if something is visible or not, if that's what you mean.  However, you can have a variable store if a sprite is visible or not by having it get set to "true" or "false" when ever you change the visibility of a sprite ("true" if its visible, "false" if its not) and then test it instead.  If this is not what you mean,  can you clarify?

Offline

 

#3 2011-02-14 13:19:58

cdens32i
New Scratcher
Registered: 2011-02-11
Posts: 3

Re: looking up if something is hidden

Lar-Rew wrote:

You can't tell if something is visible or not, if that's what you mean.  However, you can have a variable store if a sprite is visible or not by having it get set to "true" or "false" when ever you change the visibility of a sprite ("true" if its visible, "false" if its not) and then test it instead.  If this is not what you mean,  can you clarify?

thanks, now i have done this, just a few more things, and i can publish it on here

Offline

 

Board footer