Active Learning: Arrays
A Flock of Birds, A School of Fish
Using arrays, create an Alice3 world with any scene and an array of characters.
Add any procedure you want: walking, flying, marching, swimming, etc. Make the entire group of characters move together.
You can have pixies flying around a castle, penguins who dive in the water, a school of fish, etc.
For added interest use either random numbers or asSeenBy.
Goals:
- There is a comment with your name and a description of the program. There is a comment for each procedure or function.
- You have at least one array of at least 5 objects.
- You have used procedures and functions for most of the code.
- myFirstMethod does not have much code except to call procedures and functions
- You have at least one block of code that processes the entire array.
- 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.(2 point)
- You have used an additional feature such as random number, as seen by, markers or vehicles to show your skill with Alice.
Active Learning Index