Skip to content
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

Constructor of custom classes / symbols not executed at correct time #4

Open
80prozent opened this issue Mar 15, 2019 · 0 comments
Open
Labels
FP6 Issue exists for FP6

Comments

@80prozent
Copy link
Contributor

The constructors of a custom class / symbol is not executed at the correct time.

It should be executed immediatly, but instead AwayJS first finishes executing the current framescripts, before the constructors are executed.

Workaround: Use a "init" function and call it from framescript instead of using the constructor. Than manually call the "init" function after the symbol / class is created.

@80prozent 80prozent added the FP6 Issue exists for FP6 label Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP6 Issue exists for FP6
Projects
None yet
Development

No branches or pull requests

1 participant