Active Learning: Hello-World
Create an Alice3 world to represent you. You can choose a Starting scene by clicking the Starters tab in the Select Project window, or create a background scene using objects from the Props classes.
Next, add one person to represent you (your avatar) using the Sims people (the first 5 people in the Biped class.)
You can also add other people and animals to create a scene that represents you in some way.
Use code to have your avatar say a welcome message.
Example:
This is me and my husband in my garden.
My garden isn't that big or that lush.
We both wear glasses but there aren't any in Alice.
Here is the code:
Goals:
Your program must be an Alice project that displays a greeting.
- In the code there is a comment with your name and a description of the program.(1 point)
- Your program has at least one Sim person to represent you. (2 points)
- Your scene has at least 7 objects and is arranged realistically. (2 points)
- Using code, at least one person says a welcome message. (3 points)
- You have created an interesting movie that shows effort. (2 points)
Active Learning Index