<!-- LEADING UNDERSCORE DENOTES INTEGER VALUES -->

<net host="http://www.artthread.org/" 
		 serviceURL="uploader-as3/gateway.php"
		 uploadURL="splash/upload/img/" 
		 galleryURL="addart.php" 
		 eOwlURL="http://electricowlstudios.com/" 
		 newElementUploadURL=  "http://artthread.org/splash2/upload.php" 
		 newElementDownloadURL="http://artthread.org/splash2/files/" />

<!-- biggest depths:             -->
<!--   canvas, fundamentals: 7   -->
<!--   buttons, ui elements: 91  -->
<!--   dialogs:              508 -->
<ui _hiddenX="-800" _hiddenY="-800" _backgroundColor="0xD2"
		_width="1077" _height="847"
		_masterOffsetX="20" _masterOffsetY="20"
		_mainBgColor="0xD2D2D2" _textColor="0x666666" >
	<backgroundFooter url="art/splats_bottom_left.jpg" _x="400" _y="-250" _scale="0.75" />
	<backgroundHeader url="art/splats_top_right.jpg"    _x="0"   _y="0"    _scale="0.75" />
	<canvas _width="900" _height="556" name="canvasClip"  _x="85" _y="10" _color="0xFFFFFF" />
	<toolBin _x="0" _y="10" _scale="0.75" _toolButtonStartX="18" _toolButtonStartY="220" _otherButtonStartX="18" _otherButtonStartY="12" />
	<eOwlLogo      name="ElectricOwlLogo" _x="-100" _y="-40" _scale="0.45" url="http://www.electricowlstudios.com/" />
	<artThreadLogo name="ArtThreadLogo"   _x="10"   _y="-80" _scale="0.7"  url="http://www.artthread.org/"          />
	<dialogs okButton="okButton" cancelButton="cancelButton" />
	<undoBuffer useBuffer="true" debugBuffer="false" _bufferFadeLength="20"  />
	<tooltips _millisecondDelay="300" _flashSucksWidthFudgeFactor="1.025" _fadeLength="10">
		<bgClip name="tooltipBox"  _mouseOffsetX="10" _mouseOffsetY="-20">
			<slice _x="1" _y="1" _width="18" _height="18" />
		</bgClip>
		<text name="tooltipText"  _width="300" _height="10" font="Gill Sans MT" _size="14" />
	</tooltips>
	<welcome name="welcome"  _fadeLength="1" />
	<slider slidester="slidester" valueText="valueText" titleText="titleText" lowText="lowText" highText="highText" />
	<checkbox    titleText="titleText" checkName="check" _fadeLength="10" />
	<radiobutton titleText="titleText" checkName="check" _fadeLength="10" />
	<frameMeter name="frameMeter" show="true"  />
	<toolDisplayClip name="toolDisplay"  />
	<colorPicker  _wheelRadius="95" name="ColorPicker">
		<parts colorwheel="colorwheel" lightnessScale="lightnessScale" sampleBar="sampleBar"
					 crosshairs="crosshairs" wheelLightener="wheelLightener" wheelDarkener="wheelDarkener"
					 valueScaleCaret="lightnessScaleCaret" valueScaleColor="lightnessScaleColor" brightnessizer="brightnessizer" />
		<variationSlider  name="variationSlider" title="Variation" tooltip="Adjust how random the actual color is"
										 _minValue="0" _maxValue="100" _defaultValue="20"
										 intMode="true" _x="-50" _y="58" />
		<alphaSlider      name="alphaSlider" title="Opacity" tooltip="Change how transparent the color is"
										 _minValue="2" _maxValue="100" _defaultValue="80"
										 intMode="true" _x="-50" _y="107" />
		<sampleBar  _height="40" _width="244" />
	</colorPicker>
	<brushPicker  name="BrushPicker" useBin="false" bgColor="0xFEFF7F">
		<parts sampleArea="sampleArea" maskedViewClip="sampleView" />
		<dirLeft  name="directionArrow"  _x="-85" _y="50" _rotation="180" _shift="5"  />
		<dirRight name="directionArrow"  _x="85"  _y="50" _rotation="0"   _shift="-5" />
		<sizeSlider name="Size" title="Size"  tooltip="Change the size of the brush"
								_minValue="1" _maxValue="300" _defaultValue="100"
								intMode="true" _x="-50" _y="95" />
		<typeSlider name="Type" title="Shape"  tooltip="Change which brush is used"
								_minValue="0" _maxValue="21" _defaultValue="0"
								intMode="true" _x="-50" _y="45" />
		<animateCheck name="checkbox" title="Animate"  tooltip="Pause/Play an animated brush"
									_x="-35" _y="137" />
	</brushPicker>
	<saveDialog       name="SaveDialog" previewDebug="false" />
	<newDrawingDialog name="NewDrawingDialog" >
		<blankCanvasRadio name="Radiobox" 
								      title="Create New Blank Drawing" 
								      tooltip="To start with a plain white canvas, click here"
								      _showX="-200" 
								      _showY="-135" />
		<galleryRadio     name="Radiobox" 
								      title="Draw on something else" 
								      tooltip="To start with a plain white canvas, click here"
								      _showX="-200" 
								      _showY="5" />
		<sizeOptions type="list" >
			<smallCanvasOption _x="-155" _y="-50" name="Small" _width="40" _height="24.72">
				<label name="label" text="Small\n(400x247)" _x="-50" _y="0" _height="50" _width="100" >
					<format _size="14" _color="0x000000" bold="true" align="center" />
				</label>
				<canvas _width="400" _height="247" />
			</smallCanvasOption>
			<medCanvasOption   _x="-75" _y="-50" name="Medium" _width="65" _height="40.2" >
				<label name="label" text="Medium\n(650x402)" _x="-50" _y="0" _height="50" _width="100" >
					<format _size="14" _color="0x000000" bold="true" align="center" />
				</label>
				<canvas _width="650" _height="402" />
			</medCanvasOption>
			<bigCanvasOption   _x="25"  _y="-50" name="Large" _width="90" _height="55.6" >
				<label name="label" text="Big\n(900x556)" _x="-50" _y="0" _height="50" _width="100" >
					<format _size="14" _color="0x000000" bold="true" align="center" />
				</label>
				<canvas _width="900" _height="556" />
			</bigCanvasOption>
			<hugeCanvasOption   _x="150"  _y="-50" name="Huge" _width="115" _height="71" >
				<label name="label" text="Huge\n(1150x710)" _x="-50" _y="0" _height="50" _width="100" >
					<format _size="14" _color="0x000000" bold="true" align="center" />
				</label>
				<canvas _width="1150" _height="710" />
			</hugeCanvasOption>
		</sizeOptions>
	</newDrawingDialog>
	<linkDialog       name="LinkDialog" />
	<completeDialog   name="CompleteDialog" />
	<stringDialog     name="StringDialog" />
	<newButton   enabled="true"  _showX="-10" _showY="-2"  title="newButton"    tooltip="Start a new drawing"                     />
	<brushButton enabled="true"  _showX="-4"  _showY="100" title="brushButton"  tooltip="Change the shape and size of your brush" />
	<colorButton enabled="true"  _showX="-4"  _showY="170" title="colorButton"  tooltip="Choose a color and how it changes"       />
	<redoButton  enabled="true"  _showX="-9"  _showY="650" title="redoButton"   tooltip="Redo the last change"                    />
	<undoButton  enabled="true"  _showX="-9"  _showY="650" title="undoButton"   tooltip="Undo the last change"                    />
	<saveButton  enabled="true"  _showX="-9"  _showY="695" title="postButton"   tooltip="Upload your art to the gallery"          />
	<loadDialog name="LoadDialog"  _width="200" _height="50" _x="-1000" _y="-1000" >
		<slice _x="0" _y="0" _width="200" _height="50" />
	</loadDialog>
