Script for keeping background from moving and inputs for buttons

Hey!

So i was making a flappy bird rip off and i planned on making a main menu…i added buttons and when i test them the game starts on the background with the main menu in the front. Can somebody help me keep the background fixed until the player clicks on one of the buttons!

That’s exactly what I want

So select your start button, in the inspector you can add action when your button was clicked.
For your case you can disable your buttons and your image.

Take a look to the unity’s tutorials.