<?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; interaction</title>
	<atom:link href="http://www.benwatts.ca/tag/interaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benwatts.ca</link>
	<description>The crazy ramblings of designer/web developer Ben Watts.</description>
	<lastBuildDate>Sun, 05 Sep 2010 01:49:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>AS3 Mouse Cursor</title>
		<link>http://www.benwatts.ca/2008/05/26/as3-mouse-cursor/</link>
		<comments>http://www.benwatts.ca/2008/05/26/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://www.benwatts.ca/2008/05/26/as3-mouse-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
