home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global framecount, currentrollover
- if the visible of sprite 48 = 1 then
- menurollover()
- else
- if rollOver(16) then
- checkrollover(3, 6)
- go("ccmain1")
- else
- if rollOver(17) then
- checkrollover(7, 8)
- go("ccmain2")
- else
- if rollOver(18) then
- checkrollover(9, 9)
- go("ccmain3")
- else
- if rollOver(20) then
- checkrollover(10, 12)
- go("ccmain4")
- else
- set the visible of sprite currentrollover to 0
- set currentrollover to 0
- if rollOver(44) then
- set the blend of sprite 41 to 75
- else
- set the blend of sprite 41 to 25
- end if
- if rollOver(45) then
- set the blend of sprite 42 to 75
- else
- set the blend of sprite 42 to 25
- end if
- if rollOver(46) then
- set the blend of sprite 43 to 75
- else
- set the blend of sprite 43 to 25
- end if
- go("CCMAIN")
- end if
- end if
- end if
- end if
- end if
- go(the frame)
- end
-