Active Learning: Advanced Techniques
Create an Alice3 world with any scene and objects you want. Your movie should have event listeners to let the user control the action. You may include any other features to make it interesting.
Examples
You can create some very interesting movies using these techniques. Use your imagination!
- The user moves a shark to chase and catch fish. Add points when the shark catches a fish, deduct points if he rams into something else
- Create a choose your own adventure type story.
- The user flies a UFO and tries to touch down on a target.
Goals:
- There is a comment with your name and a description of the program. There is a comment in each function or procedure.\
- You have used procedures and functions for most of the code and
My First method should not have much code except to call the other procedures and functions.\
- The procedures and functions use parameters rather than constants to make them more flexible.\
- You have used at least 3 different control structures to create an interesting movie. \
- All variables and functions have meaningful names. \
- You have at least 2 events.\
- You have at least one sound.\
- You have used two additional features such as random number, as seen by, panels, vehicles, markers, billboards to show your skill with Alice.
Active Learning Index