home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global whichSection
- if whichSection = 11 then
- set the visible of sprite 60 to 0
- set the visible of sprite 61 to 1
- set the visible of sprite 62 to 0
- set the visible of sprite 63 to 0
- set the visible of sprite 64 to 0
- set the visible of sprite 65 to 0
- set the visible of sprite 66 to 0
- set the visible of sprite 67 to 0
- set the visible of sprite 68 to 0
- else
- if whichSection = 12 then
- set the visible of sprite 60 to 0
- set the visible of sprite 61 to 1
- set the visible of sprite 62 to 0
- set the visible of sprite 63 to 0
- set the visible of sprite 64 to 0
- set the visible of sprite 65 to 0
- set the visible of sprite 66 to 0
- set the visible of sprite 67 to 0
- set the visible of sprite 68 to 0
- else
- if whichSection = 21 then
- set the visible of sprite 69 to 0
- set the visible of sprite 70 to 1
- set the visible of sprite 71 to 0
- set the visible of sprite 72 to 0
- set the visible of sprite 73 to 0
- set the visible of sprite 74 to 0
- set the visible of sprite 75 to 0
- else
- if whichSection = 22 then
- set the visible of sprite 76 to 0
- set the visible of sprite 77 to 1
- set the visible of sprite 78 to 0
- set the visible of sprite 79 to 0
- set the visible of sprite 80 to 0
- set the visible of sprite 81 to 0
- set the visible of sprite 82 to 0
- else
- end if
- end if
- end if
- end if
- end
-