<?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: Create a Windmill Effect Photo Gallery</title>
	<atom:link href="http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:45:55 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: amarie</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-804</link>
		<dc:creator>amarie</dc:creator>
		<pubDate>Wed, 27 Jan 2010 08:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-804</guid>
		<description>I am getting 5 different complier errors... my code looks as such...

stop();

HM_btn.addEventListener(MouseEvent.CLICK,hmClick);

function hmClick(event:MouseEvent):void{
	gotoAndPlay(&quot;Home&quot;)
}

import com.greensock.*;

left_mc.buttonMode = true;
right_mc.buttonMode = true;
left_mc.addEventListener(MouseEvent.CLICK,rotate);
right_mc.addEventListener(MouseEvent.CLICK,rotate);

function rotate(e:MouseEvent):void{
	right_mc.removeEventListener(MouseEvent.CLICK,rotate);
	left_mc.removeEventListener(MouseEvent.CLICK,rotate);
	if (e.currentTarget == left_mc)
		TweenLite.to(content_mc,.5 ,{rotation:content_mc.rotation - 90, onComplete:onTweenFinished});
		else TweenLite.to(content_mc,.5 ,{rotation:content_mc.rotation + 90, onComplete:onTweenFinished});
}

function onTweenFinished():void{
	right_mc.addEventListener(MouseEvent.CLICK,rotate);
	left_mc.addEventListener(MouseEvent.CLICK,rotate);
}

the errors are...
1093 syntax error and 1086 syntax error both for line 10.
and 1093 and 1084 for line 17.

any help would be great!</description>
		<content:encoded><![CDATA[<p>I am getting 5 different complier errors&#8230; my code looks as such&#8230;</p>
<p>stop();</p>
<p>HM_btn.addEventListener(MouseEvent.CLICK,hmClick);</p>
<p>function hmClick(event:MouseEvent):void{<br />
	gotoAndPlay(&#8220;Home&#8221;)<br />
}</p>
<p>import com.greensock.*;</p>
<p>left_mc.buttonMode = true;<br />
right_mc.buttonMode = true;<br />
left_mc.addEventListener(MouseEvent.CLICK,rotate);<br />
right_mc.addEventListener(MouseEvent.CLICK,rotate);</p>
<p>function rotate(e:MouseEvent):void{<br />
	right_mc.removeEventListener(MouseEvent.CLICK,rotate);<br />
	left_mc.removeEventListener(MouseEvent.CLICK,rotate);<br />
	if (e.currentTarget == left_mc)<br />
		TweenLite.to(content_mc,.5 ,{rotation:content_mc.rotation &#8211; 90, onComplete:onTweenFinished});<br />
		else TweenLite.to(content_mc,.5 ,{rotation:content_mc.rotation + 90, onComplete:onTweenFinished});<br />
}</p>
<p>function onTweenFinished():void{<br />
	right_mc.addEventListener(MouseEvent.CLICK,rotate);<br />
	left_mc.addEventListener(MouseEvent.CLICK,rotate);<br />
}</p>
<p>the errors are&#8230;<br />
1093 syntax error and 1086 syntax error both for line 10.<br />
and 1093 and 1084 for line 17.</p>
<p>any help would be great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advanced Adobe Flash Actionscript Trainings &#171; Flash Criminals</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-559</link>
		<dc:creator>Advanced Adobe Flash Actionscript Trainings &#171; Flash Criminals</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-559</guid>
		<description>[...] Create a Windmill Effect Photo Gallery [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a Windmill Effect Photo Gallery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-554</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-554</guid>
		<description>@ BOOGOOM : Hi,
At the time this tutorial was written, we didn&#039;t use the updated Tweenlite version.
Now with the Tweenlitethe V11 the line  : import gs.*;
should  be replaced with :  import com.greensock.*;

Hope you&#039;ll make it work</description>
		<content:encoded><![CDATA[<p>@ BOOGOOM : Hi,<br />
At the time this tutorial was written, we didn&#8217;t use the updated Tweenlite version.<br />
Now with the Tweenlitethe V11 the line  : import gs.*;<br />
should  be replaced with :  import com.greensock.*;</p>
<p>Hope you&#8217;ll make it work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boogoom</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-553</link>
		<dc:creator>Boogoom</dc:creator>
		<pubDate>Wed, 25 Nov 2009 14:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-553</guid>
		<description>i have downloaded the source code. it doesn&#039;t work. i even installed the tweenlite engine in flash directory. It seems that the gs is not on that directory.. what should i do?</description>
		<content:encoded><![CDATA[<p>i have downloaded the source code. it doesn&#8217;t work. i even installed the tweenlite engine in flash directory. It seems that the gs is not on that directory.. what should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 45+ Advanced Adobe Flash Actionscript Trainings &#124; Master Design</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-474</link>
		<dc:creator>45+ Advanced Adobe Flash Actionscript Trainings &#124; Master Design</dc:creator>
		<pubDate>Sun, 01 Nov 2009 16:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-474</guid>
		<description>[...] Create a Windmill Effect Photo Gallery [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a Windmill Effect Photo Gallery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-436</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 21 Oct 2009 05:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-436</guid>
		<description>I like the way you removed the eventlistners straight after its being called back.</description>
		<content:encoded><![CDATA[<p>I like the way you removed the eventlistners straight after its being called back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheWebTuts</title>
		<link>http://www.riacodes.com/flash/create-a-windmill-effect-photo-gallery/comment-page-1/#comment-434</link>
		<dc:creator>TheWebTuts</dc:creator>
		<pubDate>Tue, 20 Oct 2009 18:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=904#comment-434</guid>
		<description>Tutorial added to &lt;a href=&quot;http://www.thewebtuts.com/tutorials/flash/create-a-windmill-effect-photo-gallery/149&quot; rel=&quot;nofollow&quot;&gt;thewebtuts&lt;/a&gt;.com</description>
		<content:encoded><![CDATA[<p>Tutorial added to <a href="http://www.thewebtuts.com/tutorials/flash/create-a-windmill-effect-photo-gallery/149" rel="nofollow">thewebtuts</a>.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
