Hi I'm new with Unity and I'm creating a simple racing game. I'm creating a menu that will allow players to select a racing track to race on and vehicle to race with. When selecting a race track I have a toolbar at the top with the names of the different race tracks, a picture of the selected race track, a button on the bottom that will allow players to continue to the page where they will select their vehicle, and some music playing in the background. Here's what I need to figure out:
When a track is selected in the toolbar I want the picture to change to the picture of the track.
When a track is selected in the toolbar I want the properties to change on the button so that the button will take you to a different page when pressed. The page it takes you to depends on which track is selected.
I want the music to play throughout every page on the menu, but I don't want it to start at the beginning of the track again.
If you can answer any of my questions that would be great.