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

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