<?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: Displaying a hand cursor on a Button component in Flash with ActionScript 3.0</title>
	<atom:link href="http://actionscriptexamples.com/2008/11/25/displaying-a-hand-cursor-on-a-button-component-in-flash-with-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com/2008/11/25/displaying-a-hand-cursor-on-a-button-component-in-flash-with-actionscript-30/</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Thu, 22 Jul 2010 14:13:10 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Chen</title>
		<link>http://actionscriptexamples.com/2008/11/25/displaying-a-hand-cursor-on-a-button-component-in-flash-with-actionscript-30/comment-page-1/#comment-691</link>
		<dc:creator>Chen</dc:creator>
		<pubDate>Sat, 03 Jul 2010 06:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=48#comment-691</guid>
		<description>Hi,

I tried this,


myClip_mc.buttonMode = true;
myClip_mc.useHandCursor = true;


and it worked when I preview it, but when i publish it, everything is back to square one, its all black cursor... do i need to set any things before i publish to make it work?


thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried this,</p>
<p>myClip_mc.buttonMode = true;<br />
myClip_mc.useHandCursor = true;</p>
<p>and it worked when I preview it, but when i publish it, everything is back to square one, its all black cursor&#8230; do i need to set any things before i publish to make it work?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://actionscriptexamples.com/2008/11/25/displaying-a-hand-cursor-on-a-button-component-in-flash-with-actionscript-30/comment-page-1/#comment-677</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 14 May 2010 21:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=48#comment-677</guid>
		<description>Thanks for that buttonMode, StrawMan. I was wondering how to get this to work with a movie clip!</description>
		<content:encoded><![CDATA[<p>Thanks for that buttonMode, StrawMan. I was wondering how to get this to work with a movie clip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StrawMan</title>
		<link>http://actionscriptexamples.com/2008/11/25/displaying-a-hand-cursor-on-a-button-component-in-flash-with-actionscript-30/comment-page-1/#comment-505</link>
		<dc:creator>StrawMan</dc:creator>
		<pubDate>Thu, 07 May 2009 06:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=48#comment-505</guid>
		<description>rootfroot:
They most certainly do exist.
The code above assumes a &lt;em&gt;Button Component Instance&lt;/em&gt;, as cited, somewhere either in the library or on the stage.

In a similar vein, if one is drawing buttons from scratch from movie clips, applying the following code will allow for the hand cursor:

&lt;code&gt;
myClip_mc.buttonMode = true;
myClip_mc.useHandCursor = true;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>rootfroot:<br />
They most certainly do exist.<br />
The code above assumes a <em>Button Component Instance</em>, as cited, somewhere either in the library or on the stage.</p>
<p>In a similar vein, if one is drawing buttons from scratch from movie clips, applying the following code will allow for the hand cursor:</p>
<p><code><br />
myClip_mc.buttonMode = true;<br />
myClip_mc.useHandCursor = true;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rootfroot</title>
		<link>http://actionscriptexamples.com/2008/11/25/displaying-a-hand-cursor-on-a-button-component-in-flash-with-actionscript-30/comment-page-1/#comment-372</link>
		<dc:creator>rootfroot</dc:creator>
		<pubDate>Fri, 06 Feb 2009 10:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=48#comment-372</guid>
		<description>There&#039;s no such thing as a button in Actionscript 3. Replaced by SimpleButton.</description>
		<content:encoded><![CDATA[<p>There&#8217;s no such thing as a button in Actionscript 3. Replaced by SimpleButton.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
