Script:
                 setCamera 6,12                         # LONGITUDE,LATITUDE
       narrator  says      ``Once upon a table...''
       everyone  looksAt   nothing                      # PLACE EVERYONE IN
                 faces     nothing                      # START POSITIONS
                 leftArm   0
                 rightArm  0
       actor 0   movesTo   -.30,0
       actor 1   movesTo   -.18,0
       actor 2   movesTo   -.06,0
       actor 3   movesTo    .06,0
       actor 4   movesTo    .18,0
       actor 5   movesTo    .30,0
 then  everyone  faces     camera
                 pauses    2
 then  actor 0   movesTo   -.1,.3
       everyone  faces     nothing
                 looksAt   0
 then  actor 0   says      ``Hello!''
                 faces     3 
                 looksAt   3
 then  actor 3   says      ``Isn't he cute?'' 
                 looksAt   2
 then  actor 2   looksAt   3
 then  actor 3   says      nothing
       actor 2   looksAt   0
 then  actor 3   says      ``What do you think?'' 
                 rightArm  90                           # ANGLE IN DEGREES
                 looksAt   4
 then  actor 4   looksAt   3
                 faces     3 
 then  actor 4   says      ``I think you're cuter.'' 
 then  actor 3   rightArm  0  
       actor 2,5 looksAt   4
 then  actor 3   faces     4
       actor 4   says      nothing
 then  actor 3   leftArm   90
 then  actor 4   rightArm  77
 then  actor 2,5 looksAt   0
 then  actor 0   thinks    ``I am sooo out of here.''
 then  actor 0   looksAt   nothing
                 faces     nothing
                 movesTo   -.5,.2 
 then  actor 1   looksAt   2
       actor 2   looksAt   1
 then  actor 1   looksAt   0
 then  narrator  says      ``THE END''
                 pauses    2
 then  actor 2   looksAt   camera

English-like equivalent script:
 The cast is George, Pete, Fred, Harold and Irving.
 The camera is at 30 20.

 George looks at Fred, says ``Hello!'' and moves to -10 10.
 George faces Fred and everybody looks at George.
 Fred looks at George.
 George says nothing, Fred looks Pete and thinks ``Isn't he cute?''.
 Pete looks at Fred.
 Pete looks at George,
 Fred looks at Harold, raises right arm 90 degrees and says ``What do you think?''.
 Harold looks at Fred and faces Fred.
 Harold says ``I think you're cuter.''.
 Fred lowers right arm.
 Fred faces Harold, Pete looks at Fred, and Irving looks at Harold.
 Fred raises left arm 75 degrees, Harold raises right arm 68 degrees and says nothing.
 George moves to -50 50 and thinks ``I am sooo out of here.'',
    while Pete and Irving look at George.