<?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"
	>
<channel>
	<title>Comments for The Workshop</title>
	<atom:link href="http://www.eclips3media.com/workshop/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eclips3media.com/workshop</link>
	<description>Smart web designing and web development. The eclips3.media (ECLM) development blog.</description>
	<pubDate>Wed, 08 Oct 2008 05:28:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Custom cursor &#8220;bug&#8221; in ActionScript3 by dain</title>
		<link>http://www.eclips3media.com/workshop/2007/12/11/custom-cursor-bug-in-actionscript3/#comment-830</link>
		<dc:creator>dain</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/11/custom-cursor-bug-in-as3/#comment-830</guid>
		<description>hey Dan,

you can try this:
cursor.x = mouseX + 1;
cursor.y = mouseY + 1;
as i`m not sure if this is actually the same as offsetting the thing inside the movieclip.

otherwise what i was writing about is how to tackle the rollover/rollout problem, it shouldn`t really happen in your case at all.

one thing though, is there any specific reason why you`re setting the cursor to visible on every mouse movement?</description>
		<content:encoded><![CDATA[<p>hey Dan,</p>
<p>you can try this:<br />
cursor.x = mouseX + 1;<br />
cursor.y = mouseY + 1;<br />
as i`m not sure if this is actually the same as offsetting the thing inside the movieclip.</p>
<p>otherwise what i was writing about is how to tackle the rollover/rollout problem, it shouldn`t really happen in your case at all.</p>
<p>one thing though, is there any specific reason why you`re setting the cursor to visible on every mouse movement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom cursor &#8220;bug&#8221; in ActionScript3 by dandanthepizzman</title>
		<link>http://www.eclips3media.com/workshop/2007/12/11/custom-cursor-bug-in-actionscript3/#comment-829</link>
		<dc:creator>dandanthepizzman</dc:creator>
		<pubDate>Tue, 07 Oct 2008 12:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/11/custom-cursor-bug-in-as3/#comment-829</guid>
		<description>Hi, 

Ive had the same problem, I have the MouseMove listener registered to the stage and the custom cursor tracks the coordinates of the mouse in the MouseMove handler function. I was still getting flickering occasionally over movieclips behaving like buttons. 

I tried offsetting the reg of the movieclips inside the custom cursor MC and this has greatly reduced the frequency of the rollout event being fired, though it still happens now and then.

Im not sure if I understand what you were trying to say in the 'workaround' paragraph, would you be kind enough to have a look at my code to see if im on the right track? 

Thanks Dan

stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler);

initCursor();

