<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Tutorial &#124; Actionscript 3 Mouse Tracking (Video Tutorial)</title>
	<atom:link href="http://flashenabledblog.com/2008/05/04/tutorial-actionscript-3-mouse-tracking-video-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashenabledblog.com/2008/05/04/tutorial-actionscript-3-mouse-tracking-video-tutorial/</link>
	<description>A Blog covering Air, Flash, Flex, Illustrator and Photoshop</description>
	<lastBuildDate>Tue, 27 Oct 2009 14:26:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gdfg</title>
		<link>http://flashenabledblog.com/2008/05/04/tutorial-actionscript-3-mouse-tracking-video-tutorial/#comment-16976</link>
		<dc:creator>gdfg</dc:creator>
		<pubDate>Mon, 15 Sep 2008 18:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabledblog.com/?p=1148#comment-16976</guid>
		<description>function track(e:event):void
The e in event should be E

lineY.X = mouseX;

The .X should be .x</description>
		<content:encoded><![CDATA[<p>function track(e:event):void<br />
The e in event should be E</p>
<p>lineY.X = mouseX;</p>
<p>The .X should be .x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alayas</title>
		<link>http://flashenabledblog.com/2008/05/04/tutorial-actionscript-3-mouse-tracking-video-tutorial/#comment-16933</link>
		<dc:creator>Alayas</dc:creator>
		<pubDate>Sat, 06 Sep 2008 09:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabledblog.com/?p=1148#comment-16933</guid>
		<description>there is an error !

it says with this function

function track(e:event):void


!!</description>
		<content:encoded><![CDATA[<p>there is an error !</p>
<p>it says with this function</p>
<p>function track(e:event):void</p>
<p>!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fun4MySpace.com</title>
		<link>http://flashenabledblog.com/2008/05/04/tutorial-actionscript-3-mouse-tracking-video-tutorial/#comment-15656</link>
		<dc:creator>Fun4MySpace.com</dc:creator>
		<pubDate>Thu, 12 Jun 2008 08:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://flashenabledblog.com/?p=1148#comment-15656</guid>
		<description>For those who are too lazy to type the code they saw in the video, here it is:

var lineX:linex = new linex();
var lineY:liney = new liney();

addChild(lineX);
addChild(lineY);

stage.addEventListener(MouseEvent.MOUSE_MOVE,track)

function track(e:event):void
{
	lineX.y = mouseY;
	lineY.X = mouseX;
}


Want to play free flash games or put them on your MySpace or Facebook profile?
Visit: http://www.fun4myspace.com
Free Flash Games For Your Profile</description>
		<content:encoded><![CDATA[<p>For those who are too lazy to type the code they saw in the video, here it is:</p>
<p>var lineX:linex = new linex();<br />
var lineY:liney = new liney();</p>
<p>addChild(lineX);<br />
addChild(lineY);</p>
<p>stage.addEventListener(MouseEvent.MOUSE_MOVE,track)</p>
<p>function track(e:event):void<br />
{<br />
	lineX.y = mouseY;<br />
	lineY.X = mouseX;<br />
}</p>
<p>Want to play free flash games or put them on your MySpace or Facebook profile?<br />
Visit: <a href="http://www.fun4myspace.com" rel="nofollow">http://www.fun4myspace.com</a><br />
Free Flash Games For Your Profile</p>
]]></content:encoded>
	</item>
</channel>
</rss>
