I don’t know how to script if the puzzle was done.
example : i have a game of jigsaw puzzle then the player need to fix it then after he fix he proceed to the level.
How ?? Thanks
Once you know the player completed the puzzle, use Application.LoadLevel(…).
If the problem is getting to know if the player completed the level, then you have to think again how your game work.