<?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: Difference between MouseEvent.ROLL_OVER and MouseEvent.MOUSE_OVER in AS3</title>
	<atom:link href="http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: vulf</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-8440</link>
		<dc:creator>vulf</dc:creator>
		<pubDate>Sun, 30 Oct 2011 18:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-8440</guid>
		<description>This is the Best explanation found, and very very clear examples!! Thank you very much!!

One may use hitArea property (movieclip pr.) to fire-up the event for a custom area.

...
private var _surface:MovieClip;
_surface = getChildByName(&quot;surface&quot;) as MovieClip;
hitArea = _surface;
mouseChildren = false;
...</description>
		<content:encoded><![CDATA[<p>This is the Best explanation found, and very very clear examples!! Thank you very much!!</p>
<p>One may use hitArea property (movieclip pr.) to fire-up the event for a custom area.</p>
<p>&#8230;<br />
private var _surface:MovieClip;<br />
_surface = getChildByName(&#8220;surface&#8221;) as MovieClip;<br />
hitArea = _surface;<br />
mouseChildren = false;<br />
&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaplan</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-8206</link>
		<dc:creator>kaplan</dc:creator>
		<pubDate>Mon, 19 Sep 2011 18:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-8206</guid>
		<description>thanks for the clear explanation and demo!!

it doesn&#039;t seem to work the same for objects inside the container. for example if you had 2 objects that overlapped inside the big object and used ROLL_OVER and ROLL_OUT for those. if you rollover 1 and then over 2 while still being over 1, the out would fire for 1 as the over fires for 2. or maybe i&#039;m crazy.</description>
		<content:encoded><![CDATA[<p>thanks for the clear explanation and demo!!</p>
<p>it doesn&#8217;t seem to work the same for objects inside the container. for example if you had 2 objects that overlapped inside the big object and used ROLL_OVER and ROLL_OUT for those. if you rollover 1 and then over 2 while still being over 1, the out would fire for 1 as the over fires for 2. or maybe i&#8217;m crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Manuja</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-7348</link>
		<dc:creator>Mohit Manuja</dc:creator>
		<pubDate>Sun, 03 Jul 2011 04:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-7348</guid>
		<description>that was awesome !! helped me immensely..i was  going crazy over the difference</description>
		<content:encoded><![CDATA[<p>that was awesome !! helped me immensely..i was  going crazy over the difference</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: biteuljiouce</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-7199</link>
		<dc:creator>biteuljiouce</dc:creator>
		<pubDate>Thu, 16 Jun 2011 13:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-7199</guid>
		<description>the best explanation i&#039;ve seen
thanks   :D</description>
		<content:encoded><![CDATA[<p>the best explanation i&#8217;ve seen<br />
thanks   <img src='http://www.zedia.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kawika</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-6995</link>
		<dc:creator>Kawika</dc:creator>
		<pubDate>Fri, 20 May 2011 23:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-6995</guid>
		<description>Thanks for this! Adobe needs to update their docs!</description>
		<content:encoded><![CDATA[<p>Thanks for this! Adobe needs to update their docs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TFM</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-6145</link>
		<dc:creator>TFM</dc:creator>
		<pubDate>Tue, 01 Mar 2011 10:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-6145</guid>
		<description>Lol ... first you state &quot;I don’t know how much [event bubbling] impacts on the behavior of the event&quot; and then you demonstrate, using working examples, that ALL of the difference between mouse_over and roll_over is caused by the events being bubbling or not...

OK I&#039;ll be a little more constructive :) If an event bubbles, it means it traverses up the display list, all the way to the listener. Meaning in plain English that you&#039;ll catch the mouse events of children of a button as well. If you want a menu to open/close AND you want the buttons to be clickable, you can&#039;t use mouseChildren = false (it would render the buttons useless) and also you don&#039;t want catch the over/out events of the children since that would open/close the menu every time your mouse goes from button to button. Hence you don&#039;t want bubbling events.</description>
		<content:encoded><![CDATA[<p>Lol &#8230; first you state &#8220;I don’t know how much [event bubbling] impacts on the behavior of the event&#8221; and then you demonstrate, using working examples, that ALL of the difference between mouse_over and roll_over is caused by the events being bubbling or not&#8230;</p>
<p>OK I&#8217;ll be a little more constructive <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If an event bubbles, it means it traverses up the display list, all the way to the listener. Meaning in plain English that you&#8217;ll catch the mouse events of children of a button as well. If you want a menu to open/close AND you want the buttons to be clickable, you can&#8217;t use mouseChildren = false (it would render the buttons useless) and also you don&#8217;t want catch the over/out events of the children since that would open/close the menu every time your mouse goes from button to button. Hence you don&#8217;t want bubbling events.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarun</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-6058</link>
		<dc:creator>tarun</dc:creator>
		<pubDate>Thu, 10 Feb 2011 13:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-6058</guid>
		<description>thanx
this has taken me out of the mess of the two. my students often ask me of the difference but i have no answer to tell them than to say next time again.</description>
		<content:encoded><![CDATA[<p>thanx<br />
this has taken me out of the mess of the two. my students often ask me of the difference but i have no answer to tell them than to say next time again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-2/#comment-6052</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 09 Feb 2011 11:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-6052</guid>
		<description>Does anyone know anywhere were there is tutorial to create button like this that fade in and out when you roll over and out.... been looking to learn how to do this kinda thing for ages but can&#039;t find a tutorial for it.... even a sample document would be awesome just so i can see how its done :)</description>
		<content:encoded><![CDATA[<p>Does anyone know anywhere were there is tutorial to create button like this that fade in and out when you roll over and out&#8230;. been looking to learn how to do this kinda thing for ages but can&#8217;t find a tutorial for it&#8230;. even a sample document would be awesome just so i can see how its done <img src='http://www.zedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: As3 &#8211; Mouse Over, Roll Over diferenças &#171; Fuego T.I.</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-1/#comment-5822</link>
		<dc:creator>As3 &#8211; Mouse Over, Roll Over diferenças &#171; Fuego T.I.</dc:creator>
		<pubDate>Fri, 07 Jan 2011 14:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-5822</guid>
		<description>[...] Referência  em inglês. [...]</description>
		<content:encoded><![CDATA[<p>[...] Referência  em inglês. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Broady</title>
		<link>http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/comment-page-1/#comment-5805</link>
		<dc:creator>Broady</dc:creator>
		<pubDate>Sun, 02 Jan 2011 22:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/difference-between-mouseeventroll_over-and-mouseeventmouse_over-in-as3/#comment-5805</guid>
		<description>Thank You.</description>
		<content:encoded><![CDATA[<p>Thank You.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

