home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / iroha / op.dir / 00327.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  508 b   |  21 lines

  1. on mouseDown
  2.   puppetSound(2, "テ丑テ嘉、テ叡テ丑")
  3.   set ch to clickOn()
  4.   set btncn to the memberNum of sprite ch
  5.   set the memberNum of sprite ch to btncn + 1
  6.   updateStage()
  7.   repeat while the stillDown
  8.     if rollOver(ch) then
  9.       set the memberNum of sprite ch to btncn + 1
  10.     else
  11.       set the memberNum of sprite ch to btncn
  12.     end if
  13.     updateStage()
  14.   end repeat
  15.   set the castNum of sprite ch to btncn
  16.   if rollOver(ch) then
  17.     go("m-back", "@.../GAME/TRAIN")
  18.     puppetSound(2, 0)
  19.   end if
  20. end
  21.