Scene loading does not work

hi i have problem in scene1 to go fir scene 2 im used Application.LoadLevel(1);but the second contains 3 button not work ,and im opned this scene 2 lowly its work plz help me

The only thing I can gather from that barely coherent question is that you’ve tried using Application.LoadLevel(1) but it did not work. All I can do is repeat what the script reference already says:

  • you can only load a level that has been added to your build settings. if the scene is not listed there, it’s not going to work.

  • remember that level indices start at zero- so if you have two levels in your build settings, they will be 0 and 1 depending on how you’ve ordered them.

Read more here:
http://unity3d.com/support/documentation/ScriptReference/Application.LoadLevel.html

I DO ALL THAT BUT THE SCENE 2 CENTENT BUTON THIS BUTTON NOT WORK