home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- preLoadCast(10)
- if rollOver(5) then
- set the visible of sprite 6 to 1
- else
- set the visible of sprite 6 to 0
- end if
- if rollOver(7) then
- set the visible of sprite 8 to 1
- else
- set the visible of sprite 8 to 0
- end if
- updateStage()
- end
-