Code:
 
if(level_code==1 )
{
p1_health = 100;
player.health = 100;
level_code = 2.2;
level_load("level2b.wmb");
wait(3);
media_play("level2b.avi",NULL,30);
}



how come no video play and the level strait start.
how come it only work for loding 1st level, but it wont work for changing level?