<?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: A must-read for learning ActionScript 3.0</title>
	<atom:link href="http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/</link>
	<description>Calgary Flash &#38; Flex developer specializing in RIA development.</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:57:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Kapitaine</title>
		<link>http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/comment-page-1/#comment-130176</link>
		<dc:creator>Kapitaine</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/#comment-130176</guid>
		<description>@ Mark

You would use an addEventLister() I beleive like so:

aButton.addEventListener(MouseEvent.CLICK, clickHandler);
function clickHandler(e:MouseEvent):void {
     trace(&quot;Event &quot; + e);
}

I&#039;m just starting to learn ActionScript and that&#039;s how you do it I think.

Good luck...
Mikey</description>
		<content:encoded><![CDATA[<p>@ Mark</p>
<p>You would use an addEventLister() I beleive like so:</p>
<p>aButton.addEventListener(MouseEvent.CLICK, clickHandler);<br />
function clickHandler(e:MouseEvent):void {<br />
     trace(&#8220;Event &#8221; + e);<br />
}</p>
<p>I&#8217;m just starting to learn ActionScript and that&#8217;s how you do it I think.</p>
<p>Good luck&#8230;<br />
Mikey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/comment-page-1/#comment-63696</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 15 May 2008 17:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/#comment-63696</guid>
		<description>Fraser.. your like Will Smith in &quot;I AM LEGEND&quot; but better.</description>
		<content:encoded><![CDATA[<p>Fraser.. your like Will Smith in &#8220;I AM LEGEND&#8221; but better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/comment-page-1/#comment-40559</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 24 Oct 2007 20:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/#comment-40559</guid>
		<description>(in 3.0)</description>
		<content:encoded><![CDATA[<p>(in 3.0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/comment-page-1/#comment-40558</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 24 Oct 2007 20:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashdev.ca/article/a-must-read-for-learning-actionscript-30/#comment-40558</guid>
		<description>Alright, before in Actionscript 2.0, I knew most of the stuff, but only really used 4 things:
1. Variables to determine almost everything.
2. if(Key.isDown(Key.LEFT)){
3. on(release){
4. if(this.hitTest(_root.MYUP)){

But now, I can&#039;t seem to get #2 and 3 to work. How do I do those, in the shortest form possible to make my job easier? Thx.</description>
		<content:encoded><![CDATA[<p>Alright, before in Actionscript 2.0, I knew most of the stuff, but only really used 4 things:<br />
1. Variables to determine almost everything.<br />
2. if(Key.isDown(Key.LEFT)){<br />
3. on(release){<br />
4. if(this.hitTest(_root.MYUP)){</p>
<p>But now, I can&#8217;t seem to get #2 and 3 to work. How do I do those, in the shortest form possible to make my job easier? Thx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
