-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with -dce full ? #74
Comments
Would you mind seeing if this helps? Thank you! 😄 |
Unfortunately, I'm not using OpenFL. Also I'm not sure how to add the |
Oh, gotcha Does this work?
|
Unfortunately no :( |
Does it work if you use |
Adding the Any ideas concerning the other issue on the HTML5 target? |
Actuate tries to detect when something is a real property -- perhaps when I've wanted to redesign Actuate for Haxe strong types, I need to think about how that would work 😉 (it's the dynamics that are causing these issues) |
I tried Actuate with a simple code
Actuate.tween(bird, 1, {alpha:0.2}).repeat().reflect();
it worked fine. I'm surprised that adding-dce full
to thehxml
file makes Actuate not working anymore (tested on js and flash targets)...Using
-dce full
is really required when working with Nape and HTML5!The text was updated successfully, but these errors were encountered: