home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- -- page number rollover
- pageRollOver 18,23
-
- -- sprites 6-> 9 contain the hyperlink text
- -- sprites 10->13 contain the hyperlink icon
- -- sprites 14->17 contain the hyperlink images
- repeat with n = 6 to 9
- set the visible of sprite (n+4) to rollover(n)
- end repeat
- set TEST = 0
- repeat with n = 14 to 17
- set TEST = TEST + the visible of sprite n
- end repeat
- if TEST then
- repeat with n = 10 to 13
- set the visible of sprite n to FALSE
- end repeat
- end if
- SHAREBUTTON [10, 11, 12, 13]
- go to the frame
- end
-