here a little snippet, see what you can do with it(and look at the layer-properties)

while(splash.alpha>0)
{
splash.alpha-=5*time_step;
wait(1);
}

for sound look at the snd_tune instruction