After I die I want to have a touch Restart-button on Android.
I tried it in javascript, but it doesn’t work:
function OnMouseDown ()
{
Application.LoadLevel(Application.loadedLevel);
}
I read, that there should be a function update, but I don’t now how