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 / 00017.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  306 b   |  16 lines

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