Zebra0.com

alice advancedAlice Programming

Alice Programming

Learn Alice in FREE step-by-step lessons.

Quiz on Advanced Techniques: The finishing touches

After doing all parts of the lesson you should be able to answer these questions.

Write down the answers first. Click the check to check your answer.

Which argument to a movement lets you see the movement from a different perspective? answer

   AsSeenBy

How can you show a picture? answer

   Use a billboard

Before you can play a sound, what must you do? answer

   Import the sound

How do you make the camera fly with the UFO? answer

   Make the UFO the vehicle for the camera

What can you do in a scene procedure. answer

   Just about anything. Typically you change the ground and make some things visible or invisible.

To switch the camera from one scene to another, use _____ answer

   camera markers

In the Cinderalla example, how does Cinderella change clothes? answer

   There are 2 different Cinderellas: one in rags, one in a gown.

If you add a property to a class called number there will be a procedure called ___ answer

   getNumber

If you add a property to a class called number there will be a function called ___ answer

   setNumber

How do you make an object invisible? answer

   Set the opacity to 0.

Please review the material for any questions you miss.