You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
Hey, so unfortunately I'm no longer supporting this library so I can't help beyond this, but I can at least tell you that you're receiving that error because the live demo is hard-coded to expect a class named Main to be defined. So you would need to add a stub for Main to the code input text box:
/* AS3JS File */package
{
publicclassMain
{
}
}
Note when working with AS3JS outside of the live demo you can define your own entry point name.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The error is :
TypeError: Cannot read properties of undefined(reading 'packageName')
The code i am trying to convert is :
The text was updated successfully, but these errors were encountered: