<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for blog: FITC Amsterdam, day one]]></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>Sat, 21 Nov 2009 22:15:48 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/0/1/FITC-Amsterdam-day-one/Page1.html#Comment8899</link><description><![CDATA[hey great tutorial. 

i made a rotation mod. 
basically i added this to the code 


onClipEvent (load) {
	_x = 0;
	_y = 0;
	div = 5;
	_rotation = 0;// my mod here 
}

onClipEvent (enterFrame) {
	_x += (endX-_x)/div;
	_y += (endY-_y)/div;
	_rotation += (endR-_rotation)/div; //also here

	_root.home.onRelease = function() {
		endX = 0;
		endY = 0;
		endR = 0; //lastly here
	};
	_root.blog.onRelease = function() {
		endX = -250;
		endY = 0;
		endR = 20;
	};
	_root.portfolio.onRelease = function() {
		endX = -500;
		endY = 0;
		endR = 15;
	};
	_root.resource.onRelease = function() {
		endX = 0;
		endY = -200;
		endR = -10;
	};
	_root.contact.onRelease = function() {
		endX = -250;
		endY = -200;
		endR = 5;
	};
	_root.contact.onRelease = function() {
		endX = -500;
		endY = -200;
		endR = 2;
	};
}<br/><br/>
(Comment posted by Adam at 6:11 am, Wed 16th Jan 2008)]]></description><author>no@spam.com (Adam)</author><pubDate><![CDATA[Wed, 16 Jan 2008 06:11:26 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/0/1/FITC-Amsterdam-day-one/Page1.html#Comment8899</guid></item><item><title><![CDATA[Comment #2]]></title><link>http://www.actionscript.org/resources/blogs/7/FITC-Amsterdam-day-one.html#Comment9768</link><description><![CDATA[Haha Collin seems to always looking to the next version. I'll be t it'll be better than ever before, or course.

Good to hear you made it mate. Thanks for keeping us posted about your experiences and highlights. Keep it coming!<br/><br/>
(Comment posted by Jesse at 6:41 pm, Mon 25th Feb 2008)]]></description><author>no@spam.com (Jesse)</author><pubDate><![CDATA[Mon, 25 Feb 2008 18:41:46 CST]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/blogs/7/FITC-Amsterdam-day-one.html#Comment9768</guid></item><item><title><![CDATA[Comment #3]]></title><link>http://www.actionscript.org/resources/articles/0/1/FITC-Amsterdam-day-one/Page1.html#Comment13551</link><description><![CDATA[Hi there, firstly thank you for the great tut - it helped me a lot.

I was wondering if you could advise on how to create 2 diffirent layers of content that disply at the same time but the one has to scroll a little bit slower then the other? If you might have any advise regarding this please drop me a mail at rps@live.co.za 

I am working on a project that has to resemble http://www.stylewars.com/index2.html and would love any help a more experienced flash developer could give me. Thank You. Dennis<br/><br/>
(Comment posted by Dennis at 9:01 am, Fri 9th Oct 2009)]]></description><author>no@spam.com (Dennis)</author><pubDate><![CDATA[Fri, 09 Oct 2009 09:01:52 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/0/1/FITC-Amsterdam-day-one/Page1.html#Comment13551</guid></item></channel></rss>