home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 130 - Disc 1 / Dpcs1298a.iso / Business / Crystal / DATABASE.DIR / 00002.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  272 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(21, 1)
  3.   set the castNum of sprite 21 to 27
  4.   updateStage()
  5.   startTimer()
  6.   repeat while the timer < 30
  7.   end repeat
  8.   set the castNum of sprite 21 to 26
  9.   updateStage()
  10.   puppetSprite(21, 0)
  11. end
  12.  
  13. on mouseUp
  14.   go("awards", "overview.dir")
  15. end
  16.