<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Creating custom mouse pointer]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Sun, 22 Nov 2009 10:05:42 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment4820</link><description><![CDATA[Very poor english, hard to follow, and incomplete instructions. End result doesnt work. <br/><br/>
(Comment posted by Someguy McDudeman at 1:32 pm, Fri 20th Jul 2007)]]></description><author>no@spam.com (Someguy McDudeman)</author><pubDate><![CDATA[Fri, 20 Jul 2007 13:32:55 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment4820</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment5610</link><description><![CDATA[i don't think the comment about "poor english" is warranted, but it's true that this code doesn't function.<br/><br/>
(Comment posted by orchard at 3:59 am, Fri 24th Aug 2007)]]></description><author>no@spam.com (orchard)</author><pubDate><![CDATA[Fri, 24 Aug 2007 03:59:53 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment5610</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment6598</link><description><![CDATA[I am not English or anything and I still understood your vocabulary and the Flash code worked for me, but I think it was very simple. Well, I hope you understand me ;)<br/><br/>
(Comment posted by Parrot :P at 3:14 pm, Mon 8th Oct 2007)]]></description><author>no@spam.com (Parrot :P)</author><pubDate><![CDATA[Mon, 08 Oct 2007 15:14:46 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment6598</guid></item><item><title><![CDATA[Comment #4]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment10221</link><description><![CDATA[Great thnx for that it was a great help for my quiz im creating !!
 But it doesnt work this is the script you will need:

This is for the keyframe :

Mouse.hide();
startDrag (pointer,1);

And This is for the pointer ( movie clip) :

onClipEvent (load) {
	startDrag(pointer,1);
}
onClipEvent (load) {
	Mouse.hide();
}




THIS WILL WORK !!!<br/><br/>
(Comment posted by sprat91 at 8:35 pm, Sat 15th Mar 2008)]]></description><author>no@spam.com (sprat91)</author><pubDate><![CDATA[Sat, 15 Mar 2008 20:35:57 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment10221</guid></item><item><title><![CDATA[Comment #5]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment12073</link><description><![CDATA[if that code is in the pointer movie clip then in startDrag(pointer, 1) change "pointer" to "this"
Also if some beginners are wondering why this doesn't work or other tutorials, make sure you're using the correct actionscript this works in actionscript1/2 not sure about 3.
I suggest using actionscript1/2, there's a lot more tutorials for that on the web, after a while experimenting with it you may then have less trouble with actionscript 3.
Happy to be helpful =]<br/><br/>
(Comment posted by Malboro Jones at 5:58 pm, Sun 5th Oct 2008)]]></description><author>no@spam.com (Malboro Jones)</author><pubDate><![CDATA[Sun, 05 Oct 2008 17:58:16 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment12073</guid></item><item><title><![CDATA[Comment #6]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment12226</link><description><![CDATA[Substituting 
onClipEvent (load) {
        startDrag (pointer,1);
with

onClipEvent (load) {
        startDrag (this);

makes the script work just fine. Nice effort Saud. And I definitely had no trouble following your instructions either ;-)<br/><br/>
(Comment posted by shadow at 4:44 am, Tue 4th Nov 2008)]]></description><author>no@spam.com (shadow)</author><pubDate><![CDATA[Tue, 04 Nov 2008 04:44:03 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment12226</guid></item><item><title><![CDATA[Comment #7]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment12744</link><description><![CDATA[i did not use this, but the comment about bad english was uncalled for<br/><br/>
(Comment posted by runeyi at 9:19 pm, Wed 11th Mar 2009)]]></description><author>no@spam.com (runeyi)</author><pubDate><![CDATA[Wed, 11 Mar 2009 21:19:35 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment12744</guid></item><item><title><![CDATA[Comment #8]]></title><link>http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment13093</link><description><![CDATA[this was simple, straight forward and to the point thank you

a great tut, and a great fix by marlboro jones and shadow as well thanks guys, I though i was losing my mind for a second when it wasn't working<br/><br/>
(Comment posted by John at 10:11 pm, Tue 9th Jun 2009)]]></description><author>no@spam.com (John)</author><pubDate><![CDATA[Tue, 09 Jun 2009 22:11:02 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/57/1/Creating-custom-mouse-pointer/Page1.html#Comment13093</guid></item></channel></rss>