| A | B |
| looping | allows repitition of code |
| iteration | another word for looping |
| For Next Loop | automatic counter loop |
| start value | the number you want the counter to start at |
| end value | tells the counter(loop) when to stop |
| counter | keeps track of how many times the program loops |
| step value | the number of steps you want the counter to skip |
| stage | area where all cast members are placed to be part of the movie |
| cast | contains all Director objects (cast members) |
| score | contains all cast members, tempos, sounds, etc. |
| cast member | object in the movie |
| sprite | bar which represents an object (cast member) in the score |
| tempo | speed of the movie |
| frame | portion of movie; moves in sequence |
| tweening | animating a cast member |
| keyframe | yellow dot that allows animation of a cast member |
| bitmap | a graphic |
| vector shape | square, circle; can be used for backgrounds |
| Do While Loop | pretest loop |
| accumulator | gathers amounts during the looping sequence |