home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gChapter, gSection, gPage, gMaxPage, gPicture
- set gPicture to 0
- putOn(the clickOn - 21)
- updateStage()
- cleanChannels(5, 21)
- if the type of sprite 4 = 16 then
- set the controller of cast the castNum of sprite 4 to 0
- end if
- go(string(gChapter) & "." & string(gSection) & "." & string(gPage))
- end
-