I had presumed that the operator you showed (very simple and clear) used
as3 terminology that i've seen using the casting like some as 3 code
does. finding out it is that simple was very pleasing to see.
Thank you PT!
.j.
P T Withington wrote:
On 2009-12-12, at 16:20, jamesr wrote:
I rescind the question I asked; it was a complex effect from forgetting to put
all parameters on swf9 functions written in swf8 code. I haven't looked up how
to make laszlo functions do that again, preferring to use a fixed form. oops.
In a method you say
args="a1, a2, a3"
You can create an optional argument with a default value of `null` by saying:
args="a1, opt1=null"
We're generally interested in finding out what things are not "intuitively
obvious" in LZX, so we'd appreciate your feedback.