home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 13 / PCFORMAT.bin / demo.dir / 00046_Script_46 < prev    next >
Text File  |  1995-03-06  |  536b  |  31 lines

  1. on exitFrame
  2.   global gmoviesprite, gMoviePlaying, gtrack, gLyricSprite, movieduration
  3.   
  4.  
  5.   
  6.   if the visible of sprite gmoviesprite then
  7.     
  8.     if the movietime of sprite gmoviesprite >= movieduration then
  9.       endmovie
  10.     end if
  11.     
  12.   end if
  13.   
  14.   if the mousedown then
  15.  
  16.     
  17.     --check to see if the movie has ended. If it has then reset stage to 8 bits etc.
  18.     
  19.    
  20.     
  21.     if rollover(7) then 
  22.       flashroller 7, "playmovie1"
  23.    
  24.       
  25.       
  26.     end if
  27.     
  28.   end if
  29.   
  30.   go marker (0)
  31. end