home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gNamenAuswahlPos, gPlayers
- set gNamenAuswahlPos to 1
- ResetTextField("NameField")
- put EMPTY into field "NamenAuswahl"
- set the selStart to 0
- set the selEnd to 0
- set the text of member "NameField" to EMPTY
- set the editable of member "NameField" to 1
- set the visible of sprite 5 to 0
- set the visible of sprite 9 to 0
- set the visible of sprite 10 to count(gPlayers) > 7
- repeat with i = 1 to min(7, count(gPlayers))
- put getAt(getAt(gPlayers, i), 1) into line i of field "NamenAuswahl"
- end repeat
- end
-