AS3 Dynamic Sprites/Movie Clips
        Posted  
        
            by Marvy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Marvy
        
        
        
        Published on 2010-02-08T17:28:31Z
        Indexed on 
            2010/05/17
            0:10 UTC
        
        
        Read the original article
        Hit count: 292
        
Im having a hard time putting in my head on how would i go at making flash read a xml file (this part I have it going smooth) and then fromt hat elements put on the stage a sprite or a movieclip that is interactive.
To make it clear I want to load and display an image that when you press it it just creates another square beneath it with some text.
I believe I have to interate the xml and then use each of the elements with a class and gettin that object onto the stage.
Im using flash builder and as3 and im looking just for pointing in the rigth direction, of course I apreciate any more elaborate though some head clearing is just as good.
Thank you.
© Stack Overflow or respective owner