home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the visible of window "helpM" then
- tell window "helpM"
- go("menuSong8")
- end tell
- end if
- end
-
- on mouseLeave
- if the visible of window "helpM" then
- tell window "helpM"
- go("start")
- end tell
- end if
- end
-
- on mouseDown
- if not (the visible of window "helpM") then
- repeat while the mouseDown
- set the memberNum of sprite 29 to the number of member "Hnet"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- global gNet, gPath, gClickNet
- if not (the visible of window "helpM") then
- cursor(4)
- set the memberNum of sprite 29 to the number of member "net"
- updateStage()
- set gNet to getNetText("http://www.groovemaker.com/songpreview/list.txt")
- set gClickNet to 1
- cursor(-1)
- end if
- end
-