Never Use createTextField Alone

If you ever use createTextField, never create a text field without first creating a movie clip to put it in. If you don’t, there is no way to remove it. This wreaks havoc with custom components as I just found out. At least you can always put it at a depth of 0. …there is FLabel, of course, which proves my point: It’s a text field in a movie clip.