Go to this starter project, run the code and test it, then answer these questions in a discussion comment below.
- What is the forever block, and why is it important for this code?
- What happens if you take it out temporarily, reattach the rest of the code to the "When Green Flag clicked" block, and run/test the code?
- What does "point direction 90" do to the sprite?
- What would happen if you decrease or increase the # of steps?
- Add code 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.