So I’m trying to switch frome my menu scene to my game scene, but I can’t seem to figure out how. Every time I try, I get the error this.scene.start() isn’t a function/ Here’s the code.
In the pointerup event handler, this is the game object that was clicked, unless you pass a different context as the third argument to on() or use an arrow function.
Hey I’ve got another question but it’s similar to this one. Since I’m switching to my game scene, I want a back button in the tutorial. In my third scene, I use the same code but with a back button instead of start button. Is it because that scene is already started? Nothing comes up when I press the switch button