This would appear to be LZX 101, but I can't firgure it out (or have
forgotten)
Why doesn't this work?
<canvas debug="true">
<debug />
<script>
myNode.myMethod()
</script>
<node id="myNode">
<method name="myMethod">
Debug.write('Nice day if it do not rain');
</method>
</node>
</canvas>
Thanks
jrs