function main()
	Is3D( FALSE );

	AddBackground( "BrassOffice\\20_interro_Frank" );

	-- movies
	AddSprite( Brass, 143, 122, 55, 139, nil, VISIBLE,  7,  8 );
	AddSprite(  Nick,   0, 104, 135, 280, nil, VISIBLE, 23, 24 );
	AddSprite( Frank, 259, 123, 184, 224, nil, VISIBLE+ACTIVE, 11, 12 );

	AddEnvironmentSound( nil, "AMB_INTERRO" );
end