Losing objects
Been using cc3 off and on for years so I never really 'learn' it, but here's a random problem. I have a map taken from fractal terrains and now saved in cc3. I have had plenty of success adding text to it, but now when I try to place mountains etc. it shows they are there until I redraw and they all go away. What am I doing wrong?
Comments
For performance reasons, everything you place gets placed on top until the next redraw. If things disappear when the redraw happens, it is because they are placed on a sheet that are behind the sheet with the entities that are hiding them. Check your sheet order, and also make sure that your various entities are on the sheets they are supposed to.
The common sheet is the first sheet in the list, and therefore the bottom of the drawing stack, so placing anything on common usually pretty much guarantees that it will be covered up by other entities.
Normally, Symbols go to the SYMBOLS sheet by default, unless you have turned off the option for symbols to choose their own sheet. In most templates this sheet should be after the LAND sheet in the list.
You can always use the List command on any entity to see what sheet it is on.
I create.different sheets for.each of my symbols, for example: symbols mountains, symbols forests, symbols structures and so on, and I place whatever type of symbol I'm using on its own sheet. That way, if I have to correct a.mistake, I can hide the sheets.around the problem so that I only tweak what I want to.
This also works for.the issue you're having, because if you move the sheet down the list, you get just the items on that sheet. And remember cc+ draws from the top down, meaning the sheets on the bottom are the closest to you. Like making a bed - the fitted sheet goes on first, then the flat sheet, then the blanket, and pillows, then the bedspread....but when you're done, the bedspread is the only thing you see! Does that help?
It also lets you do more interesting things with sheet effects.
I haven't had that problem yet, but my maps are still relatively small. Actually, maybe not...lol, but when you start doing some of the more interesting effects, such as Shessar's cliffs and rivers, or Sue's waterfalls, or combine the two to do something crazy, like rolling surf...yup it can take a bit...but then it's worth it when you see the finished product.
And yes, to echo the others, things lower on the sheets list are higher on the drawn map. So the things at the top of the sheets list are the things that are on the bottom (underneath) of the map. Took me some time to grasp that concept.