I want to do the following :
- Have a map of europe
- When user clicks "France" (button on side), the map of europe fades away while the map of france fades in
- When user clicks "Sarthe" (region of France), the france map fades away and the map of Sarthe fades in.
- The user can click on any one of the buttons on the side (europe, france, sarthe), and the behavior should be : fade out current map and fade in map clicked.
You will see my attempt in the attachment. It's not bad, but since I can't tell which map is currently showing, I tell the map clicked on to "fade in" (with Tell targets) and BOTH the others to fade out. This creates a bit of a confusing effect, where you see a map fading away that wasn't even displayed!