</ui>

<!------------------------------------------------------------------------------
		TOOLS
	----------------------------------------------------------------------------->
<tools canvas="canvas" 
       workArea="workArea" 
       _rateLimit="19" 
       _buttonX="-2.5" 
       _buttonGap="70" 
       _buttonY="60" 
       propertiesContainerClip="PropertyWidgetBackground" 
       _propClipX="240" 
       _cornerClipWidth="90">
	<buttonOrder type="list">
		<li name="sling"   />
		<li name="pen"     />
		<li name="wipe"    />
		<li name="clear"   />
		<li name="element" />
	</buttonOrder>
	<sling _pixelToForceConstant="4.0" 
	       _damping="0.97" 
	       _chainDiminishment="0.02"  
	       _friction="0.5" 
	       _extendedPropertyClipXOffset="-300" >
		<modeButton title="slingButton" 
		            _enabled="true" 
		            _showX="30" _showY="0" 
		            tooltip="Sling tool: brushes connected with springs" />
		<countSlider      title="Count" tooltip="Add or remove brushes"
								 _minValue="1" _maxValue="5" _defaultValue="3"
								 intMode="true"  _showX="452"  _showY="33" />
		<frictionSlider   title="Speed" tooltip="Add resistance to brush motion"
								 _minValue="1" _maxValue="100"  _defaultValue="50"
								 intMode="true" _showX="617"  _showY="33"/>
	</sling>
	<pen _sliderFadeLength="10" _sliderMinAlpha="0.2" 
	     _extendedPropertyClipXOffset="-100" >
		<modeButton title="penButton" 
		            _enabled="true" 
		            _showX="0" _showY="0" 
		            tooltip="Pen tool: basic lines and orbits" />
		<pathPreview    _showX="242"  _showY="15"  name="pathPreview"
									 tooltip="This is the currently selected path." />
		<pathSlider     title="Path" tooltip="Change the path the brush makes around your mouse"
									 _minValue="0" _maxValue="26"  _defaultValue="0"
									 intMode="true" _showX="322"  _showY="33" />
		<radiusSlider   title="Radius" tooltip="Adjust the size of the path going around your mouse"
									 _minValue="0" _maxValue="400" _defaultValue="100"
									 intMode="true" _showX="490" _showY="33" />
		<speedSlider    title="Speed" tooltip="Choosing a bigger number gives faster revolution, but choppier lines"
									 _minValue="1" _maxValue="100" _defaultValue="25"
									 intMode="true" _showX="650" _showY="33" />
	</pen>
	<wipe tooltip="Wipe tool: rows of brushes"
	      _extendedPropertyClipXOffset="-150" >
		<modeButton title="wipeButton" 
		            _enabled="true" 
		            _showX="0" _showY="0" 
		            tooltip="Wipe tool: rows of brushes" />
	
		<bars asset="wipeBar" top="topBar" bottom="bottomBar" left="leftBar" right="rightBar" />
		<upButton     title="wipeupButton"       _showX="289" _showY="23" tooltip="Make brushes move upwards"   />
		<downButton   title="wipedownButton"     _showX="290" _showY="60" tooltip="Make brushes move downwards" />
		<leftButton   title="wipeleftButton"     _showX="273" _showY="42" tooltip="Make brushes move left"      />
		<rightButton  title="wiperightButton"    _showX="306" _showY="42" tooltip="Make brushes move right"     />
		<countSlider  title="Count" tooltip="Add or remove brushes"
								 _minValue="1" _maxValue="15"   _defaultValue="5"
								 intMode="true" _showX="342"  _showY="33" />
		<spanSlider   title="Span" tooltip="Adjust the spacing between brushes"
								 _minValue="1" _maxValue="1000"  _defaultValue="250"
								 intMode="true" _showX="507" _showY="33" />
		<bendSlider   title="Bend" tooltip="Control the amount of curvature in the brush paths"
								 _minValue="0" _maxValue="500"  _defaultValue="0"
								 intMode="true" _showX="672" _showY="33" />
	</wipe>
	<clear _speedFloor="1.01" 
				 _slowdownFactor="0.99993" 
				 _extendedPropertyClipXOffset="-200" 
				 makeImmediatelyVisible="true" >
		<modeButton title="clearButton" 
		            _enabled="true" 
		            _showX="0" _showY="0" 
		            tooltip="Clear tool: one expanding brush"/>
		<brush name="brush" uniqueName="clearBrush" frameToPlay="basic" />
		<clearBlackButton title="clearBlackButton"  _showX="283"  _showY="10" tooltip="Use black"/>
		<clearWhiteButton title="clearWhiteButton"  _showX="363"  _showY="10" tooltip="Use white"/>
		<clearColorButton title="clearColorButton"  _showX="443"  _showY="10" tooltip="Use the current color"/>
		<speedSlider    title="Speed" tooltip="Choosing a bigger number gives faster revolution, but choppier lines"
									 _minValue="1" _maxValue="100" _defaultValue="50"
									 intMode="true" _showX="550" _showY="33" />
		<growCheck   name="Radiobox" 
								 title="Grow" 
								 tooltip="Brush expands out from your mouse"
								 _showX="710" 
								 _showY="15"
								 _startScale="0.12"
								 _rateDelta ="0.02" />
		<shrinkCheck name="Radiobox" 
								 title="Shrink" 
								 tooltip="Brush contracts towards your mouse"
								 _showX="710" 
								 _showY="45"
								 _rateDelta="-0.02"
								 _startScale="50" />
		
	</clear>
	<element _scaleFrameLimit="1.05" propertiesContainerClip="PropertyWidgetBackground"
					 hideMouse="false" canStampFromOffCanvas="false">
		<modeButton title="elementButton"  
		            tooltip="Shape tool: add/arrange shapes"
		            enabled="true" 
		            _showX="0" _showY="0" />
								 
		<binLeft title="binLeftButton"  _showX="85"  _showY="45" _shift="5" _disabledAlpha="20"/>
		<bin name="Bin"  _width="355" _height="80" _showX="90" _showY="5" 
				 springy="false" tooltip="choose a shape to add to the drawing"
				 oneExpandingRow="true" _slideTime="0.5" >
			<graphicScale _small="0.4" _big="0.6" _radius="50" _elementSpacing="100"/>
			<springMesh _rows="1" _cols="1" _damping="0.85" 
									_pixelForceConstant="10.0" _friction="1.0" _framesBeforeIdle="150" 
									_maxVelocity="10.0" >
				<mouseSwell _repulsionRadius="50" _attractionRadius="40" _baseSpringLengthFactor="1.0" _swollenSpringLengthFactor="2.0" />
				<playingField _x="0" _y="0" _width="0" _height="80" />
			</springMesh>
			<slice _x="3" _y="3" _width="97" _height="97" />
			<contentsClip name="characterBinContents"  />
		</bin>
		<binRight title="binRightButton"   _showX="445" _showY="45" _shift="-5"  _disabledAlpha="20" _quickClickTime="250"/>
		<uploadButton title="uploadImageButton"  _showX="470" _showY="25" tooltip="Grab an image from your hard drive"/>
		<sizeSlider name="Size" title="Size"  tooltip="Change the size of the brush"
						_minValue="0.1" _maxValue="10.0" _defaultValue="1.0"
						intMode="false" _showX="540" _showY="45" />
		<slideCheck  name="Radiobox" 
								 title="Allow Sliding" 
								 tooltip="Shapes slide with your mouse when you click down, but don't rotate"
								 _showX="680" 
								 _showY="15" />
		<rotateCheck name="Radiobox" 
								 title="Allow Rotation" 
								 tooltip="Shapes spin in place when you click"
								 _showX="680" 
								 _showY="35" />
		<chaseCheck  name="Radiobox" 
								 title="Free Dragging" 
								 tooltip="Shapes follow after your mouse when you click down"
								 _showX="680" 
								 _showY="55" />
	</element>
	<text letterNamePrefix="art-letters-" _letterScale="3.5" />
