home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPlayerName, gPlayerList, gPlayersObj
- unloadMiaws()
- if gPlayerName = EMPTY then
- if max(gPlayerList) <> 1 then
- go(1, "0_wclub")
- else
- go(1, "0_credit")
- end if
- else
- updatePlayer(gPlayersObj, gPlayerName, gPlayerList)
- savePlayersList(gPlayersObj)
- go(1, "0_credit")
- end if
- end
-