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

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