animation-$15.lzx
<canvas width="100%" height="185" bgcolor="0xE5E1B0">
<include href="animation_library.lzx"/>
<view id="tutorial2" height="200" width="${parent.width}" visible="true">
<ruler name="rlr" height="150" y="0"/>
<view height="30"/>
<view height="60" y="40">
<view id="V01" x="50">
<borderedbox/>
<borderedbox/>
<borderedbox/>
<borderedbox/>
<simplelayout name="lyt" axis="x" spacing="5">
<animatorgroup name="anm" start="false" process="sequential">
<animator attribute="spacing" from="5" to="50" duration="1000"/>
<animator attribute="spacing" from="50" to="-49" duration="1000"/>
<animator attribute="spacing" from="-49" to="5" duration="1000"/>
</animatorgroup>
</simplelayout>
</view>
</view>
<view x="50" y="150">
<button text="Test" x="50" onclick="V01.lyt.anm.doStart()"/>
</view>
</view>
</canvas>
Cross References
Includes
Named Instances