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 14 to the number of member "Hcredits"
- updateStage()
- end repeat
- end if
- end
-
- on mouseUp
- if not (the visible of window "help") then
- set the memberNum of sprite 14 to the number of member "credits"
- updateStage()
- openWin("credits")
- end if
- end
-