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

#1 2013-02-18 11:34:10

holly1118
New Scratcher
Registered: 2013-02-18
Posts: 1

List of sprites to disappear then reappear

How do I take a list of objects (balloons) and randomly have a few appear then 1 second later disappear? I want this to continue randomly until the level is over and all the balloons have been popped!

Offline

 

#2 2013-02-18 18:15:18

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: List of sprites to disappear then reappear

when gf clicked
hide
repeat until <not <(level in action?) = [1]>>
 hide
 wait ((pick random [1] to [50]) / [10])
 show
 wait [1] second
end
Add that to your balloon sprite, then duplicate the sprite until you have as many as you need.  smile

Last edited by jji7skyline (2013-02-18 18:16:40)


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

Board footer