<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://resources.neolao.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Ressources de neolao flash:classes:movieclip:animations</title>
        <description></description>
        <link>http://resources.neolao.com/</link>
        <lastBuildDate>Sun, 10 May 2026 22:29:26 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://resources.neolao.com/lib/images/favicon.ico</url>
            <title>Ressources de neolao</title>
            <link>http://resources.neolao.com/</link>
        </image>
        <item>
            <title>com.neolao.movieclip.animations.MoveTransition</title>
            <link>http://resources.neolao.com/flash/classes/movieclip/animations/movetransition?rev=1263063644</link>
            <description>Déplacement d'un MovieClip. Ca gère aussi la rotation et le redimensionnement.

Classes recquises:

	*  com.neolao.controls.EnterFrame

Exemples



import com.neolao.math.easing.Elastic;

var o:MoveTransition = new MoveTransition(truc_mc);
o.duration = 40;
o.phasing = 15;
o.callBackEnd = function(){
	trace(&quot;fini!&quot;);
};
o.play({_x:100, _y:50}, Elastic.easeOut);</description>
        <category>flash:classes:movieclip:animations</category>
            <pubDate>Sat, 09 Jan 2010 20:00:44 +0200</pubDate>
        </item>
    </channel>
</rss>
