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
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