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

#1 2013-02-09 04:34:48

liti100
New Scratcher
Registered: 2013-02-09
Posts: 1

how to multiply a "sprite"/subject

we want to make a game with a white blood cells that eliminates viruses, and succeeded with this idea, but we want to begin with 2-3 viruses that will multiply.  how can I multiply  that every 10 sec another virus (=sprite?) will appreare and move independntly?

Offline

 

#2 2013-02-09 04:41:40

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: how to multiply a "sprite"/subject

Either wait untill scratch 2.0 is out, or go to beta.scratch.mit.edu/projects/editor/ to use the onlin version. Give each virus the script
when gf clicked
wait 10 seconds
create a clone of myself

and then put anything else you want the first viruses to do in a separate script. Get the hat block clone startup and script what you want the viruses to do under it. If you want them to do ranom things, use the pick random number and if random number = 1 do something else do something else.
Hope that helps.

Offline

 

#3 2013-02-09 11:45:11

Sqervay
New Scratcher
Registered: 2012-10-28
Posts: 52

Re: how to multiply a "sprite"/subject

You can make it with the pen too, but it's moore complicated...

Offline

 

Board footer