home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master2.dxr / 00166.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  96 b   |  8 lines

  1. on exitFrame
  2.   global gMusic
  3.   if gMusic = 0 then
  4.     sound stop 2
  5.   end if
  6.   updateStage()
  7. end
  8.