object touch

Hy ,

I have a question about unity3d touch objects.
I use javascript.
The first object i touch is “Play button”.When i click it , it opens a new scene where i select the difficulty of game.
The play button is centered in main menu.
The easy button is in left , the medium is centered and hard is in right.
When i touch the play button it opens the difficulty scene and selects the medium difficulty scene and opens it.

How can i select “Play” , open the difficulty scene and stay there until i select the difficulty?

Thank you

You have the scenes organized wrong in build settings. Check which level its loading too (difficulty choice) and change it to that.