Yeah, it is treating WizardPlayGround as the entry point of the app, but the entry point should be App.mxml.
I was looking over your compiler options, and it looks like you are passing in *.mxml as a wildcard. This is definitely part of the issue. Generally, you specify either a single .mxml file (or, in some projects, a single .as file instead). You should pass in App.mxml only, and none of the others. The compiler is smart enough to automatically detect which other classes will be needed. -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Mon, Mar 24, 2025 at 2:38 PM Jim McNamara <jmcnamara10...@proton.me> wrote: > > Uncaught TypeError: (new WizardPlayGround()).start is not a function > <anonymous> http://127.0.0.1/index.html:37 > index.html:37:26 > <anonymous> http://127.0.0.1/index.html:37 > could this be what is holding it up f12 console on firefox > > thanks, > j. > > > > Sent with Proton Mail secure email. >