<?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; actionscript 2</title>
	<atom:link href="http://cours-internet.com/tag/actionscript-2/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>Tue, 17 Jan 2012 11:02:09 +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>Navigation, Menus &amp; Interface (AS2)</title>
		<link>http://cours-internet.com/navigation-menus-interface/</link>
		<comments>http://cours-internet.com/navigation-menus-interface/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:55:11 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[menu flash]]></category>
		<category><![CDATA[navgation flash]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=490</guid>
		<description><![CDATA[&#160; function opendivslid(id) { for (i=1;i]]></description>
		<wfw:commentRss>http://cours-internet.com/navigation-menus-interface/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tween (AS2)</title>
		<link>http://cours-internet.com/tween-as2/</link>
		<comments>http://cours-internet.com/tween-as2/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:48:11 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=369</guid>
		<description><![CDATA[Plusieurs methodes de tween : dans les exemples ci dessous on fait &#233;voluer un clip qui a pour instance &#34;monclip&#34; pour obtenir : sa position x &#224; : 65 pixels sa position y &#224; : 117 pixels une proportion de 60% par rapport &#224; sa taille originale une transparence de 20% l&#8217;animation se faisant dans [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/tween-as2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text css &amp; xml (AS2)</title>
		<link>http://cours-internet.com/text-css-xml/</link>
		<comments>http://cours-internet.com/text-css-xml/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 08:16:38 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=364</guid>
		<description><![CDATA[////GET CSS var styles:TextField.StyleSheet = new TextField.StyleSheet(); styles.onLoad = function(success:Boolean):Void &#160;{ if (success) { // detect if css is loaded css = true; gettexte() } else { trace(&#34;Error loading CSS file.&#34;); } }; styles.load(&#34;styles.css&#34;); &#160; ///////GET XML var my_xml:XML = new XML(); my_xml.ignoreWhite = true; my_xml.onLoad = function(success:Boolean):Void &#160;{ if (success) { // detect if [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/text-css-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Les bases à connaitre en actionscript2</title>
		<link>http://cours-internet.com/les-bases-a-connaitre-en-actionscript2/</link>
		<comments>http://cours-internet.com/les-bases-a-connaitre-en-actionscript2/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 11:56:47 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Bases Actionscript 2 (AS2)]]></category>
		<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[cours flash]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=361</guid>
		<description><![CDATA[Avec quelques notions de code, il est d&#233;j&#224; possible de r&#233;aliser des projets interactifs interessants. Cette article vous liste ces quelques notions &#224; apprendre : LES PROPRIETES : On peut donner &#224; des clips des propri&#233;t&#233;s afin de les manipuler. _x, _y, d&#233;finit les coordonn&#233;es du clip _width _height, d&#233;finit la largeur et la hauteur [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/les-bases-a-connaitre-en-actionscript2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Obtenir un tableau de valeurs dans le désordre (AS2)</title>
		<link>http://cours-internet.com/tableau-de-valeurs-dans-le-desordre/</link>
		<comments>http://cours-internet.com/tableau-de-valeurs-dans-le-desordre/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:56:55 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/?p=48</guid>
		<description><![CDATA[Ce script permet d&#8217;obtenir une table de valeurs al&#233;atoire entre 0 et 10 : arr1[0] = 5 arr1[1] = 1 arr1[2] = 6 arr1[3] = 4 arr1[4] = 2 arr1[5] = 8 arr1[6] = 0 arr1[7] = 9 arr1[8] = 7 arr1[9] = 3 // Function to get random values Array.prototype.shuffle = function() { &#160;&#160; [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/tableau-de-valeurs-dans-le-desordre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Créer un rectancle arrondi en as2</title>
		<link>http://cours-internet.com/creer-une-forme-arrondies/</link>
		<comments>http://cours-internet.com/creer-une-forme-arrondies/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:42:19 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/?p=34</guid>
		<description><![CDATA[&#160; _root.createEmptyMovieClip(&#34;clip&#34;,1); drawRoundedRectangle(clip,200,50,12,0xD8D7CC,100,1,0&#215;000000,50); //Function function drawRoundedRectangle(mc:MovieClip, rectWidth:Number, rectHeight:Number, cornerRadius:Number, fillColor:Number, fillAlpha:Number, lineThickness:Number, lineColor:Number, lineAlpha:Number) { &#160;&#160; &#160;with (mc) { &#160;&#160; &#160;&#160;&#160;&#160; beginFill(fillColor,fillAlpha); &#160;&#160; &#160;&#160;&#160;&#160; lineStyle(lineThickness,lineColor,lineAlpha); &#160;&#160; &#160;&#160;&#160;&#160; moveTo(cornerRadius,0); &#160;&#160; &#160;&#160;&#160;&#160; lineTo(rectWidth-cornerRadius,0); &#160;&#160; &#160;&#160;&#160;&#160; curveTo(rectWidth,0,rectWidth,cornerRadius); &#160;&#160; &#160;&#160;&#160;&#160; lineTo(rectWidth,cornerRadius); &#160;&#160; &#160;&#160;&#160;&#160; lineTo(rectWidth,rectHeight-cornerRadius); &#160;&#160; &#160;&#160;&#160;&#160; curveTo(rectWidth,rectHeight,rectWidth-cornerRadius,rectHeight); &#160;&#160; &#160;&#160;&#160;&#160; lineTo(rectWidth-cornerRadius,rectHeight); &#160;&#160; &#160;&#160;&#160;&#160; lineTo(cornerRadius,rectHeight); &#160;&#160; &#160;&#160;&#160;&#160; curveTo(0,rectHeight,0,rectHeight-cornerRadius); &#160;&#160; &#160;&#160;&#160;&#160; lineTo(0,rectHeight-cornerRadius); [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/creer-une-forme-arrondies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valeurs decimal a 2 chiffres après la virgule (AS2)</title>
		<link>http://cours-internet.com/valeurs-decimal-a-2-chiffres-apres-la-virgule/</link>
		<comments>http://cours-internet.com/valeurs-decimal-a-2-chiffres-apres-la-virgule/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 11:39:43 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[Scripts (AS3)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/?p=186</guid>
		<description><![CDATA[&#160; Pour obtenir des valeurs a deux chiffres apr&#232;s la virgule : AS2 : valeur = Math.round(valeur*100)/100; AS3 : valeur =&#160; Number(valeur).toFixed(2)]]></description>
		<wfw:commentRss>http://cours-internet.com/valeurs-decimal-a-2-chiffres-apres-la-virgule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColorTransform (AS2)</title>
		<link>http://cours-internet.com/colortransform-as2/</link>
		<comments>http://cours-internet.com/colortransform-as2/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 10:01:30 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/?p=164</guid>
		<description><![CDATA[Le script entier pour appliquer la fonction ColorTransform import flash.geom.Transform; import flash.geom.ColorTransform; var trans:Transform = new Transform(clip); var blueColorTransform:ColorTransform = new ColorTransform(redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset ); trans.colorTransform = blueColorTransform; Les valeurs applicable a la fonction redMultiplier:Number &#160; Une valeur d&#233;cimale comprise entre 0 et 1 multipli&#233;e par la valeur du canal [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/colortransform-as2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tween sur les couleurs (AS2) TweenColorTransform</title>
		<link>http://cours-internet.com/tween-sur-les-couleurs-as2-tweencolortransform/</link>
		<comments>http://cours-internet.com/tween-sur-les-couleurs-as2-tweencolortransform/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:20:33 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript 2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://chabrol.net/blog/?p=55</guid>
		<description><![CDATA[&#160; import mx.transitions.TweenColorTransform; import flash.geom.ColorTransform; var tween_ct = new TweenColorTransform(clip, &#34;&#34;, Strong.easeInOut, clip.transform.colorTransform, new ColorTransform(1, 1, 1, 1, 1, 10, 255, 10), 1, true); tween_ct.onMotionFinished = function() { &#160;&#160;&#160; tween_ct.yoyo(); };]]></description>
		<wfw:commentRss>http://cours-internet.com/tween-sur-les-couleurs-as2-tweencolortransform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

