Hi!
I'm working with actionscript 3 and have a trouble.
I need to write player where users will see text on the front of the movie.
The text is text field of type "Dynamic text".
The problem is that I need to make this text object transparent for mouse move and clicks.
I tried:
.mouseEnabled=false;
.selectable=false;
... but it does not help - when I click on it - it does not pass clicks through it.