home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global currentsectionnumber
- set the visible of sprite 12 to 1
- set the visible of sprite 11 to 0
- updateStage()
- if currentsectionnumber = 1 then
- set the foreColor of sprite 34 to 141
- end if
- set the foreColor of sprite (26 + currentsectionnumber) to 141
- set the foreColor of sprite (27 + currentsectionnumber) to 150
- repeat while the stillDown = 1
- end repeat
- set currentsectionnumber to currentsectionnumber + 1
- if currentsectionnumber = 8 then
- set currentsectionnumber to 1
- end if
- set the visible of sprite 12 to 0
- go(the frame + 1)
- end
-