home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gNoPlayers, gWetten, gfirstOkKlick
- if gfirstOkKlick then
- if gNoPlayers = count(gWetten) then
- set gfirstOkKlick to 0
- set the visible of sprite 31 to 1
- updateStage()
- playsound(1, "ok", 1)
- repeat with i = 1 to 48
- set the puppet of sprite i to (i <> 48) and (i <> 36)
- end repeat
- set the visible of sprite 48 to 1
- KickBetVideo()
- unLoad("WettVideo")
- go("WettauswahlOk")
- else
- playsound(2, "Sprech8")
- end if
- end if
- end
-