home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Serious Software / GrooveMaker demo / GrooveMaker Demo / Media / Credits.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1998-07-27  |  264 b   |  13 lines

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