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

  1. global gClickFlag
  2.  
  3. on exitFrame
  4.   if gClickFlag = 1 then
  5.     startTimer()
  6.   end if
  7.   when mouseDown then nothing
  8.   when keyDown then nothing
  9. end
  10.