home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global popup
- if popup = 1 then
- if (rollOver(44) = 0) and (rollOver(45) = 0) then
- cursor(4)
- resetafterpopup()
- end if
- else
- if the visible of sprite 48 = 1 then
- if rollOver(48) then
- set tempmouseline to the mouseLine
- if tempmouseline <> 20 then
- set the locV of sprite 47 to 23 + (tempmouseline * 17)
- end if
- end if
- else
- evaluate2()
- if rollOver(10) then
- setwarning()
- else
- if the name of the member of sprite 10 <> "CCSGcovers0" then
- set the member of sprite 10 to member "CCSGcovers0"
- end if
- end if
- end if
- end if
- go(the frame)
- end
-