Here’s a quick solution to the error ReferenceError: Error #1069: Property startDrag not found on flash.text.TextField . This normally happens when you are trying to get the TextField to drag. textField.addEventListener(MouseEvent.MOUSE_DOWN, drag); textField.addEventListener(MouseEvent.MOUSE_UP, drop); // by setting mouseChildren = false it makes the drag function to use the container // of the movie [...]