Zebra0.com

alice scenesAlice Programming

Alice Programming

Learn Alice in FREE step-by-step lessons.

Module 3: Scene Procedures in Alice3

A movie may have many scenes such as introduction, ending, and everything in between.

In the scene editor, you may create different scenes by arranging one scene on the left and one on the right, perhaps another in the middle.

In your code you will create a scene procedure with all the comments and code that belongs in the scene.

In myFirstMethod, you will call each of the scenes.

Goal:

Learn how to create Scene Procedures and use them for top down design

Objectives:

In order to do this you will:

Please study the material at each of the links below.

  1. Scene Procedure for Top-Down Design Scene Procedure for Top-Down Design: A Scene Procedure is code that is separate from myFirstMethod
    /alice/videos/alice-top-down.mp4

  2. Procedures for top down design Procedures for top down design: Video shows how to use procedure for top down design.
    /alice/videos/alice-procedures.mp4
  3. Both an Indoor and Outdoor Scene Both an Indoor and Outdoor Scene
    /videos/alice-room-snow.mp4
  4. Move code to procedures Move code to procedures
    /videos/alice-fish-topdown.mp4
  5. Scene Procedures Scene Procedures: Hello World using procedures.
    /alice/videos/alice-scene-procedures.mp4
  6. Scene Procedures2 Scene Procedures2: The Yeti family says hello and goodbye using procedures.
    /alice/videos/alice-scene-procedures2.mp4
  7. Disabling Procedure Disabling Procedure
    /videos/alice-disabling.mp4
  8. Scene Parameters Scene Parameters: Adding parameters makes the procedure more versatile.
    /videos/alice-scene-parameters.mp4
  9. Playing Sounds Playing Sounds: Video shows how to import and play any mp3 file.
    /alice/videos/alice-sound.mp4
  10. Self Study Questions Self Study Questions: What have you learned?

  11. Discussion Questions Discussion Questions

GlossaryGlossary for scenes lesson
Full Glossary