<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Moonpixel &#187; actionscript3</title>
	<atom:link href="http://moonpixel.com/category/blog/actionscript3/feed/" rel="self" type="application/rss+xml" />
	<link>http://moonpixel.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 20 Jul 2010 05:59:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash AS3 Links Made Easy &#8211; AS3 Link Class &#8211; Download</title>
		<link>http://moonpixel.com/flash-as3-links-made-easy-as3-link-class/</link>
		<comments>http://moonpixel.com/flash-as3-links-made-easy-as3-link-class/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 11:44:01 +0000</pubDate>
		<dc:creator>moonpixel</dc:creator>
				<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 link class]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash as3 links]]></category>

		<guid isPermaLink="false">http://moonpixel.com/?p=258</guid>
		<description><![CDATA[Many times when creating banners with multiple clickable areas, it's a pain to do an event listener for each and a function to navigate to that particular URL.

<pre lang="actionscript3">
var link = new Link(obj:DisplayObject,lnk:String,trgt:String);
</pre>

 I needed something faster and created a "dead simple" as3 link class, which allows creating as3 links in 1 line. You can download the class [...]]]></description>
		<wfw:commentRss>http://moonpixel.com/flash-as3-links-made-easy-as3-link-class/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash &#8211; Add Path to Your Classes &#8211; AS3 Classpath</title>
		<link>http://moonpixel.com/flash-add-path-to-your-classes-as3-classpath/</link>
		<comments>http://moonpixel.com/flash-add-path-to-your-classes-as3-classpath/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 10:15:12 +0000</pubDate>
		<dc:creator>moonpixel</dc:creator>
				<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 classpath]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash add class]]></category>
		<category><![CDATA[flash classpath]]></category>

		<guid isPermaLink="false">http://moonpixel.com/?p=249</guid>
		<description><![CDATA[When using Flash regularly, as with any other software, there are tasks repeating in many projects over and over again. To speed up this process, it just makes sense creating your own classes and functions and having them available for all projects to use.
So how do we do this?
In order to have a class accessible [...]]]></description>
		<wfw:commentRss>http://moonpixel.com/flash-add-path-to-your-classes-as3-classpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize Text Field &#8211; AS3 Draggable Resizable Input Text Field</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/</link>
		<comments>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 06:42:13 +0000</pubDate>
		<dc:creator>moonpixel</dc:creator>
				<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 draggable]]></category>
		<category><![CDATA[as3 resize textfield]]></category>
		<category><![CDATA[as3 textfield resize]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[input textfield as3]]></category>
		<category><![CDATA[resizable input]]></category>
		<category><![CDATA[resize input]]></category>
		<category><![CDATA[textfield as3]]></category>

		<guid isPermaLink="false">http://moonpixel.com/?p=72</guid>
		<description><![CDATA[Draggable, resizable Input Text Field with Actionscript 3. Text Field gets resized in particular direction by dragging one of its corner handles.]]></description>
		<wfw:commentRss>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
