<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>benwatts.ca &#187; cursor</title>
	<atom:link href="http://benwatts.ca/tag/cursor/feed/" rel="self" type="application/rss+xml" />
	<link>http://benwatts.ca</link>
	<description>Designer and Frontend Developer in Ottawa, Canada</description>
	<lastBuildDate>Fri, 22 Jul 2011 19:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AS3 Mouse Cursor</title>
		<link>http://benwatts.ca/2008/as3-mouse-cursor/</link>
		<comments>http://benwatts.ca/2008/as3-mouse-cursor/#comments</comments>
		<pubDate>Mon, 26 May 2008 16:22:24 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[interaction]]></category>

		<guid isPermaLink="false">http://seaturtle.rainiscold.ca/?p=52</guid>
		<description><![CDATA[Movieclips with mouse handlers that make them behave as buttons no longer automatically use the lovable hand cursor. Hence the need for these two properties to be set to true on your DisplayList object! buttonMode = true; useHandCursor = true;]]></description>
			<content:encoded><![CDATA[<p>Movieclips with mouse handlers that make them behave as buttons no longer automatically use the lovable hand cursor. Hence the need for these two properties to be set to true on your DisplayList object!</p>
<pre lang="actionscript3">buttonMode = true;
useHandCursor = true;</pre>
]]></content:encoded>
			<wfw:commentRss>http://benwatts.ca/2008/as3-mouse-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

