Ok I’m pretty new to flash, I don’t get to use/develop with it often, so as I have so many hats to wear in my job I now pose my question and hope someone can help or point me in the right direction of an example.
I have a map (as a png) on my stage, and I want to let users find an area of the map via choosing an item from a drop down list (which I populate from an xml file).
So the user clicks on the drop down list, and then choses an item from the list,
Once their selection is made I want to either highlight the area corresponding to their choice on the map or have a flashing dot appear on the chosen area.
Any ideas or guides on how I can get a dot to flash (or highlight the area)?
I’ve got the list loading from XML OK, and the event to fire when they make their selection from the list, but I don’t know how to get a dot flashing or an area highlighted on the map!
Thanks.