I made a movieclip symbol called "SwordHolder" then went through ALL my animations and put the sword holder in the right spot on another movieclip (took me HOURS). I figured I could change the image in the SwordHolder movieclip symbol so I did all that.
Well come to find out I'm having a really hard time figuring out how to change/add/remove an image with the swordholder movie clip symbol without creating a new instance of it (obviously thats not what I want).
How do I access a movieclip (in my library) directly without making a new instance of it? I figured I could just do like [var refSwordHolder: SwordHolder; refSwordHolder.addChild(sword);] but it doesnt seem to allow me to do that.
Also the quicker the help the better... I need to figure this out within a few hours :(
Thanks!