<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cours Internet &#187; mouvement</title>
	<atom:link href="http://cours-internet.com/tag/mouvement/feed/" rel="self" type="application/rss+xml" />
	<link>http://cours-internet.com</link>
	<description>Supports de cours pour la création de sites Internet avec flash, Dreamweaver et wordpress</description>
	<lastBuildDate>Thu, 17 May 2012 14:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tween et yoyo (AS3)</title>
		<link>http://cours-internet.com/142/</link>
		<comments>http://cours-internet.com/142/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 09:46:34 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS3)]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[MOTION_FINISH]]></category>
		<category><![CDATA[mouvement]]></category>
		<category><![CDATA[source flash]]></category>
		<category><![CDATA[tween]]></category>
		<category><![CDATA[TweenEvent]]></category>
		<category><![CDATA[yoyo]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/142/</guid>
		<description><![CDATA[Le script: import fl.transitions.easing.*; import fl.transitions.*; var myMotion : Tween; stage.addEventListener(MouseEvent.MOUSE_DOWN,startTween); function startTween(evt:MouseEvent) { &#160;&#160;&#160; myMotion = new Tween(mc,&#34;x&#34;,Regular.easeOut,20,430,2,true); &#160;&#160;&#160; myMotion.addEventListener(TweenEvent.MOTION_FINISH, getBigger); } function getBigger(evt:TweenEvent) { &#160;&#160;&#160; myMotion.yoyo(); }]]></description>
		<wfw:commentRss>http://cours-internet.com/142/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TweenMax (AS3)</title>
		<link>http://cours-internet.com/136/</link>
		<comments>http://cours-internet.com/136/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 08:31:31 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS3)]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[mouvement]]></category>
		<category><![CDATA[onComplete]]></category>
		<category><![CDATA[tween]]></category>
		<category><![CDATA[tweenmax]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/136/</guid>
		<description><![CDATA[Le script import gs.*; import gs.easing.*; stage.addEventListener(MouseEvent.MOUSE_DOWN,startTween); function startTween(evt:MouseEvent) { &#160;&#160;&#160; TweenMax.to(mc,3,{x:400,y:38, alpha:.5,ease:Back.easeOut,onComplete:getBigger}); } [hidepost] function getBigger() { &#160;&#160;&#160; TweenMax.to(mc,2,{scaleX:2,scaleY:2,ease:Back.easeOut}); }]]></description>
		<wfw:commentRss>http://cours-internet.com/136/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

