Issue transitioning between scenes with a button

you need to bind it to this

myButton.on('pointerdown', () => { this.scene.start('final') }, this);

check if that works :slight_smile: