<?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>Dork Lessons &#187; Actionscript</title>
	<atom:link href="http://dorklessons.com/tag/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://dorklessons.com</link>
	<description>Video Tutorials From Dorks</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:57:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash Basics AS3 Spinning Square Part 1</title>
		<link>http://dorklessons.com/flash-basics-as3-spinning-square-part-1</link>
		<comments>http://dorklessons.com/flash-basics-as3-spinning-square-part-1#comments</comments>
		<pubDate>Tue, 31 Mar 2009 22:59:04 +0000</pubDate>
		<dc:creator>idocta</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Dorks]]></category>
		<category><![CDATA[Interactivity]]></category>
		<category><![CDATA[Movie clips]]></category>

		<guid isPermaLink="false">http://dorklessons.com/?p=192</guid>
		<description><![CDATA[
Update to the Spinning Square Project Using AS3 (ActionScript 3.0)  Learn to integrate buttons inside of Movie Clips and create some cool looking effects in the process
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="700" height="480" id="viddler_1f83199f"><param name="wmode" value="transparent" /><param name="movie" value="http://www.viddler.com/player/1f83199f/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/1f83199f/" width="700" height="480" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_1f83199f" wmode="transparent"></embed></object></p>
<p>Update to the Spinning Square Project Using AS3 (ActionScript 3.0)  Learn to integrate buttons inside of Movie Clips and create some cool looking effects in the process</p>
]]></content:encoded>
			<wfw:commentRss>http://dorklessons.com/flash-basics-as3-spinning-square-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Links to Websites in Flash Using Actionscript 3.0</title>
		<link>http://dorklessons.com/creating-links-to-websites-in-flash-using-actionscript-30</link>
		<comments>http://dorklessons.com/creating-links-to-websites-in-flash-using-actionscript-30#comments</comments>
		<pubDate>Wed, 14 Jan 2009 22:56:54 +0000</pubDate>
		<dc:creator>idocta</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[David Rhugnanan]]></category>
		<category><![CDATA[External websites]]></category>
		<category><![CDATA[Flash Basics]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://dorklessons.com/?p=131</guid>
		<description><![CDATA[ 
In this Tutorial you will learn how to navigate to an External URL using Action Script 3. Also how to make invisible buttons to be reused over multiple images.
Charles Ortiz  This was for you!  Stay Dorky Dude
]]></description>
			<content:encoded><![CDATA[<p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="700" height="480" id="viddler_d3058305"><param name="movie" value="http://www.viddler.com/player/d3058305/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/d3058305/" width="700" height="480" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler_d3058305" ></embed></object></p>
<p>In this Tutorial you will learn how to navigate to an External URL using Action Script 3. Also how to make invisible buttons to be reused over multiple images.</p>
<p>Charles Ortiz  This was for you!  Stay Dorky Dude</p>
]]></content:encoded>
			<wfw:commentRss>http://dorklessons.com/creating-links-to-websites-in-flash-using-actionscript-30/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding Interactivity Using Tweener in AS3</title>
		<link>http://dorklessons.com/adding-interactivity-using-tweener-in-as3</link>
		<comments>http://dorklessons.com/adding-interactivity-using-tweener-in-as3#comments</comments>
		<pubDate>Wed, 07 Jan 2009 05:05:14 +0000</pubDate>
		<dc:creator>idocta</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Interactivity]]></category>
		<category><![CDATA[Tweener]]></category>

		<guid isPermaLink="false">http://dorklessons.com/?p=78</guid>
		<description><![CDATA[
Now that we have learned the For Loop, we are now going to add in interactivity using the Tweener Class
]]></description>
			<content:encoded><![CDATA[<p><object width="700" height="480" data="http://www.viddler.com/player/5a323bfc/" type="application/x-shockwave-flash"><param name="id" value="viddler_5a323bfc" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.viddler.com/player/5a323bfc/" /><param name="name" value="viddler_5a323bfc" /><param name="allowfullscreen" value="true" /></object></p>
<p>Now that we have learned the For Loop, we are now going to add in interactivity using the Tweener Class</p>
]]></content:encoded>
			<wfw:commentRss>http://dorklessons.com/adding-interactivity-using-tweener-in-as3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
