Button Off When I Return to Screen

At the end of my game, I update the number of game lives available and then return to the “Level Tracker” screen which is the screen the player selects which game level they want to play etc…

When I return to this screen, the buttons are all in active.  I would appreciate any help on what I need to do to keep the buttons active when the player returns to the screen.

I tried returning to the main menu  screen as well and the same thing happens.

Thanks,

Lori

I watched Rob’s video on reloading Story Board and I read a couple of articles and figured out my problem.

I added a “tryAgain” scene to go to at the end of my game where I removed all the preceding scenes.  From the “tryAgain” scene used composer.gotoScene(“Level Tracker”) and was able to start the scene fresh with all buttons working.

Have a great day all.

Lori

I watched Rob’s video on reloading Story Board and I read a couple of articles and figured out my problem.

I added a “tryAgain” scene to go to at the end of my game where I removed all the preceding scenes.  From the “tryAgain” scene used composer.gotoScene(“Level Tracker”) and was able to start the scene fresh with all buttons working.

Have a great day all.

Lori