nun fangen ale gleichzeitig an !
function song_startup()
{
var song = 3;
if(key_f1)
{
song += 1;
}
while(1)
{
if(song == 1)
{
media_play("another excuse - soulwax.mp3",NULL,550);

wait(1);
}
if(song == 2)
{
media_play("rise to the challenge - AsianDubF.mp3",NULL,550);

wait(1);
}
if(song == 3)
{
media_play("Here we go - Broken Dolls.mp3",NULL,550);

wait(1);
}wait(1);
}
}