home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / gaibu.cst / 00002.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  265 b   |  15 lines

  1. on exitFrame
  2.   global gMENU
  3.   global gCDPATH
  4.   global gLocalPath
  5.   LoopSound
  6.   if the mouseDown = TRUE then
  7.     if the timer > 60*5 then
  8.       set gMENU = 1
  9.       sound Fadeout 1,5*60
  10.       play movie gCDPATH&"movies\menu"
  11.     end if
  12.   end if
  13.   go to the frame
  14. end
  15.