Code:
 

var lv_hdl; video_switch(8,32,1); // set videomode
lv_hdl = media_play("movie.avi",null,100); // play movie in fullscreen
while(media_playing(lv_hdl)==on && key_pressed(1)==off){wait(1);} // wait or break
media_stop(lv_hdl);


You should drop this part of mercuryus' script into your main function, he has chosen to put it before the level_load(); function in his script. I haven't tested it either, but it should play the movie.avi file.

Last edited by Wiz; 06/28/06 16:21.