home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / q / q_main.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  263 b   |  16 lines

  1. on mouseDown
  2.   set ch to the clickOn
  3.   pushbtn(ch)
  4.   rollbtn(12)
  5.   puppetSound(3, cast "テ丑テ嘉、テ叡テ丑")
  6.   updateStage()
  7.   repeat while the stillDown
  8.   end repeat
  9.   if rollOver(ch) then
  10.     puppetoff()
  11.     sound stop 1
  12.     sound stop 2
  13.     go("exit")
  14.   end if
  15. end
  16.