home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / wd.dxr / AuswahlAnzahl_12_AuswahlAnzahlAnzeige.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  392 b   |  15 lines

  1. on mouseUp
  2.   global gActiveBets
  3.   if count(gActiveBets) >= 4 then
  4.     if the frame = (label("AuswahlAnzahlLoop") + 3) then
  5.       playsound(1, "1AuswahlAnzahlSound")
  6.       go(label("AuswahlAnzahlLoop"))
  7.     else
  8.       playsound(1, the frame - label("AuswahlAnzahlLoop") + 2 & "AuswahlAnzahlSound")
  9.       go(the frame + 1)
  10.     end if
  11.   else
  12.     playsound(1, "1AuswahlAnzahlSound")
  13.   end if
  14. end
  15.