System Actions
Basically...
+On Action (something that you do or some condition where you want the game to move to next layout)
Next Layout (or Go To Layout "Level 2")
Then, in that layout, you can copy player sprite in desired location or just use "On Start of Layout" system condition to set the player sprite position properly (if you are using a global sprite).
Tip: if you are using objects in first layout in second too, you want to make them global, such as MouseKeyboard etc., so they work across all layouts.