home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gActiveBets
- if count(gActiveBets) >= 4 then
- if the frame = (label("AuswahlAnzahlLoop") + 3) then
- playsound(1, "1AuswahlAnzahlSound")
- go(label("AuswahlAnzahlLoop"))
- else
- playsound(1, the frame - label("AuswahlAnzahlLoop") + 2 & "AuswahlAnzahlSound")
- go(the frame + 1)
- end if
- else
- playsound(1, "1AuswahlAnzahlSound")
- end if
- end
-