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

  1. on mouseDown
  2.   global gNet
  3.   if not (the visible of window "helpM") and gNet then
  4.     repeat while the mouseDown
  5.       set the memberNum of sprite 30 to the number of member "Htransfer"
  6.       updateStage()
  7.     end repeat
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gNet
  13.   stop(member "preview")
  14.   set the memberNum of sprite 30 to the number of member "transfer"
  15.   updateStage()
  16.   gotoNetPage("http://www.groovemaker.com/GMUpgradeDl.html")
  17. end
  18.