My designer provides me with many clips containing buttons and its state, and most of them contain TLF TextField.
Now I do not want to check every MovieClip where TLF TextField is used.
Can I find out exactly which MovieClips and buttons use TLF TextFields so that I can convert them to classic TextField or any method to automatically convert all TLF TextFields to classic automatically by the compiler?
I tried to remove the TLF library from the publishing options: it starts to give me an error, but still does not tell me where TLF TextFields are used.
source
share