Next level playing up

PLEASE HELP ME!!! So basically I’ve created 2 levels and when a player finishes level one, I’ve made it so when they get to a certain brick at the end it moves on to the next level. But when it does it starts to load level 2 but then goes back to the start of level 1. Please help me I have no idea how to fix it.

Post a link to your game and someone will be able to take a look :slight_smile:

My Game: http://flowlab.io/game/view/427471

Thanks :smile:

Hey, you have some logic that restarts your whole game when level two initializes.

restart_level_2

You need to alter or remove this logic so that level 2 will load without restarting :slight_smile:

Thanks :smiley: hopefully it will work.