home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / 0_end.dir / 00018_uscitaDaHome.ls < prev    next >
Encoding:
Text File  |  2000-11-13  |  336 b   |  16 lines

  1. on mouseUp
  2.   global gPlayerName, gPlayerList, gPlayersObj
  3.   unloadMiaws()
  4.   if gPlayerName = EMPTY then
  5.     if max(gPlayerList) <> 1 then
  6.       go(1, "0_wclub")
  7.     else
  8.       go(1, "0_credit")
  9.     end if
  10.   else
  11.     updatePlayer(gPlayersObj, gPlayerName, gPlayerList)
  12.     savePlayersList(gPlayersObj)
  13.     go(1, "0_credit")
  14.   end if
  15. end
  16.