home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / GrooveMaker demo / GrooveMaker Demo / Media / Credits.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1998-07-27  |  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 "credits")
  13. end
  14.