Rotate your device.
Turn off orientation lock in device settings.
Your browser is not supported. Please upgrade your browser to one of our supported browsers. You can try viewing the page, but expect functionality to be broken.
CS in Algebra curriculum and content is being deprecated. Within the next few months, this lab will no longer be available. Please check out Bootstrap: Algebra instead. Learn More.
Rotate your device.
Turn off orientation lock in device settings.
Now you make the zombies. Use the spawn
block to make 3 zombies when night falls. Get them to move towards you. Survive until morning.
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
In games, spawn means the same thing as create. In this level, let's make zombies spawn when the sun goes down. To do this, we'll use the "when night" block.
Since we want the zombies to spawn at night we'll add the "spawn zombie" block under the "when night" block. As soon as they're spawned, each zombie will run the code that you put in their "when spawned" event slot. Have fun spawning zombies!