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

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