<?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; tween</title>
	<atom:link href="http://cours-internet.com/tag/tween/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>Diaporamas sans interactions (AS2)</title>
		<link>http://cours-internet.com/diaporamas-sans-interactions-as2/</link>
		<comments>http://cours-internet.com/diaporamas-sans-interactions-as2/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 06:30:53 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[createEmptyMovieClip]]></category>
		<category><![CDATA[défilement images]]></category>
		<category><![CDATA[diaporamas]]></category>
		<category><![CDATA[import mx.transitions]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[source flash]]></category>
		<category><![CDATA[tween]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=340</guid>
		<description><![CDATA[// Flash 8 Téléchargez Voir le code import mx.transitions.Tween; import mx.transitions.easing.*; durée = 300; max = 6; num = 0; initialisation(); loading(); function initialisation() { num++; nn = 0; statutLoad = 1; statutTimer = 1; } function loading() { Oldclip = myclip; if (num == max) { num = 1; } this.createEmptyMovieClip(&#171;&#160;clip&#160;&#187;+num,this.getNextHighestDepth()); eval(&#171;&#160;clip&#160;&#187;+num)._alpha = 0; [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/diaporamas-sans-interactions-as2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Diaporamas et défilement d&#8217;images</title>
		<link>http://cours-internet.com/diaporamas-et-defilement-dimages/</link>
		<comments>http://cours-internet.com/diaporamas-et-defilement-dimages/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:41:16 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[diaporamas]]></category>
		<category><![CDATA[galerie images]]></category>
		<category><![CDATA[import mx.transitions.easing]]></category>
		<category><![CDATA[import mx.transitions.Tween]]></category>
		<category><![CDATA[tween]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=452</guid>
		<description><![CDATA[function opendivdiapo(id) { for (i=1;i]]></description>
		<wfw:commentRss>http://cours-internet.com/diaporamas-et-defilement-dimages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>

