home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / Message.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  274 b   |  14 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the memberNum of sprite 3 to the number of member "Hok"
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   set the memberNum of sprite 3 to the number of member "ok"
  10.   updateStage()
  11.   go("start")
  12.   close(window "message")
  13. end
  14.