<?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: WTF is up with useHandCursor</title>
	<atom:link href="http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/</link>
	<description>Random.</description>
	<pubDate>Fri, 10 Sep 2010 15:47:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: regis</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-183</link>
		<dc:creator>regis</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-183</guid>
		<description>this.mouseChildren = false!! awesome, I did not know about this one! You saved me.</description>
		<content:encoded><![CDATA[<p>this.mouseChildren = false!! awesome, I did not know about this one! You saved me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-174</link>
		<dc:creator>test</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-174</guid>
		<description>combobox - buttonMode dasn't work</description>
		<content:encoded><![CDATA[<p>combobox - buttonMode dasn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pleh</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-173</link>
		<dc:creator>Pleh</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-173</guid>
		<description>mc.buttonMode = true does not work when you have child display objects that are mouse enabled. To make sure that you always get the hand cursor, you only need these 2 lines...

this.mouseChildren = false;
this.buttonMode = true;

easy peasy :)</description>
		<content:encoded><![CDATA[<p>mc.buttonMode = true does not work when you have child display objects that are mouse enabled. To make sure that you always get the hand cursor, you only need these 2 lines&#8230;</p>
<p>this.mouseChildren = false;<br />
this.buttonMode = true;</p>
<p>easy peasy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimpiax</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-171</link>
		<dc:creator>dimpiax</dc:creator>
		<pubDate>Sun, 10 Aug 2008 22:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-171</guid>
		<description>hm..  mc.buttonMode = true always works.
Plz show the part of code, where observes bug with this setter method.</description>
		<content:encoded><![CDATA[<p>hm..  mc.buttonMode = true always works.<br />
Plz show the part of code, where observes bug with this setter method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Castro Lobo</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-166</link>
		<dc:creator>Rui Castro Lobo</dc:creator>
		<pubDate>Sat, 24 May 2008 13:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-166</guid>
		<description>Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Fulton</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-111</link>
		<dc:creator>Steve Fulton</dc:creator>
		<pubDate>Thu, 17 Jan 2008 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-111</guid>
		<description>Awesome, thanks!!!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mugurm</title>
		<link>http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/comment-page-1/#comment-3</link>
		<dc:creator>mugurm</dc:creator>
		<pubDate>Wed, 14 Nov 2007 01:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/as3-wtf-is-up-with-usehandcursor/#comment-3</guid>
		<description>i read about this, it seems buttonMode has to be set to true now, for any mouse activity to count.</description>
		<content:encoded><![CDATA[<p>i read about this, it seems buttonMode has to be set to true now, for any mouse activity to count.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
