When I remove the third addTileMap, it works just fine. My goal here is to add several more maps so I can swap them quickly without having to go to a new page. Like swapping screens.
Just one more note, i've also tried witthout the end() and it still refused to work... I will review my code one more time to see if there is something that stands out...
They are mostly filled with tiles. I have a terrain map ( which contains terrain tiles only ) I have a buildings map ( which contains buildings tiles only )
The first two are the first "screen" where my player needs to enter a building to activate the second "screen" which is the third map, which is a temporary copy of map2 ( building map variable )
Do you reccommend that I set the correct tiles for the third map first to see if there any kind of animation reference conflict ?
And you could try to use just a subset of your tile maps by giving a smaller value for sizex and sizey (no need to change the map arrays) this way we will know if it has to do with a problem of too many tiles being generated...
I still haven't found anything but I'll keep looking, I should have more time this weekend.