CSC 111 logo

CSC 111

Comments

 
Storytelling Through Computer Animation

Storytelling Through Computer Animation

Assignment A11 on parameters and exporting

Objectives

Screen Capture Programs:

We are going to use a screen capture program to capture the screen.  This is a good technique if you have multiple sound tracks or if you have trouble wiith the export built-into Alice.

There are a couple of screen capture programs which I recommend:
In CamStudio, settings need to be changed to record from the sounds sent to the speakers and to capture a window:
record from speakers capture from window

In addition, you will need to mute your microphone (from the Comtrol Panel):
mute speakers
Use of parameters:

Here is a very short story of an unwelcome visitor:




The frogs show the "group behavior" of jumping into the pond to escape the snake.

A single method is used to create the "group behavior," as you can see below:

Example using Parameters

When this method is used, then the programmer communicates which frog is jumping when as well as the height of the jump by making choices when the method is used:

Using parameters in Alice

Note that in this scene, we have a group behavior, namely the frogs jumping into the pond to escape the snake, but the frogs do not  all jump at once.  Two of the frogs jump at one time, but the others jump separately.  This kind of timing issue is entirely up to the author.

Making a parameter in the method is easy:
Parameter type

Your task: (which is to be completed individually, though consultations are encouraged...)

Your primary task to implement an animation which tells a story and includes a "group behavior" that uses a method with at least 1 parameter to create the "group behavior".

The requirements are:

Please save this Alice scene as yourusername-A11.  

Write an artist's statement which will help the audience to understand what you believe to be the most important aspects of your animation and the techniques used to make it. A paragraph of three to five sentences should certainly suffice which answers the following questions:
Please save this Artist's statement as yourusername-A11.

Submit both the Alice world animation and the artist's statement (with link included) to Moodle before our next class.  
 
Back to CSC 111 Storytelling Through Computer Animation