[AS3] Dynamically create border around MovieClips in Flash using ActionScript
While working on a project, I needed to highlight the selected thumbnail of an image, and this is how I added border dynamically to that MovieClip. Follow these steps before adding the AS3 code: Draw a rectangle on stage and convert it into a new MovieClip by selecting it and pressing F8. Name it a…