home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global whichpage, gohelp
- case whichpage of
- "fomenu":
- go("jatekszabaly_from_fomenu")
- "csaj":
- go("jatekszabaly_from_csaj")
- "bigcsaj":
- gohelp = 1
- go("csaj_from_bigcsaj")
- "szavazas":
- gohelp = 1
- go(the frame + 2)
- end case
- end
-
- on mouseDown
- end
-