<?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: Flash tutorial: Custom mouse pointer</title>
	<atom:link href="http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/</link>
	<description></description>
	<lastBuildDate>Sun, 20 Jun 2010 11:04:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-831</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 19 Sep 2009 19:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-831</guid>
		<description>&lt;strong&gt;Sorry, comments have been closed for this posting.&lt;/strong&gt;

Please review previous comments for help with any questions on this tutorial, you may find what the answer you are looking for from myself or another reader.

Thanks for reading,
Mike</description>
		<content:encoded><![CDATA[<p><strong>Sorry, comments have been closed for this posting.</strong></p>
<p>Please review previous comments for help with any questions on this tutorial, you may find what the answer you are looking for from myself or another reader.</p>
<p>Thanks for reading,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pligg.com</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-803</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Sat, 11 Jul 2009 03:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-803</guid>
		<description>&lt;strong&gt;Custom Mouse pointer in Flash...&lt;/strong&gt;

In this tutorial, I will explain how to make a pointer or scope that could possibly be used for a shooting or target game. As with many things in Flash, there are different ways to accomplish this, but I found this to be pretty straight forward and sim...</description>
		<content:encoded><![CDATA[<p><strong>Custom Mouse pointer in Flash&#8230;</strong></p>
<p>In this tutorial, I will explain how to make a pointer or scope that could possibly be used for a shooting or target game. As with many things in Flash, there are different ways to accomplish this, but I found this to be pretty straight forward and sim&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phoot</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-698</link>
		<dc:creator>Phoot</dc:creator>
		<pubDate>Mon, 17 Nov 2008 23:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-698</guid>
		<description>Hey hey :) Great tutorial thanks!

One suggestion, if you use...

_root.onMouseMove = function() {
    pointer._x = _xmouse;
    pointer._y = _ymouse;
}

then it will only update the custom curser when the users mouse is moved rather than using an onEnterFrame which is constantly updating, helps save some system processing :grin:</description>
		<content:encoded><![CDATA[<p>Hey hey <img src='http://mikestickney.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Great tutorial thanks!</p>
<p>One suggestion, if you use&#8230;</p>
<p>_root.onMouseMove = function() {<br />
    pointer._x = _xmouse;<br />
    pointer._y = _ymouse;<br />
}</p>
<p>then it will only update the custom curser when the users mouse is moved rather than using an onEnterFrame which is constantly updating, helps save some system processing <img src='http://mikestickney.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SB</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-697</link>
		<dc:creator>SB</dc:creator>
		<pubDate>Tue, 11 Nov 2008 09:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-697</guid>
		<description>Thank you!!!
I had come across a lot of custom cursor scripts before that taught me to change the cursor...but then it wouldn&#039;t drag other objects.
You&#039;ve made this childishly simple.:lol:</description>
		<content:encoded><![CDATA[<p>Thank you!!!<br />
I had come across a lot of custom cursor scripts before that taught me to change the cursor&#8230;but then it wouldn&#8217;t drag other objects.<br />
You&#8217;ve made this childishly simple.:lol:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimbob</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-687</link>
		<dc:creator>jimbob</dc:creator>
		<pubDate>Tue, 21 Oct 2008 13:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-687</guid>
		<description>brillant</description>
		<content:encoded><![CDATA[<p>brillant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-619</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 13 Aug 2008 12:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-619</guid>
		<description>Hi Victor, 

I&#039;d be happy to help you out, but not really sure what you&#039;re trying to do, and what&#039;s not working. If you can provide a better explanation of the problem, or send me the .fla (contact@spitshine-design.com), I&#039;ll try to help you through it.

- Mike</description>
		<content:encoded><![CDATA[<p>Hi Victor, </p>
<p>I&#8217;d be happy to help you out, but not really sure what you&#8217;re trying to do, and what&#8217;s not working. If you can provide a better explanation of the problem, or send me the .fla (contact@spitshine-design.com), I&#8217;ll try to help you through it.</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-616</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 10 Aug 2008 15:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-616</guid>
		<description>Hey Mike,
I ran across your site trying to figue out why my play button wouldnt reference a nested mc.
This tutorial caught my interest and I went thru it step by step. It didn&#039;t work. Finally, after exhausting everything except deleting my movie clip of the mc_scope and replacing it with yours it worked. I suspect that this is the same problem I was having before I found your site. Do you have any idea what i may be doing wrong drawing my artwork then converting to movie clips? I&#039;ve been trying to figure this crap out for a week now. I think I am doing everything correct so this is not much fun when all I want to do is see something move using action script.

Thanks,
Victor</description>
		<content:encoded><![CDATA[<p>Hey Mike,<br />
I ran across your site trying to figue out why my play button wouldnt reference a nested mc.<br />
This tutorial caught my interest and I went thru it step by step. It didn&#8217;t work. Finally, after exhausting everything except deleting my movie clip of the mc_scope and replacing it with yours it worked. I suspect that this is the same problem I was having before I found your site. Do you have any idea what i may be doing wrong drawing my artwork then converting to movie clips? I&#8217;ve been trying to figure this crap out for a week now. I think I am doing everything correct so this is not much fun when all I want to do is see something move using action script.</p>
<p>Thanks,<br />
Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F3N1X</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-493</link>
		<dc:creator>F3N1X</dc:creator>
		<pubDate>Tue, 01 Jul 2008 23:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-493</guid>
		<description>thx heaps, but i have 1 question...now that i have a cursor, how do i add it to a game??</description>
		<content:encoded><![CDATA[<p>thx heaps, but i have 1 question&#8230;now that i have a cursor, how do i add it to a game??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gotoandlearnflash.com &#187; Blog Archive &#187; Flash Tutorial: Custom Mouse Pointer</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-469</link>
		<dc:creator>gotoandlearnflash.com &#187; Blog Archive &#187; Flash Tutorial: Custom Mouse Pointer</dc:creator>
		<pubDate>Thu, 19 Jun 2008 00:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-469</guid>
		<description>[...] View Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hiwian sunday</title>
		<link>http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/comment-page-1/#comment-288</link>
		<dc:creator>hiwian sunday</dc:creator>
		<pubDate>Wed, 21 May 2008 01:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://mikestickney.com/wordpress/flash-tutorial-custom-mouse-pointer/#comment-288</guid>
		<description>Great help But the scope was not very centered</description>
		<content:encoded><![CDATA[<p>Great help But the scope was not very centered</p>
]]></content:encoded>
	</item>
</channel>
</rss>
