Placing the Greenery
To get started, we want to place our bushes around the scene.
- Open the Starter Code here – bit.ly/mhbushfires
- The Bush Sprite will be selected, but you won’t be able to see it yet.
- Add this code to place 10 bushes randomly around the scene.
- Next, add code that will place our clones in our scene so that we can see them.
- We don’t want them in one place. We’ll use this block so they appear randomly on the x and y axis.
- Test your code by clicking the green flag. The bushes should randomly appear around your scene.