<?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: Removing Event Listeners</title>
	<atom:link href="http://jacksondunstan.com/articles/155/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/155</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 14 May 2012 17:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/155/comment-page-1#comment-876</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Fri, 01 Oct 2010 05:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=155#comment-876</guid>
		<description>That&#039;s a good point: if you&#039;re using this with any &lt;code&gt;DisplayObjects&lt;/code&gt; then you&#039;ll want to make sure you get the right &lt;code&gt;EventDispatcher&lt;/code&gt; to remove from.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good point: if you&#8217;re using this with any <code>DisplayObjects</code> then you&#8217;ll want to make sure you get the right <code>EventDispatcher</code> to remove from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko3Blokes</title>
		<link>http://jacksondunstan.com/articles/155/comment-page-1#comment-875</link>
		<dc:creator>Marko3Blokes</dc:creator>
		<pubDate>Fri, 01 Oct 2010 03:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=155#comment-875</guid>
		<description>Awesome!

Just one thing; if you do ev.target could that potentially give you a reference to a child that caught the event instead of the thing that you attached the listener to? For example if I have movieclip1 and movieclip2 where movieclip2 is a child of movieclip1 - sometimes it will return movieclip2 as ev.target. Since I found out this was happening to me - I have been using ev.currentTarget.

Thanks for the great article!</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
<p>Just one thing; if you do ev.target could that potentially give you a reference to a child that caught the event instead of the thing that you attached the listener to? For example if I have movieclip1 and movieclip2 where movieclip2 is a child of movieclip1 &#8211; sometimes it will return movieclip2 as ev.target. Since I found out this was happening to me &#8211; I have been using ev.currentTarget.</p>
<p>Thanks for the great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

