<?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: Where is my onReleaseOutside</title>
	<atom:link href="http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/</link>
	<description>"I write pretty software"</description>
	<lastBuildDate>Sat, 04 Sep 2010 09:23:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Germo</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-59209</link>
		<dc:creator>Germo</dc:creator>
		<pubDate>Tue, 14 Jul 2009 04:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-59209</guid>
		<description>Thanks this solve. So simple, so useful. 
I meet the problem today.</description>
		<content:encoded><![CDATA[<p>Thanks this solve. So simple, so useful.<br />
I meet the problem today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpit</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-42075</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Wed, 30 Jul 2008 13:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-42075</guid>
		<description>@Neil
As long as the element clicked on does not capture the event, the mouse up event will bubble to the stage and the eventListener will be executed.</description>
		<content:encoded><![CDATA[<p>@Neil<br />
As long as the element clicked on does not capture the event, the mouse up event will bubble to the stage and the eventListener will be executed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-42072</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 30 Jul 2008 12:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-42072</guid>
		<description>arpit

my_sprite.stage.addEventListener(MouseEvent.UP, doOnReleaseOutside)

this will be invoked if the user does a click anywhere on the stage.  What is to stop the user clicking on something that does not take a click, like a logo for example, that would fire your function.</description>
		<content:encoded><![CDATA[<p>arpit</p>
<p>my_sprite.stage.addEventListener(MouseEvent.UP, doOnReleaseOutside)</p>
<p>this will be invoked if the user does a click anywhere on the stage.  What is to stop the user clicking on something that does not take a click, like a logo for example, that would fire your function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpit</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-28227</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Wed, 05 Mar 2008 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-28227</guid>
		<description>@Luis:
The code is as simple as:
my_sprite.stage.addEventListener(MouseEvent.UP, doOnReleaseOutside)
Actually this is an old post and I recommend the one linked to the tip of the day post by sinocular.</description>
		<content:encoded><![CDATA[<p>@Luis:<br />
The code is as simple as:<br />
my_sprite.stage.addEventListener(MouseEvent.UP, doOnReleaseOutside)<br />
Actually this is an old post and I recommend the one linked to the tip of the day post by sinocular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Filip Paço</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-28169</link>
		<dc:creator>Luis Filip Paço</dc:creator>
		<pubDate>Tue, 04 Mar 2008 21:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-28169</guid>
		<description>Hi,
And here can we find your implementation?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
And here can we find your implementation?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lessrain blog &#187; Blog Archive &#187; AS3 Button Engine revisited (onReleaseOutside)</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-18193</link>
		<dc:creator>lessrain blog &#187; Blog Archive &#187; AS3 Button Engine revisited (onReleaseOutside)</dc:creator>
		<pubDate>Sat, 22 Sep 2007 08:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-18193</guid>
		<description>[...] AS3: Where is my onReleaseOutside, code zen. [...]</description>
		<content:encoded><![CDATA[<p>[...] AS3: Where is my onReleaseOutside, code zen. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lessrain blog &#187; Blog Archive &#187; AS3 onReleaseOutside</title>
		<link>http://www.arpitonline.com/blog/2006/11/05/as3-where-is-my-onreleaseoutside/comment-page-1/#comment-1140</link>
		<dc:creator>lessrain blog &#187; Blog Archive &#187; AS3 onReleaseOutside</dc:creator>
		<pubDate>Wed, 13 Dec 2006 19:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=33#comment-1140</guid>
		<description>[...] AS3: Where is my onReleaseOutside. [...]</description>
		<content:encoded><![CDATA[<p>[...] AS3: Where is my onReleaseOutside. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
