while(splash1_panel.alpha >=100)
{
splash1_panel.alpha -= 2*time_step;
wait(1);
}