function main() Is3D( FALSE ); -- Background AddBackground( "motelIntro" ); -- Displayable items: videos of Grissom and of the cop AddSprite( Grissom, 127, 70, 120, 264, nil, VISIBLE, 1, 2 ); AddSprite( Officer, 454, 84, 120, 300, nil, VISIBLE, 3, 4 ); end