Talk about things that are not making games here. But you should also make games!
Moderators: Bob the Hamster , marionline , SDHawk
Bob the Hamster
Liquid Metal King Slime
Posts: 7460 Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:
Post
by Bob the Hamster » Fri May 21, 2010 6:31 am
Maproot is a container. Is is the same size as the current map, and all the map layers are children of it.
When the camera scrolls, the maproot is what actually moves (which was easier than moving each map layer individually.)
TwirlySocrates
Red Slime
Posts: 56 Joined: Mon Mar 15, 2010 1:03 pm
Post
by TwirlySocrates » Fri May 21, 2010 11:36 am
Oh weird.
That's sort of what I thought.
I've been trying to attach slices to it, but I don't see them, even after bringing them to the front.
I must be making a mistake.
Bob the Hamster
Liquid Metal King Slime
Posts: 7460 Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:
Post
by Bob the Hamster » Fri May 21, 2010 4:10 pm
Ah, I can explain that. Because the hero layer and the npc layer are not converted to slices yet, the Maproot is not being drawn in the normal way yet.
That will be fixed in the future, but for now, you might be best off parenting your slices to the topmost map layer.
TwirlySocrates
Red Slime
Posts: 56 Joined: Mon Mar 15, 2010 1:03 pm
Post
by TwirlySocrates » Fri May 21, 2010 6:50 pm
Oo fun!
When that happens, I'll probably experiment a little with larger-than-20x20-walkabouts.
Bob the Hamster
Liquid Metal King Slime
Posts: 7460 Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:
Post
by Bob the Hamster » Fri May 21, 2010 7:48 pm
TwirlySocrates wrote: Oo fun!
When that happens, I'll probably experiment a little with larger-than-20x20-walkabouts.
Yeah, cause when that happens, the heroes and NPCs themselves will be slices too, so you will be able to attach your own slices directly to them.
Then all you have to worry about is animating them. Their positioning will be automatically taken care of.
TwirlySocrates
Red Slime
Posts: 56 Joined: Mon Mar 15, 2010 1:03 pm
Post
by TwirlySocrates » Fri May 21, 2010 8:08 pm
Another question:
Is it possible to layer the children of a single slice under/over different map layers?
...
or are the children always under/over the map layers of the parent?
Newbie Newtype
Reigning Smash Champion
Posts: 1873 Joined: Mon Oct 15, 2007 9:44 pm
Post
by Newbie Newtype » Fri May 21, 2010 8:11 pm
You can freely place slices above below map layers.
<TheGiz> oh hai doggy, oh no that's the straw that broke tjhe came baclsb
Bob the Hamster
Liquid Metal King Slime
Posts: 7460 Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:
Post
by Bob the Hamster » Fri May 21, 2010 8:34 pm
TwirlySocrates wrote: Another question:
Is it possible to layer the children of a single slice under/over different map layers?
...
or are the children always under/over the map layers of the parent?
The layering of children is always dependent on the layering of their parent.