Scene Navigator Sudden Error?

Mygame.js is no longer something that should be touched in the process of making a game (all of the creating variables stuff was moved to startup to make things simpler). If you’re opening mygame.js now, you’re making things more difficult than necessary (and that’s where things are going wrong now). Instead of declaring variables in mygame.js, just *create them in startup. There is no longer any reason to touch mygame.js (You can see my guide here, which if you’ve used CS before is probably a little on the simple side, but which will walk you through the proper steps to start variables now.)

1 Like