function OnGUI ()
{
if(GUI.Button(Rect(90, 180, 260, 60), "Start!"))
{
audio.Play();
if (!audio.isPlaying)
{
Application.LoadLevel ("1");
}
}
hope this helps........:)
↧