Hi All! I have complex background and its appearance is dependend on the scroll position. So I've decided to move it to the separate class from updateDisplayList() override, add as a child to rawChildren and move it in accordance with current scroll position. The problem is that this image is not clipped and its natural, since its not a regular child, but rawChildren child. How to handle such cases? Can I mask it correctly? If so, how to do that better?
Thank you in advance. Sergey.
