<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: onReleaseOutside: AS3 Button Engine revisited</title>
	<link>http://www.blog.lessrain.com/test3/</link>
	<description>Lessrain Blog</description>
	<pubDate>Tue, 07 Feb 2012 11:12:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Weekly Digest for October 29th — Hello. My name is Václav Vančura.</title>
		<link>http://www.blog.lessrain.com/test3/#comment-139636</link>
		<dc:creator>Weekly Digest for October 29th — Hello. My name is Václav Vančura.</dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:42:29 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-139636</guid>
		<description>&lt;p&gt;[...] onReleaseOutside: AS3 Button Engine revisited [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] onReleaseOutside: AS3 Button Engine revisited [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.blog.lessrain.com/test3/#comment-138613</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 17 Apr 2009 15:27:58 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-138613</guid>
		<description>&lt;p&gt;@zotos I think the onReleaseOutside is now MOUSE&lt;em&gt;UP or MOUSE&lt;/em&gt;LEAVE events:&lt;/p&gt;

&lt;p&gt;your&lt;em&gt;mc.addEventListener(MouseEvent.MOUSE&lt;/em&gt;DOWN, onMouseDown);&lt;/p&gt;

&lt;p&gt;function onMouseDown(e:MouseEvent):void 
{
    var target:Object = e.currentTarget;
    target.startDrag(true, new Rectangle(0, 5, 0, 195));
    stage.addEventListener(MouseEvent.MOUSE&lt;em&gt;UP, function():void {
        target.stopDrag();
    });
    stage.addEventListener(Event.MOUSE&lt;/em&gt;LEAVE, function():void {
        target.stopDrag();
    });
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@zotos I think the onReleaseOutside is now MOUSE<em>UP or MOUSE</em>LEAVE events:</p>
<p>your<em>mc.addEventListener(MouseEvent.MOUSE</em>DOWN, onMouseDown);</p>
<p>function onMouseDown(e:MouseEvent):void<br />
{<br />
    var target:Object = e.currentTarget;<br />
    target.startDrag(true, new Rectangle(0, 5, 0, 195));<br />
    stage.addEventListener(MouseEvent.MOUSE<em>UP, function():void {<br />
        target.stopDrag();<br />
    });<br />
    stage.addEventListener(Event.MOUSE</em>LEAVE, function():void {<br />
        target.stopDrag();<br />
    });<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zotos</title>
		<link>http://www.blog.lessrain.com/test3/#comment-138556</link>
		<dc:creator>zotos</dc:creator>
		<pubDate>Thu, 02 Apr 2009 09:21:26 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-138556</guid>
		<description>&lt;p&gt;does anyone have a solution for what paul said!
no  one seems to have a solution for that!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>does anyone have a solution for what paul said!<br />
no  one seems to have a solution for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.blog.lessrain.com/test3/#comment-137237</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 18 Jul 2008 06:59:17 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-137237</guid>
		<description>&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.blog.lessrain.com/test3/#comment-137173</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 11 Jul 2008 19:41:52 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-137173</guid>
		<description>&lt;p&gt;I'm using firefox on a mac and your example doesnt fully work.  The  release outside only registers if I release inside the plugin space.  If I release outside the stage then nothing is triggered.   Back in as2 this used to work.  There has to be a solution for as3.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m using firefox on a mac and your example doesnt fully work.  The  release outside only registers if I release inside the plugin space.  If I release outside the stage then nothing is triggered.   Back in as2 this used to work.  There has to be a solution for as3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jankees</title>
		<link>http://www.blog.lessrain.com/test3/#comment-136955</link>
		<dc:creator>jankees</dc:creator>
		<pubDate>Sun, 25 May 2008 17:08:24 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-136955</guid>
		<description>&lt;p&gt;Thanks for sharing! Looks nice, i wonder why they left the onReleaseOutside out of AS3... I have some serious problems with this...&lt;/p&gt;

&lt;p&gt;Kind regards,
Jankees&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! Looks nice, i wonder why they left the onReleaseOutside out of AS3&#8230; I have some serious problems with this&#8230;</p>
<p>Kind regards,<br />
Jankees</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Numiko Labs &#187; AS3 no onMouseReleaseOutside</title>
		<link>http://www.blog.lessrain.com/test3/#comment-117159</link>
		<dc:creator>Numiko Labs &#187; AS3 no onMouseReleaseOutside</dc:creator>
		<pubDate>Mon, 17 Dec 2007 14:37:40 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-117159</guid>
		<description>&lt;p&gt;[...] re are some classes that manage global contol of your various button states. very useful:- http://www.blog.lessrain.com/?p=5 [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] re are some classes that manage global contol of your various button states. very useful:- <a href="http://www.blog.lessrain.com/?p=5" rel="nofollow">http://www.blog.lessrain.com/?p=5</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash Obscura  &#187; Blog Archive   &#187; SimpleButton</title>
		<link>http://www.blog.lessrain.com/test3/#comment-95420</link>
		<dc:creator>Flash Obscura  &#187; Blog Archive   &#187; SimpleButton</dc:creator>
		<pubDate>Mon, 24 Sep 2007 01:46:23 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/test3/#comment-95420</guid>
		<description>&lt;p&gt;[...]  moving when you release the mouse button. Get it here. Updated the class   Related links: lessrain - AS3 Button Engin revisted Share and Enjoy:These icons link to social bookmarking sites where reade [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;]  moving when you release the mouse button. Get it here. Updated the class   Related links: lessrain - AS3 Button Engin revisted Share and Enjoy:These icons link to social bookmarking sites where reade [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

