<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">

	<channel>
		<title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Articles - ]]></title>
		<link>http://www.actionscript.org/resources</link>
		<description><![CDATA[ActionScript.org is the premier ActionScript developer community online for Flash and Flex users. One of the largest such sites in the world, ActionScript.org caters for designers and developers at all skill levels. The site includes thousands of tutorials, open source movies and scripts, support forums, reviews, scene news, a fully featured Flash jobs and employment section and much more.]]></description>
		<language>en-us</language>
		<copyright><![CDATA[http://www.actionscript.org/resources]]></copyright>
		<generator>N/A</generator>
		<webMaster>general.redirect@gmail.com</webMaster>
		<lastBuildDate>Sat, 26 May 2012 03:14:49 CDT</lastBuildDate>
		<ttl>20</ttl>
		<item>
			<title><![CDATA[Dynamic Drawing]]></title>
			<link>http://www.actionscript.org/resources/articles/985/1/Dynamic-Drawing/Page1.html</link>
			<description><![CDATA[
<p>This will be short and simple. Make a layer called actions. Type in it:<br/><font color="#808080">createEmptyMovieClip("terrain",1);<br/>terrain.lineStyle(<font color="#00ffff">10</font>,0x<font color="#ff6600">000000</font>,<font color="#339966">100</font>);<br/>imdrawing = false;<br/>onMouseDown = function () {<br/> if (imdrawing == false) {<br/>  terrain.moveTo(_xmouse,_ymouse);<br/>  imdrawing = true;<br/> }<br/> if (imdrawing == true) {<br/>  onEnterFrame = function () {<br/>   terrain.lineTo(_xmouse,_ymouse);<br/>  };<br/> }<br/>};<br/>onMouseUp = function () {<br/> onEnterFrame = function () {<br/>  imdrawing = false;<br/> };<br/>};<br/></font><font color="#000000">That just create a line and said when I click start drawing, and when I release stop drawing. If you want to change the <font color="#ff6600">color</font>,<font color="#00ffff">width</font>, or <font color="#339966">alpha</font> heres what to do. To change the width, just type a number where the code is Light Blue.A small number is a small width, a big number a big width. To change the color take a colors Hex number and enter it where the code is Orange. Simple ya. The alpha is where the code is green, type a number 1-100 right there.And there you have it!Leave a comment if you need help!</font></p>]]></description>
			<author>no@spam.com (Alex Liebscher)</author>
			<pubDate><![CDATA[Thu, 11 Mar 2010 22:30:00 CST]]></pubDate>
			<guid isPermaLink="true">http://www.actionscript.org/resources/articles/985/1/Dynamic-Drawing/Page1.html</guid>
		</item>
	</channel>
</rss>
