I would like the user to be able to add coins in the Start UI or perhaps a Store UI before starting the game. However, the code is: this.scene()['addScoreCoin'](30); It gives me an error because I am not in a Scene yet and does not add the coins...is there another way of doing this?