Alice Final Project: Step 4
Step 4: Final Project Scene Procedures
Open the final project, lastname_firstname_finalproject3.a3p, and save it as lastname_firstname_finalproject4.a3p.
For each of the lines of the synopsis create a Scene Procedure. Add comments to each scene procedure to tell what happens in that scene. List the location, actors, and props that you will use in each scene. For now, just include the main story, not the alternate ending.
- Add the code to move the camera marker to the location for the scene.
- Add all the dialog from the storyboard to the correct Scene Procedure. (You should complete at least 5 scene procedures at this step.)
- Add the code to play the sound in the scene procedure where it belongs.
- Add comments to tell what actions will take place: walk, bow, climb, etc.
Do not add the code to MyFirstMethod.
Add calls to the procedures to MyFirstMethod.
Scenes: _________, _________, _________, _________, _________, _________,
Actions: _________, _________, _________, _________, _________, _________,
Submit this document with steps one and two completed (nothing deleted) and the Lastname_Firstname_FinalProject3.a3p file in assignments.
Jack and the Beanstalk Example:
Step 4: Final Project Scene Procedures
Open the final project, lastname_firstname_finalproject3.a3p, and save it as lastname_firstname_finalproject4.a3p.
For each of the lines of the synopsis create a Scene Procedure. Add comments to each scene procedure to tell what happens in that scene. List the location, actors, and props that you will use in each scene. For now, just include the main story, not the alternate ending.
- Add the code to move the camera marker to the location for the scene.
- Add all the dialog from the storyboard to the correct Scene Procedure. (You should complete at least 5 scene procedures at this step.)
- Add the code to play the sound in the scene procedure where it belongs.
- Add comments to tell what actions will take place: walk, bow, climb, etc.
Do not add the code to MyFirstMethod.
Add calls to the procedures to MyFirstMethod.
Scenes: Desperate, SellingCow, MagicBean, Beanstalk, ClimbingBeanstalk, GiantsCastle, Chase,
ChopBeanstalk, GiantFalls, Riches
Actions: throw the beans, climb beanstalk, throw goose to mother, chop beanstalk
Submit this document with steps one and two completed (nothing deleted) and the Lastname_Firstname_FinalProject3.a3p file in assignments.
Download the Jack in the Beanstalk step 4 program to experiment.