function main()
	Is3D( FALSE );

	AddBackground( "Shed\\shed_open" );

	-- Displayable objects w/ hotspot
--	AddSprite( 0, 448, 0, 192, 384, nil, VISIBLE, 6, 0 );

	AddSprite( Sara, 184, 24, 208, 360, nil, VISIBLE+ACTIVE, 2, 3 );
end