On 2007-09-27, at 18:01 EDT, Philip Romanik wrote:
Approved. In swf there is a warning generated because this.inset is not defined:WARNING @../roundrect.lzx#197: reference to undefined property 'inset'
We should take these warnings seriously. In the swf9 runtime, we will want to declare all possible class properties up front, not dynamically add them at run time, for best performance.
