home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if not (the visible of window "help") then
- repeat while the mouseDown
- set the memberNum of sprite 16 to the number of member "Hsupport"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- if not (the visible of window "help") then
- set the memberNum of sprite 16 to the number of member "support"
- updateStage()
- gotoNetPage("http://www.groovemaker.com/FAQ.html")
- end if
- end
-