hello:
i have 5 buttons: square, circle, triangle, pentagon, diamond
i also have 5 movie clips, with graphic representation of each shapes of the button.
when a user clicks a button…example “square” … the MC containing the shapes will show the shape “square”…i already done this. my problem is…if the user clicks on other shapes, like “triangle”…i want the current selected shape (which is “square”) will fade out, showing the shape “triangle”(fade in). i want to know the current selected shape to fade out.
thanks.