I have tried to write a very simple script but it will not work:
var Level: 0 ;
function OnMouseUp ()
{
Application.LoadLevel(Level);
}
Perhaps you can help me fix my script or give me another one. Thank You!
I have tried to write a very simple script but it will not work:
var Level: 0 ;
function OnMouseUp ()
{
Application.LoadLevel(Level);
}
Perhaps you can help me fix my script or give me another one. Thank You!
Did you add your level 0 into your build settings?
If not