[Solved] Transition / Restart Between Scenes Error

I would like my title screen to fade into my game scene, and for my game scene to reload when the player presses a button. However, in the title screen area, the fade effect works, but does not transition to the next scene.
Also, there is no “reload scene” event.
How would I accomplish these two things?

To reload, simply “change to scene”.
Do you keep the cursor on tapToPlay, like your conditions require? Is the scene name “game” or “Game”?

Please disregard. I found the error: there was a space at the end of the name of the scene. Sorry!