<?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: AS3 EnterFrame EventListener</title>
	<atom:link href="http://www.isgoodstuff.com/2008/11/05/actionscript-30-enter-the-frame-eventlistener/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isgoodstuff.com/2008/11/05/actionscript-30-enter-the-frame-eventlistener/</link>
	<description>All the good stuff here!</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:10:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: james</title>
		<link>http://www.isgoodstuff.com/2008/11/05/actionscript-30-enter-the-frame-eventlistener/comment-page-1/#comment-1470</link>
		<dc:creator>james</dc:creator>
		<pubDate>Wed, 30 Mar 2011 15:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/2008/11/05/actionscript-30-enter-the-frame-eventlistener/#comment-1470</guid>
		<description>yeah this method isnt working for me... throws up 1009 error message... 
this works for removing event listeners but not ones that are ENTER_FRAME...</description>
		<content:encoded><![CDATA[<p>yeah this method isnt working for me&#8230; throws up 1009 error message&#8230;<br />
this works for removing event listeners but not ones that are ENTER_FRAME&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.GoodStuff</title>
		<link>http://www.isgoodstuff.com/2008/11/05/actionscript-30-enter-the-frame-eventlistener/comment-page-1/#comment-137</link>
		<dc:creator>Mr.GoodStuff</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.isgoodstuff.com/2008/11/05/actionscript-30-enter-the-frame-eventlistener/#comment-137</guid>
		<description>FYI, for those wondering how to removeEventListener in AS3. if you have added stage.addEventListener(Event.ENTER_FRAME, something);, you can only remove it by type the same paramaters like this stage.removeEventListener(Event.ENTER_FRAME,something); The only difference is that i replace the character add to remove. Simple :)</description>
		<content:encoded><![CDATA[<p>FYI, for those wondering how to removeEventListener in AS3. if you have added stage.addEventListener(Event.ENTER_FRAME, something);, you can only remove it by type the same paramaters like this stage.removeEventListener(Event.ENTER_FRAME,something); The only difference is that i replace the character add to remove. Simple <img src='http://www.isgoodstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

