home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / astroys.swf / scripts / DefineSprite_71 / frame_61 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  237 b   |  9 lines

  1. stop();
  2. name_txt.restrict = "A-Z 0-9.\\-";
  3. if(_root.game_so.data.playerName.length > 0)
  4. {
  5.    name_txt.text = _root.game_so.data.playerName;
  6. }
  7. Selection.setFocus(name_txt);
  8. Selection.setSelection(name_txt.length,name_txt.length);
  9.