home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- end
-
- on testSoftwareRollover
- set overSprite to 0
- repeat with s = 3 to 8
- if rollOver(s) then
- drawHighLight(s)
- set overSprite to 1
- exit repeat
- end if
- end repeat
- if overSprite = 0 then
- HideHighLight()
- end if
- end
-