Please read if you want to understand everything that is going on here: -This project can only support up to 300 people, because Scratch does not spawn more than 300 clones as a failsafe. -If you want to switch maps, click onto the screen, press space until you reach the map you want, than click the check button -Red=person who hasn't gotten the virus yet, -Blue=person who has the virus, -Black=person who no longer has the virus -The simulation will end when: -Everyone gets infected, OR... -Everyone with the virus gets cured, since it can't be spread anymore. -Most of the variables are self-explanatory, but: -infected: counts how many people have the virus, but DOESN'T count the people who are cured. -total infected: counts how many people have ever gotten the virus, but DOES count the people who are cured. -time (in frames): counts the number of frames until the simulation stops. -infection period: The amount of seconds someone has the virus until they are cured. -When you graph the results, the red graph shows the 'infected' variable over time, and the blue graph shows the 'total infected' variable over time.