`Application.loadedLevel` tells you the currently loaded level. If you want to switch to the next level use `Application.LoadLevel()`. See the docs:
http://docs.unity3d.com/ScriptReference/Application.LoadLevel.html
↧