home *** CD-ROM | disk | FTP | other *** search
- on CDXHelpButton
- global CDXHelpOnStage, CDXWhichIndex
- if CDXHelpOnStage = 0 then
- if rollOver(20) then
- set the castNum of sprite 20 to the number of member "HELPTwo"
- updateStage()
- repeat while rollOver(20)
- if the mouseDown then
- case CDXWhichIndex of
- 1:
- set the castNum of sprite 36 to the number of member "CDXHelpInfo"
- 2:
- set the castNum of sprite 36 to the number of member "PRODHelpInfo"
- end case
- set the loc of sprite 36 to point(200, 200)
- updateStage()
- set CDXHelpOnStage to 1
- repeat while the mouseDown
- end repeat
- exit repeat
- end if
- end repeat
- set the castNum of sprite 20 to the number of member "HELP"
- end if
- end if
- end
-