.tmp_BECD476435CFD9FB9FD25E83D0D5478E_views-$16.lzx

<canvas height="250" width="100%">
    <font name="serifFont">
        <face src="timmonsr.ttf"/>
        <face src="timmonsb.ttf" style="bold"/>
    </font>
   <!-- bouncing yellow square -->
   <view name="bouncysquare" x="100" y="100" bgcolor="yellow" xoffset="0" yoffset="0" width="20" height="20" rotation="0">
<text text="some text" rotation="45"/>

   </view>

   <!-- Crosshairs constrained to x and y coordinates of the yellow square and intersecting at its registration point -->
   <view x="${parent.bouncysquare.x}" width="1" height="100%" bgcolor="black"/>
   <view y="${parent.bouncysquare.y}" width="100%" height="1" bgcolor="black"/>
<text text="${parent.bouncysquare.x}"/>
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
* Copyright 2007 - 2010 Laszlo Systems, Inc.  All Rights Reserved.            *
* Use is subject to license terms.                                            *
* X_LZ_COPYRIGHT_END ****************************************************** -->

Cross References

Named Instances