</tools>
<button over="over" up="up" down="down" />

<!------------------------------------------------------------------------------
		BRUSHES
	----------------------------------------------------------------------------->
<brushes type="list">
	<li name="Basic"            url="art/brushes/basic.swf"         _xOffset="-50" _yOffset="-50"  animated="false"                      _scaleFactorForShrink="2.0" />
	<li name="Diamond"          url="art/brushes/diamond.swf"       _xOffset="-50" _yOffset="-50"  animated="false"                      _scaleFactorForShrink="2.0" />
	<li name="Basic Swell"      url="art/brushes/basicSwell.swf"    _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Dust"             url="art/brushes/dust.swf"          _xOffset="-50" _yOffset="-50"  animated="true" rotateAtFinish="true" _scaleFactorForShrink="2.0" />
	<li name="Flutter"          url="art/brushes/flutter.swf"       _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Burst"            url="art/brushes/explode.swf"       _xOffset="-50" _yOffset="-50"  animated="true" rotateAtFinish="true" _scaleFactorForShrink="7.0" />
	<li name="Circle to Square" url="art/brushes/circle-square.swf" _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="1.5" />
	<li name="Circle to Star"   url="art/brushes/circle-star.swf"   _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="1.5" />
	<li name="Spinning Square"  url="art/brushes/spin-square.swf"   _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="1.0" />
	<li name="Spinning Star"    url="art/brushes/starspin.swf"      _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Square"           url="art/brushes/square.swf"        _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Ripple"           url="art/brushes/ripple.swf"        _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Spiral"           url="art/brushes/spiral.swf"        _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Helix"            url="art/brushes/helix.swf"         _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Decagram"         url="art/brushes/decagram.swf"      _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Race"             url="art/brushes/select.swf"        _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="1.0" />
	<li name="Ring"             url="art/brushes/select-circle.swf" _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="1.0" />
	<li name="Blink"            url="art/brushes/blink.swf"         _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Bird"             url="art/brushes/bird.swf"          _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="6.0" />
	<li name="Grass"            url="art/brushes/grass.swf"         _xOffset="-50" _yOffset="-100" animated="true"                       _scaleFactorForShrink="2.0" />
	<li name="Smile"            url="art/brushes/smile.swf"         _xOffset="-50" _yOffset="-50"  animated="false"                      _scaleFactorForShrink="2.0" />
	<li name="Comet"            url="art/brushes/comet.swf"         _xOffset="-50" _yOffset="-50"  animated="true"                       _scaleFactorForShrink="2.0" />
