home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Resources / audiosyncrasy / a_s_demo.dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1996-03-16  |  188 b   |  14 lines

  1. global gClickFlag
  2.  
  3. on exitFrame
  4.   if gClickFlag = 1 then
  5.     if the timer < 90 then
  6.       go(the frame)
  7.       exit
  8.     end if
  9.   else
  10.     sound fadeOut 1, 60
  11.   end if
  12.   go("prep menu")
  13. end
  14.