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

  1. on mouseUp
  2.   global gNoPlayers
  3.   set gNoPlayers to the frame - label("AuswahlAnzahlLoop") + 1
  4.   set the puppet of sprite 13 to 1
  5.   playsound(1, "Ok", 1)
  6.   go(label("AuswahlAnzahlLoop") + 4)
  7. end
  8.