by skydereign » Mon Jul 09, 2012 1:03 am
I've heard some people have problems with tiles and activation regions, but everything I've done with them hasn't posed any problems. I would suggest having tiles not extend into multiple activation regions (so use clones of the tiled actors for each region), but it shouldn't cause any problems if you don't. Generally though it is better to keep them smaller, as that is the whole point of activation regions.
Background layers are a bit tricker, since if the view moves into a new region, they can be destroyed. One way of dealing with this is to move them in advanced, another is to destroy and recreate any background/hud elements necessary. It has been a while since I've used activation regions since I usually create rooms and levels through map files, so there might be a few other options.