Open this starter project, run the scrpt and test it, then answer these in your notebook.
- What is the forever block, and why is it important for this program?
- What happens if you take it out temporarily, reattach the rest of the script to the When Green Flag clicked block, and run the program?
- What does the point direction 90 do to the sprite?
- What would happen if you decrease or increase the number of steps?
- Add scripting so that if the user presses the left arrow key, the sprite faces the left direction and moves a few steps in that direction. Test to make sure that this works and also that right arrow key still works.
- Save your project as DoNow2.1.