XML Source
<code>
<make reference="box" class="flash.display.MovieClip" >
<set x="100" y="-100" />
<call method="graphics.beginFill" args="0x0000FF" />
<call method="graphics.drawRect" args="-50,-50,100,100" />
</make>
<call method="addChild" args="box" />
<make reference="ani" class="Object" >
<set y="550" delay="0.1" tint="0xFF0000" ease="Bounce.easeOut" />
</make>
<call method="TweenLite.to" args="box, 1.5, ani" />
<make reference="box" class="flash.display.MovieClip" >
<set x="201" y="-100" />
<call method="graphics.beginFill" args="0x0000FF" />
<call method="graphics.drawRect" args="-50,-50,100,100" />
</make>
<call method="addChild" args="box" />
<set ani.delay="1.1" />
<call method="TweenLite.to" args="box, 1.5, ani" />
<make reference="box" class="flash.display.MovieClip" >
<set x="302" y="-100" />
<call method="graphics.beginFill" args="0x0000FF" />
<call method="graphics.drawRect" args="-50,-50,100,100" />
</make>
<call method="addChild" args="box" />
<set ani.delay="2.1" />
<call method="TweenLite.to" args="box, 1.5, ani" />
</code>