home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / ggmd / instrum.dxr / 00257.ls < prev    next >
Encoding:
Text File  |  1996-02-02  |  209 b   |  10 lines

  1. on exitFrame
  2.   global buildList, instrument, reject, miceCaught, playing
  3.   set playing to 0
  4.   set reject to 1
  5.   set instrument to getAt(buildList, miceCaught)
  6.   cursor(-1)
  7.   loadAnimation()
  8.   checkwhich()
  9. end
  10.