home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 15 / cdrt15.iso / mac / PB / 04.DIR / 00010_Script_10 < prev    next >
Text File  |  1995-04-04  |  212b  |  10 lines

  1. on exitFrame
  2.   repeat while soundBusy(1)
  3.   end repeat
  4.   
  5.   set the cursor of sprite 1 = 200
  6.   set the cursor of sprite 20 = -1
  7.   set the cursor of sprite 21 = -1
  8.   set the cursor of sprite 22 = -1
  9.   
  10. end