Hi all!
I’m developing a drawing application in Flash CS3, and would like to implement the “Shape color fill” functionality.
I’m doing all the drawing trough the Graphics() class. What I need to do now is to loop trough the shapes the user has generated and fill with the given color until a line is found. How do I reach these objects? I understand in previous versions this was done with fl.getDocumentDOM
regards,