Objectives:
You are
going to implement an interactive program such that when the user types keys
on the keyboard the plane will perform various actions. Follow
the instructions on pp141-145 to make the plane roll and fly forward when the
space and up arrow keys are typed.
| Assignment: Add flyLeft and flyRight event handling methods for the left and right arrow keys to steer the biplane left or right, and a forwardLoop stunt that is performed when the user presses the Enter key. |
| Assignment: Implement the Ninja motion as described on p161 #6. |
| Assignment: Implement the Penguin Slide as described on p165 #13 You will want to add a circle from Shapes to act as the hole in the ice and set the color property to blue. |