home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / eon01.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1996-02-14  |  137 b   |  9 lines

  1. on mouseUp
  2.   puppetSound(2, cast "clik")
  3.   updateStage()
  4.   startTimer()
  5.   repeat while the timer < 15
  6.   end repeat
  7.   go("bjackInfo")
  8. end
  9.