Actionscript
import fl.motion.Animator;
var Hello_xml:XML = <Motion duration="103" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
<source>
<Source frameRate="10" x="488.95" y="-40.55" scaleX="2.676" scaleY="1.695" rotation="0" elementType="movie clip" symbolName="Spalter_mov">
<dimensions>
<geom:Rectangle left="-105.9" top="32.9" width="139.9" height="180.2"/>
</dimensions>
<transformationPoint>
<geom:Point x="0.7569692637598284" y="-0.1825749167591565"/>
</transformationPoint>
</Source>
</source>
<Keyframe index="0" rotateDirection="none" tweenScale="false" tweenSnap="true" tweenSync="true">
<tweens>
<SimpleEase ease="0"/>
</tweens>
</Keyframe>
<Keyframe index="102" rotateDirection="none" tweenScale="false" tweenSnap="true" tweenSync="true" scaleX="0.37369207772795215" scaleY="0.5899705014749262">
<tweens>
<SimpleEase ease="0"/>
</tweens>
</Keyframe>
</Motion>;
var Hello_animator:Animator = new Animator(Hello_xml, Hello);
Hello_animator.play();








