ok I got it to work if it right. had to place a wait(1);
like this.

if(event_type == EVENT_PUSH){
wait(1);
level_load("YourMap.wmb");

cheers,

it seems to load the next level.

but its not showing the level, all I see is a blue screen.

im using the same main_function.
on level2 as in level1.
is this right?
do I need to set things up?

cheers