Objects,
Events, and Methods in Game: 1. Penguin (Thrower):
2. Orange Sphere (Pumpkin):
3. Zombie (Target):
|
Instructions: 1. Start Alice 2. Save your work as "Lastname Alice Throwing" 3. Use green "Add Objects" button and add the following to your world:
4. Your object tree should look like: ![]() 5. For the sphere make the following methods: Toss: ![]() goToPenguin: ![]() 6. Make the following methods for the Penguin (Thrower): rightThrow: ![]() 7. Set Poses for Zombie:
8. Make the following methods for the Zombie (Target): standUp: ![]() stalkPenguin: ![]() fallDown: ![]() 9. Make Following Events: ![]() 10. Create main method (world.my first method) ![]() 11. Save your work (File -> Save) 12. Test your game! |