</brushes>

<!------------------------------------------------------------------------------
		ELEMENTS
	----------------------------------------------------------------------------->
<elements type="list">
	<li name="art-shapes-circle" url="art/shapes/circle.swf" _xOffset="-35" _yOffset="-35" moveParent="false" >
		<limb art="art/shapes/circle.swf" _xOffset="-35" _yOffset="-35" dynamicColor="true" >
		</limb>
</li>
	<li name="art-shapes-no-guf" url="art/shapes/no-guf.png" _xOffset="-25" _yOffset="-25" moveParent="false" _scaleMod="1.5" >
		<limb art="art/shapes/no-guf.png" _xOffset="-25" _yOffset="-25" dynamicColor="false" >
		</limb>
</li>

	<li name="art-shapes-star" url="art/shapes/star.swf" _xOffset="0" _yOffset="-50" moveParent="false" >
		<limb art="art/shapes/star.swf" _xOffset="0" _yOffset="-50" dynamicColor="true" >
		</limb>
</li>

	<li name="art-shapes-wheel" url="art/shapes/wheel.swf" _xOffset="-40" _yOffset="-40" moveParent="false" >
		<limb art="art/shapes/wheel.swf" _xOffset="-40" _yOffset="-40" dynamicColor="true" >
		</limb>
