function main() -- This is a 3D scene Is3D( FALSE ); -- Background AddBackground( "BrassOffice\\interro_devon" ); -- Displayable items AddSprite( BrassInactive, 143, 119, 55, 139, nil, VISIBLE, 7, 8 ); AddSprite( Grissom, 0, 125, 144, 208, nil, VISIBLE, 11, 12 ); AddSprite( Devon, 280, 115, 228, 232, nil, ACTIVE + VISIBLE, 15, 16 ); AddEnvironmentSound( nil, "AMB_INTERRO" ); end