function main()
	Is3D( FALSE );

	AddBackground( "theatre\\still_3rd_mary_Squibb_closeup" );
	
	-- Displayable objects
	AddSprite( OTheatreSquibbCU, 310, 138,  64,  64, "obj_squibbCloseup.dds", VISIBLE );

	-- Hotspot
	AddSprite( HTheatreSquibbCU, 310, 138,  64,  64, nil, ACTIVE, 0, 0, TOOLS );	
end

