home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gNet
- if not (the visible of window "helpM") and gNet then
- repeat while the mouseDown
- set the memberNum of sprite 30 to the number of member "Htransfer"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gNet
- stop(member "preview")
- set the memberNum of sprite 30 to the number of member "transfer"
- updateStage()
- gotoNetPage("http://www.groovemaker.com/GMUpgradeDl.html")
- end
-