home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global page, linkReturn
- set linkReturn to []
- if page > 0 then
- sound stop 1
- fadeMusicOutSlow()
- sound stop 2
- repeat with s = 13 to 18
- set the visible of sprite s to 0
- end repeat
- go(the frame + 1)
- go("index", "Temple")
- end if
- end
-