this.createTextField("btn", this.getNextHighestDepth(), 0, 0, width, height); this["btn"].border = false; this["btn"].type = "dynamic"; this["btn"].html = false; this["btn"].embedFonts = true; this["btn"].multiline = false; this["btn"].mouseWheelEnabled = false; this["btn"].background = false; this["btn"].selectable = false; this["btn"].wordWrap = false; var btnTxtFormat:TextFormat = new TextFormat(); btnTxtFormat.font = "PixelFont"; btnTxtFormat.size = 8; btnTxtFormat.color = 0x808080; this["btn"].setTextFormat(btnTxtFormat); this["btn"].setNewTextFormat(btnTxtFormat);