home *** CD-ROM | disk | FTP | other *** search
/ FHM 100 Bombázó Ajándék CD / fhm_hu_1997.iso / fhm.exe / fhm.dxr / 00020_vote.ls < prev    next >
Encoding:
Text File  |  2001-03-18  |  273 b   |  18 lines

  1. on mouseUp
  2.   global whichpage
  3.   case whichpage of
  4.     "fomenu":
  5.       vaku(12)
  6.       go("csaj_from_fomenu")
  7.     "csaj":
  8.       vaku(12)
  9.       go("bigcsaj_from_csaj")
  10.     "bigcsaj":
  11.       go("csaj_from_bigcsaj")
  12.   end case
  13. end
  14.  
  15. on mouseDown
  16.   puppetSound(2, "effect_01")
  17. end
  18.