Easy fade script from the manual.

Code:
set(my,TRANSLUCENT);for (my.alpha=0; my.alpha+=5*time_step; my.alpha<100) wait(1);
reset(my,TRANSLUCENT);



The manual is a great place to look ^^