function main() -- This is a 3D scene Is3D( FALSE ); -- Background AddBackground( "Motel\\grissom_crouch" ); -- Displayable items AddSprite( Grissom, 150, 44, 240, 340, nil, VISIBLE+ACTIVE, 9, 10 ); end