Question
Editable text inside draggable movie clip
I am dinamically creating textfields inside movie clips.
Those movie clips are all dragabble (startDrag).
The problem is that those textfields are supposed to be editable (input type) but once I attach startDrag to them, it's impossible for them to get the focus, hence they are not editable. I tried manually setting the focus on release, but it didn't work (Selection.setFocus(_root.movieclip.textfield)).
Any help will be rrrrreally appreciated 😄
The problem is that those textfields are supposed to be editable (input type) but once I attach startDrag to them, it's impossible for them to get the focus, hence they are not editable. I tried manually setting the focus on release, but it didn't work (Selection.setFocus(_root.movieclip.textfield)).
Any help will be rrrrreally appreciated 😄