CSC 111 logo

CSC 111

Comments

 
Storytelling Through Computer Animation

Storytelling Through Computer Animation

Assignment A17: looping

Objectives


In programming languages, looping makes it easy to do repetition.

We have actually already seen several types of loops.

Remember An Unwelcome Visitor:


Uses the following Infinite Loop type:

Infinity loop

and uses the following Counted Loop type:

Counted loop

We have also learned to use the Counted Loop type with the random number for the count:
Loop a random nubmer of times


Inside of A Robot's Wish:

We used another kind of loop.

The While Loop type:
While loop



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

In this assignment, you will use both multiple loop types and random numbers.

Please save your Alice animation as yourusername-A17.

Create an artist's statement as follows:

Please save this Artist's statement as yourusername-A17.

Submit two files: the Alice scene yourusername-A17 and the artist's statement yourusername-A17 to Moodle before class.

 
Back to CSC 111 Storytelling Through Computer Animation