scrolling
I don't want tlf scrolling.
i have set
cc=new ContainerController(container,rect.width, NaN);
cc.verticalScrollPolicy=ScrollPolicy.OFF;
i have own scroll via tween container.scrollRect of container sprite.
But when I select text and move mouse down, tlf reset my scrollRect and all text became visible.
How i can prevent this situation?
