Hi DUTOIT,
Nop, my initial approach is create the map with many sprites where each sprite is a region, country, etc.. and each frame show the region selected and with some colors of each faction.
As you said me, group all the region sprite into families permit me loop to select automatically the destinations from the selected region and as you said before load from a JSON into an array to control it.
{"Z1":[2,6,7],"Z2":[1,3,6,7],"Z3":[2,4,6,7],"Z4":[3,5,6,7],"Z5":[4,6,7],"Z6":[1,2,3,4,5],"Z7":[1,2,3,4,5]}
But the array don't recognize the JSON array. Is correct? or I missing something?
How handle it from one worldmap sprite?