CS Discoveries Unit 3 Lesson 14

One of my students is working on CS Discoveries Unit 3 Lesson 14. He wonders if there is a sprite.invisible block because he wants rain to come from the cloud when something is clicked but wants it invisible until then.

Hi Karen,

He can use the sprite.visible block and make it false unless a certain condition happens. He would do this by using a conditional block (if, else), specify the condition, make the sprite.visible true or false depending on what he wants to do.

Have a great Friday