home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Macromedia Flash 4 / Sample Pages / Chat / chat.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  1999-05-28  |  81 b   |  9 lines

  1. if(id eq "")
  2. {
  3.    id = "default";
  4. }
  5. if(name eq "")
  6. {
  7.    name = "anon";
  8. }
  9.