home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with n = 19 down to 15
- set the visible of sprite n to rollOver(n)
- set the visible of sprite (n - 5) to rollOver(n)
- set the visible of sprite (n + 5) to rollOver(n)
- end repeat
- go(the frame - 4)
- end
-