I have a couple of movieClips that are dynamically created via
a attachedmovie from the library. If I use the color object I can change the color of the moveclips, which I want. I also want to change the border around each MovieClip. Therefore is it possible to change the border color of the movieclip dynamically? if so, can I see some examples?
When you change the color via actionscript, it changes the color of the whole script, including the border. I don’t think there is any way to single out the border of an mc and change that.
(note: I could be wrong, but I am pretty sure you can’t)