home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 05-11-10-1.swf / scripts / DefineSprite_202 / frame_11 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  118 b   |  7 lines

  1. stop();
  2. secretCode.maxChars = 7;
  3. secretCode.onChanged = function()
  4. {
  5.    this.text = this.text.toUpperCase();
  6. };
  7.