Question
Event propagation across TLF?
Hi,
How to propagate an event through TLF or, how to 'disable' a TLF? I have a MovieClip with click events beneath a dynamic TLF text. How do I propagate events accross to that MovieClip?
Why is any of the following doesn't work on the Sprite which holds the TLF?
tlf_sp.mouseEnabled = false;
tlf_sp.buttonMode = false;
tlf_sp.mouseChildren = false;
Regards,
Shiyaz
