views-$15.lzx
<canvas width="100%" height="300">
<font src="helmetb.ttf" name="helmet"/>
<view stretches="both" height="100" bgcolor="red" onclick="this.animate('height', -10, 1000 , true ); message.addText('\ngreenview new width is ' + greenview.width)">
<attribute name="aspect" value="${unstretchedwidth/unstretchedheight}"/>
<attribute name="width" value="${ height * aspect}"/>
<view name="greenview" height="100" width="80" bgcolor="green"/>
<text font="helmet" fontsize="22" resize="true">
This is some text
</text>
</view>
<text id="message" y="100">Click on the green or red box</text>
</canvas>
Cross References
Named Instances