Aug 4, 2003 #1 tziviak Technical User Joined Oct 10, 2002 Messages 128 Location US is there a way for a movie clip to look "selected" when the user clicks on it-for example-to have a red border around it... thank you
is there a way for a movie clip to look "selected" when the user clicks on it-for example-to have a red border around it... thank you
Aug 4, 2003 #2 billwatson Instructor Joined Dec 18, 2002 Messages 2,312 Location CA easy enough to draw a rectangle round a movieclip when user clicks or mouse overs harder to get rid of it again might be easiest just to have rectangles there all the time and just play with the _visible property to toggle off and on. Upvote 0 Downvote
easy enough to draw a rectangle round a movieclip when user clicks or mouse overs harder to get rid of it again might be easiest just to have rectangles there all the time and just play with the _visible property to toggle off and on.