home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- end
-
- on mouseUp
- global which_csaj
- if browserName() <> EMPTY then
- (the member of sprite 52).text = "Csatlakozás az Internetre ..."
- updateStage()
- gotoNetPage("http://www.fhm.hu/szavazas/szavazas.php?id=" & which_csaj, "szavazas")
- else
- (the member of sprite 52).text = "Nincs Internet böngészö telepítve!"
- updateStage()
- end if
- startTimer()
- repeat while the timer < (3 * 60)
- end repeat
- go(the frame + 2)
- end
-