home *** CD-ROM | disk | FTP | other *** search
/ The GrooveMaker & DANCITY Sample Collection 1.1 / GM+Dancity1.iso / pc / GM_tutorial / GrooveTutorial.exe / GrooveTutorial.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1998-04-10  |  249 b   |  13 lines

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