</li>

	<li name="art-shapes-triangle" url="art/shapes/triangle.swf" _xOffset="0" _yOffset="-50" moveParent="false" >
		<limb art="art/shapes/triangle.swf" _xOffset="0" _yOffset="-50" dynamicColor="true" >
		</limb>
</li>


	<li name="art-shapes-square" url="art/shapes/square.swf" _xOffset="-50" _yOffset="-50" moveParent="false" >
		<limb art="art/shapes/square.swf" _xOffset="-50" _yOffset="-50" dynamicColor="true" >
		</limb>
</li>

	<li name="art-shapes-ring" url="art/shapes/ring.swf" _xOffset="-50" _yOffset="-50" moveParent="false" >
		<limb art="art/shapes/ring.swf" _xOffset="-40" _yOffset="-40" dynamicColor="true" >
		</limb>
</li>
	
	<li name="art-shapes-pebbles" url="art/shapes/pebbles.swf" _xOffset="-59" _yOffset="-50" moveParent="false" >
		<limb art="art/shapes/pebbles.swf" _xOffset="-25" _yOffset="-15" dynamicColor="true" >
		</limb>
</li>
	
	<li name="art-shapes-octagon" url="art/shapes/octagon.swf" _xOffset="-51" _yOffset="-51" moveParent="false" >
		<limb art="art/shapes/octagon.swf" _xOffset="-20" _yOffset="-50" dynamicColor="true" >
		</limb>
</li>

	<li name="art-shapes-line" url="art/shapes/line.swf" _xOffset="-6" _yOffset="-50" moveParent="false" >
		<limb art="art/shapes/line.swf" _xOffset="-6" _yOffset="-50" dynamicColor="true" >
		</limb>
</li>

	<li name="art-shapes-curve" url="art/shapes/curve.swf" _xOffset="-37" _yOffset="-15" moveParent="false" >
		<limb art="art/shapes/curve.swf" _xOffset="0" _yOffset="-50" dynamicColor="true" >
		</limb>
</li>
</elements>