Open Colly001 opened 3 years ago
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
{
public class Main
{
}
}
Note when working with AS3JS outside of the live demo you can define your own entry point name.
The error is :
TypeError: Cannot read properties of undefined(reading 'packageName')
The code i am trying to convert is :