Hey I know this is simple question but I would like my character to move into a position and the next level comes, so basically when you hit the floor/gameObject enters next scene.
Set a trigger, and on entering the trigger do this:
application.LoadLevel("levelName");
Alternatively, check out this answer posted just recently: http://answers.unity3d.com/questions/8196/a-game-with-multiple-levels