Ugh

It’s been so long since I’ve done anything flash related. I am rusty beyond repairs it seems.

I keep running into small problems. First when this animation plays, all of the states fade in and stop. Once the fades stop, you make your selection of which state you would like to select. At this time Arizona is the only state that I have animation set to. So you click the state, it enlarges, or zooms in… whichever. Once it zooms in, I have it turn from red to white. While that is happening I am also over laying a fade to the U.S. to give contrast to the zoomed in state, which is done with attachMovie(). Now, I have the outline of the U.S. states set above the rest of the actual states, when the state zooms in, I want to swapDepths() so the state is on the very top. For some reason that is not happening.

Also, when you click on the state again, I need it to shrink back down, and return to its place on the map. That works fine, I also have the U.S. black fade movieclip being removed. However, if you keep clicking on Arizona over and over, the black fade just keeps stacking and stacking. I can’t get it to just become completely stripped.

Any help is appreciated. Hopefully it’s just small fixes, it seems like it would be. Thanks for any help you can provide.