home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global whichpage, goexit
- case whichpage of
- "fomenu":
- go("exit_from_fomenu")
- "csaj":
- go("exit_from_csaj")
- "bigcsaj":
- goexit = 1
- go("csaj_from_bigcsaj")
- "jatekszabaly":
- goexit = 1
- go(the frame + 1)
- end case
- end
-
- on mouseDown
- end
-