Lib actuate with "-dce full" does not work in html5

Hi all.

It seems that “-dce full” eliminates actuate.

What can I do around this?

Two options:

  1. Add @:keep tags in front of the class you’re tweening.
  2. Manually change it yourself once. That way, DCE knows what to keep.

More info here.

1 Like

Thanks, this solved the problem:
--macro keep("openfl.display.DisplayObject")