.tmp_1A848BD61FDE41F788D71ADD741C224F_views-$16.lzx

<canvas height="250" width="100%">

   <!-- bouncing yellow square -->
   <view name="bouncysquare" x="100" y="100" bgcolor="yellow" xoffset="50" yoffset="50" width="100" height="100" 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 y="200" text="${parent.bouncysquare.x}"/>
<text y="220" text="${parent.bouncysquare.xoffset}"/>
</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