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

  1. on mouseDown
  2. end
  3.  
  4. on mouseUp
  5.   global which_csaj
  6.   if browserName() <> EMPTY then
  7.     (the member of sprite 52).text = "Csatlakoz├ís az Internetre ..."
  8.     updateStage()
  9.     gotoNetPage("http://www.fhm.hu/szavazas/szavazas.php?id=" & which_csaj, "szavazas")
  10.   else
  11.     (the member of sprite 52).text = "Nincs Internet b├╢ng├⌐sz├╢ telep├¡tve!"
  12.     updateStage()
  13.   end if
  14.   startTimer()
  15.   repeat while the timer < (3 * 60)
  16.   end repeat
  17.   go(the frame + 2)
  18. end
  19.