home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DEMO / PRG / CIRCLES.ZIP / CI_MAIN.DIX / 00032.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  148 b   |  13 lines

  1. on enterFrame
  2.   global idsw
  3.   if not idsw then
  4.     halt()
  5.   end if
  6.   if not idsw then
  7.     quit()
  8.   end if
  9.   if idsw then
  10.     play done
  11.   end if
  12. end
  13.