function init ():Void { ... this["input"].removeTextField(); this.createTextField("input", this.getNextHighestDepth(), 0, 0, this.__width, this.__height); ... }