home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPlayerNames, gNoPlayers
- set gPlayerNames to [:]
- repeat with i = 1 to gNoPlayers
- addProp(gPlayerNames, the text of member ("NameField" & i), 0)
- end repeat
- repeat with i = gNoPlayers + 1 to 4
- addProp(gPlayerNames, " ", -1)
- end repeat
- playsound(1, "Ok", 1)
- go("NamenOK")
- end
-