For a level editor, I was thinking of making the game lay down a bunch of tiles and paste them to background. Doesn't sound tough, does it? But when I paste it to background, the pasted backgrounds are cleared when I scroll away. Pasted backdrops don't have that problem, but they add a big ugly black box where the area should be transparent.
BTW, the level editor's isometric, so it'd help if there was another iso level editor out there.
Maybe it's something simple that I overlooked, but I can't really think at the moment . Thanks..
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
I had the same problem once before, but it's fairly easy to fix if you are using MMF. Just replace the "paste object into background" with a "add background".
But if you are using TGF, I don't think there is anything you can do