Button State Targeting

Okay, I am creating a Map of the USA that has pins (Buttons) that when you rollover them, they activate information for that particular city.

Also on the map bottom, is a list of all the city names represented by each pin. These are also buttons. (So there are basically 2 buttons for each city location on the map.)

Here’s my question…

Q: How do I tell buttonB to activate to it’s rollover state when buttonA is rolled over? And vice versa. Since they are buttons and not MC’s, my tellTarget is not working.

btw… I am using flash MX. :slight_smile:

Thanks.
_mike

You can use on handlers in Flash MX on movie clips.

So you can have a stop() action on each frame of your movie clip button and tell the button to gotoAndStop where you want in that movie clip.