function main() -- This is a 3D scene Is3D( FALSE ); -- Background AddBackground( "BrassOffice\\interro_Leslie_estab" ); -- Displayable items AddSprite( Brass, 199, 71, 102, 243, nil, VISIBLE, 25, 26 ); AddSprite( Katy, 0, 77, 205, 307, nil, VISIBLE, 29, 30 ); AddSprite( Leslie, 386, 90, 154, 294, nil, VISIBLE+ACTIVE, 51, 52 ); AddEnvironmentSound( nil, "AMB_INTERRO" ); end