function initCursor()
{
	cursor.mouseEnabled = false;
	Mouse.hide();
	addChild(cursor);
}
function mouseMoveHandler(event:MouseEvent):void 
{
	cursor.x = mouseX;
	cursor.y = mouseY;
	event.updateAfterEvent();
	cursor.visible = true;
}</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Ive had the same problem, I have the MouseMove listener registered to the stage and the custom cursor tracks the coordinates of the mouse in the MouseMove handler function. I was still getting flickering occasionally over movieclips behaving like buttons. </p>
<p>I tried offsetting the reg of the movieclips inside the custom cursor MC and this has greatly reduced the frequency of the rollout event being fired, though it still happens now and then.</p>
<p>Im not sure if I understand what you were trying to say in the &#8216;workaround&#8217; paragraph, would you be kind enough to have a look at my code to see if im on the right track? </p>
<p>Thanks Dan</p>
<p>stage.addEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler);</p>
<p>initCursor();</p>
<p>function initCursor()<br />
{<br />
	cursor.mouseEnabled = false;<br />
	Mouse.hide();<br />
	addChild(cursor);<br />
}<br />
function mouseMoveHandler(event:MouseEvent):void<br />
{<br />
	cursor.x = mouseX;<br />
	cursor.y = mouseY;<br />
	event.updateAfterEvent();<br />
	cursor.visible = true;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eclips3.media (ECLM) TextMate Theme by TextMate Gimmicks for Erlang Development &#124; Kreisquadratur</title>
		<link>http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-823</link>
		<dc:creator>TextMate Gimmicks for Erlang Development &#124; Kreisquadratur</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-823</guid>
		<description>[...] like to use the syntax highlighting theme Eclips3.Media which can be found at guys of Eclips3.media (ECLM). Below you can see a screenshot how the theme [...]</description>
		<content:encoded><![CDATA[<p>[...] like to use the syntax highlighting theme Eclips3.Media which can be found at guys of Eclips3.media (ECLM). Below you can see a screenshot how the theme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eclips3.media (ECLM) TextMate Theme by Kreisquadratur</title>
		<link>http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-821</link>
		<dc:creator>Kreisquadratur</dc:creator>
		<pubDate>Sun, 05 Oct 2008 13:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-821</guid>
		<description>Any chances to get this style over to Emacs?</description>
		<content:encoded><![CDATA[<p>Any chances to get this style over to Emacs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Element.Update(), flash and IE7 by Joseph</title>
		<link>http://www.eclips3media.com/workshop/2008/05/02/elementupdate-flash-and-ie7/#comment-784</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Tue, 23 Sep 2008 08:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/?p=40#comment-784</guid>
		<description>I don't know why you'd want to do that?

In (perhaps)similar instances I would have the flash load in dynamically use swfobject 2.  This way it would only load when required, and the flash is acually embeded in an elegant manner as opposed to the object/embed method.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why you&#8217;d want to do that?</p>
<p>In (perhaps)similar instances I would have the flash load in dynamically use swfobject 2.  This way it would only load when required, and the flash is acually embeded in an elegant manner as opposed to the object/embed method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter Said To Be Abandoning Ruby on Rails by James</title>
		<link>http://www.eclips3media.com/workshop/2008/05/02/twitter-said-to-be-abandoning-ruby-on-rails/#comment-749</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 18 Sep 2008 12:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/?p=41#comment-749</guid>
		<description>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</description>
		<content:encoded><![CDATA[<p>Hi, I found your blog on this new directory of WordPress Blogs at blackhatbootcamp.com/listofwordpressblogs.  I dont know how your blog came up, must have been a typo, i duno.  Anyways, I just clicked it and here I am.  Your blog looks good.  Have a nice day.  James.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eclips3.media (ECLM) TextMate Theme by liquid</title>
		<link>http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-594</link>
		<dc:creator>liquid</dc:creator>
		<pubDate>Wed, 23 Jul 2008 14:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-594</guid>
		<description>Good point Harmen, I will edit the corresponding scope and optimise the look and feel a bit.
Enjoy anyway :)</description>
		<content:encoded><![CDATA[<p>Good point Harmen, I will edit the corresponding scope and optimise the look and feel a bit.<br />
Enjoy anyway <img src='http://www.eclips3media.com/workshop/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eclips3.media (ECLM) TextMate Theme by Harmen Janssen</title>
		<link>http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-593</link>
		<dc:creator>Harmen Janssen</dc:creator>
		<pubDate>Wed, 23 Jul 2008 14:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-593</guid>
		<description>Thanks, this looks real nice! 
The only thing I edited was making comments in the comment.block.documentation scope a little brighter, since stuff like JavaDoc, PHPDoc is most of the time important to see clearly, as opposed to regular comments. :)</description>
		<content:encoded><![CDATA[<p>Thanks, this looks real nice!<br />
The only thing I edited was making comments in the comment.block.documentation scope a little brighter, since stuff like JavaDoc, PHPDoc is most of the time important to see clearly, as opposed to regular comments. <img src='http://www.eclips3media.com/workshop/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eclips3.media (ECLM) TextMate Theme by ross</title>
		<link>http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-570</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Tue, 08 Jul 2008 09:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/2007/12/06/eclips3media-eclm-textmate-theme/#comment-570</guid>
		<description>Wow, nice one! Thanks :)</description>
		<content:encoded><![CDATA[<p>Wow, nice one! Thanks <img src='http://www.eclips3media.com/workshop/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing  Ruby On Rails by liquid</title>
		<link>http://www.eclips3media.com/workshop/2007/06/28/introducing-ruby-on-rails/#comment-384</link>
		<dc:creator>liquid</dc:creator>
		<pubDate>Sun, 13 Apr 2008 18:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.eclips3media.com/workshop/?p=3#comment-384</guid>
		<description>Hey, should not be a problem, dude.
I just found that on the web too. :)</description>
		<content:encoded><![CDATA[<p>Hey, should not be a problem, dude.<br />
I just found that on the web too. <img src='http://www.eclips3media.com/workshop/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
