home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / q / q_main.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  326 b   |  18 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.     if the colorDepth <> 32 then
  12.       go("risksk", "Q_SKETCH")
  13.     else
  14.       go("sk4", "Q_SKETCH")
  15.     end if
  16.   end if
  17. end
  18.