home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gmovieStack, gLevel, gLang1
- set gLevel to gLevel + 1
- if gLang1 = 0 then
- set goingTo to "eh"
- else
- if gLang1 = 1 then
- set goingTo to "sh"
- else
- if gLang1 = 2 then
- set goingTo to "fh"
- else
- if gLang1 = 3 then
- set goingTo to "gh"
- end if
- end if
- end if
- end if
- setAt(gmovieStack, gLevel, goingTo)
- go(1, goingTo)
- end
-