function main()
	Is3D( FALSE );

	AddBackground( "BrassOffice\\interro_leda" );

	-- movies
	AddSprite( Brass, 143, 103, 55, 139, nil, VISIBLE,  7,  8 );
	AddSprite( Warrick, 0, 96, 144, 288, nil, VISIBLE+ACTIVE, 26, 27 );
	AddSprite( Leda, 290, 138, 184, 192, nil, VISIBLE+ACTIVE, 19, 20 );

	AddEnvironmentSound( nil, "AMB_INTERRO" );
end