Any reason you didn’t just add this to the constructor?

I think all you need is:
mouseEnabled = false;

In Flash, “element” is a pointer to “this”.

Thanks,
Harbs

> On Jul 13, 2017, at 10:16 AM, jmcl...@apache.org wrote:
> 
> +             COMPILE::SWF
> +             override public function addedToParent():void
> +             {
> +                     super.addedToParent();
> +                     (element as InteractiveObject).mouseEnabled = false;
> +             }
> +

Reply via email to