views-$16.lzx
<canvas height="250" width="100%">
<view name="bouncysquare" x="100" y="100" bgcolor="yellow" xoffset="20" yoffset="20" width="100" height="100">
<animatorgroup repeat="Infinity">
<animator attribute="xoffset" duration="1000" to="70"/>
<animator attribute="xoffset" duration="1000" to="20"/>
</animatorgroup>
<animatorgroup repeat="Infinity">
<animator attribute="yoffset" duration="500" to="70"/>
<animator attribute="yoffset" duration="500" to="20"/>
</animatorgroup>
</view>
<view x="${parent.bouncysquare.x}" width="1" height="100%" bgcolor="black"/>
<view y="${parent.bouncysquare.y}" width="100%" height="1" bgcolor="black"/>
</canvas>
Cross References
Named Instances