home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with ch = 11 to 28
- if rollOver(ch) then
- set the visible of sprite (ch + 18) to 1
- next repeat
- end if
- set the visible of sprite (ch + 18) to 0
- end repeat
- case rollOver() of
- "9", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47":
- cursor([member "yubiU", member "yubiUM"])
- otherwise:
- cursor(0)
- end case
- go(the frame)
- end
-