<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 12 Great Ways to Learn ActionScript 3 in Flash</title>
	<atom:link href="http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 16 May 2012 17:12:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sketchist</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-38862</link>
		<dc:creator>Sketchist</dc:creator>
		<pubDate>Thu, 29 Mar 2012 00:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-38862</guid>
		<description>Nice tips man thanks for the help! I just now found out how much more AS3 can do for you than AS2! :D I am about to commit myself to learning it!

&lt;pre&gt;on(release){
     gotoAndPlay(2);
}&lt;/pre&gt;

goes to...

&lt;pre&gt;[object name here].addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame);

function fl_ClickToGoToAndPlayFromFrame(event:MouseEvent):void
{
	gotoAndPlay(5);
}&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Nice tips man thanks for the help! I just now found out how much more AS3 can do for you than AS2! <img src='http://joshblog.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I am about to commit myself to learning it!</p>
<pre>on(release){
     gotoAndPlay(2);
}</pre>
<p>goes to&#8230;</p>
<pre>[object name here].addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame);

function fl_ClickToGoToAndPlayFromFrame(event:MouseEvent):void
{
	gotoAndPlay(5);
}</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sri Vidhya</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-24114</link>
		<dc:creator>Sri Vidhya</dc:creator>
		<pubDate>Fri, 16 Dec 2011 07:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-24114</guid>
		<description>Hey Josh! Thanks for the tips. Sure its of a great help to me as I am a beginner to Flash Scripting. Keep going! Bookmarked!</description>
		<content:encoded><![CDATA[<p>Hey Josh! Thanks for the tips. Sure its of a great help to me as I am a beginner to Flash Scripting. Keep going! Bookmarked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrinivas</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-17098</link>
		<dc:creator>Shrinivas</dc:creator>
		<pubDate>Wed, 14 Sep 2011 01:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-17098</guid>
		<description>Thanks for providing resources to get into AS3.. :-)</description>
		<content:encoded><![CDATA[<p>Thanks for providing resources to get into AS3.. <img src='http://joshblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-9808</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Sun, 15 May 2011 08:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-9808</guid>
		<description>Hi, Josh!

May I add my collection of AS3 tutorials here? It&#039;s a collection of beginners tutorials that I&#039;ve written over the years, and I add more to it from time to time. I mostly use it for classes I teach at a university. Here is the link:

http://tutorials101.blogspot.com/2010/11/flash-actionscript-3-tutorial-index.html

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi, Josh!</p>
<p>May I add my collection of AS3 tutorials here? It&#8217;s a collection of beginners tutorials that I&#8217;ve written over the years, and I add more to it from time to time. I mostly use it for classes I teach at a university. Here is the link:</p>
<p><a href="http://tutorials101.blogspot.com/2010/11/flash-actionscript-3-tutorial-index.html" rel="nofollow">http://tutorials101.blogspot.com/2010/11/flash-actionscript-3-tutorial-index.html</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvync</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-971</link>
		<dc:creator>Salvync</dc:creator>
		<pubDate>Fri, 19 Nov 2010 16:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-971</guid>
		<description>Great recommendation of books. I find actionscript 3 intimidating, but I really want to learn it.</description>
		<content:encoded><![CDATA[<p>Great recommendation of books. I find actionscript 3 intimidating, but I really want to learn it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EverythingFLA</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-970</link>
		<dc:creator>EverythingFLA</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-970</guid>
		<description>A site that is part free part not with hours of free as3  videos:
http://everythingfla.com/

Hope you like it ;)</description>
		<content:encoded><![CDATA[<p>A site that is part free part not with hours of free as3  videos:<br />
<a href="http://everythingfla.com/" rel="nofollow">http://everythingfla.com/</a></p>
<p>Hope you like it <img src='http://joshblog.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvync</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-969</link>
		<dc:creator>Salvync</dc:creator>
		<pubDate>Mon, 16 Aug 2010 23:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-969</guid>
		<description>Great article. Thank you so much. I hope I can get to learn actionscript 3. right now is like an alien language to me.</description>
		<content:encoded><![CDATA[<p>Great article. Thank you so much. I hope I can get to learn actionscript 3. right now is like an alien language to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Bee</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-968</link>
		<dc:creator>Mark Bee</dc:creator>
		<pubDate>Thu, 05 Aug 2010 23:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-968</guid>
		<description>Brilliant! thanks for the great tips</description>
		<content:encoded><![CDATA[<p>Brilliant! thanks for the great tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I have only come here seeking knowledge</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-967</link>
		<dc:creator>I have only come here seeking knowledge</dc:creator>
		<pubDate>Sun, 24 Jan 2010 20:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-967</guid>
		<description>[...] Flash Scripting (edit &#8211; found a good resource!) &#8211; quite a change from the musical goals above, but I believe having a basic-to-good [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash Scripting (edit &#8211; found a good resource!) &#8211; quite a change from the musical goals above, but I believe having a basic-to-good [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Legris</title>
		<link>http://joshblog.net/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-966</link>
		<dc:creator>Martin Legris</dc:creator>
		<pubDate>Mon, 14 Dec 2009 01:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/2008/01/04/twelve-places-beginners-can-learn-flash-and-actionscript-3/#comment-966</guid>
		<description>Hi, may I suggest this website: http://tutorials.as3.ca . It might need a design, but the content is golden! I have been compiling a list of the best AS3 tutorials so far, organized by category &amp; difficulty level. I keep adding to it weekly.

thank you!

Martin</description>
		<content:encoded><![CDATA[<p>Hi, may I suggest this website: <a href="http://tutorials.as3.ca" rel="nofollow">http://tutorials.as3.ca</a> . It might need a design, but the content is golden! I have been compiling a list of the best AS3 tutorials so far, organized by category &amp; difficulty level. I keep adding to it weekly.</p>
<p>thank you!</p>
<p>Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

