home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / acacia / starter.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1996-11-05  |  148 b   |  16 lines

  1. on mouseUp
  2.   finishIt()
  3. end
  4.  
  5. on keyDown
  6.   finishIt()
  7. end
  8.  
  9. on finishIt
  10.   go("blank")
  11.   cursor(4)
  12.   sound stop 1
  13.   updateStage()
  14.   go(1, "start")
  15. end
  16.