Hey guys! At my end of the chapter menu, there is an option to see the map of the kingdom, and the map has 2 zones, so I made tappable overlays so when the reader is looking at the map, they can pan to the other zone and view the whole map, The one that pans to zone 2 is working, but the one that pans to zone 1 isn’t working. Here is the code for it. Can someone help me with this please? idk what I did wrong and it’s driving me crazy.
INT. MAP OF THE SEVEN KINGDOMS
@zoom reset
@overlay RIGHT_ARROW create
@overlay 5999323387723776_RIGHT_ARROW shifts to 204 54 in zone 1
@overlay 5999323387723776_RIGHT_ARROW scales to 1.000 1.000
@overlay 5999323387723776_RIGHT_ARROW moves to layer 1
@overlay RIGHT_ARROW opacity 1
@overlay LEFT_ARROW create
@overlay 5999323387723776_LEFT_ARROW shifts to 12 54 in zone 2
@overlay 5999323387723776_LEFT_ARROW scales to 1.000 1.000
@overlay 5999323387723776_LEFT_ARROW moves to layer 2
@overlay LEFT_ARROW opacity 1
@overlay TGDONE create
@overlay 5999323387723776_TGDONE shifts to 29 55 in zone 1
@overlay 5999323387723776_TGDONE scales to 0.226 0.226
@overlay 5999323387723776_TGDONE moves to layer 3
@overlay TGDONE opacity 1
readerMessage tap on the right arrow to see the other side of the map.
@pause for 2
readerMessage tap on the done button once you’re done looking at the map.
tappable
“LEFT_ARROW”{
@pan to zone 1 in 2
}“RIGHT_ARROW”{
@pan to zone 2 in 2
}“TGDONE”{
goto endmenu
}