So, I followed this tutorial online [https://www.youtube.com/watch?v=zrfPk7qRmVs] on how to make a Flappy Bird Clone using XNA. All works incredibly well, however there is one problem.
The game starts to play as soon as I click Run. Is there any way to stop this? I’ve added a menu, but the game continues to play on top of the menu as soon as I run it. I’d really like to load the menu first, then let the game begin to play.
Great. Do you mind helping me with what to change exactly? I’ve already written code, but don’t really want to create any errors when editing it right now.