Hello, I've recently started using your template and I've got a couple of very newbie questions. I hope you don't mind answering them:
First, I started making a top for him following the tutorial. I discovered that the girl got "hidden" behind the top and I didn't want that to happen so I open one of the files that Dante so kindly shared (Piccolo) and found that he was using:
loader.loadManual(htorso, him.torsoLayer.torso);
instead of:
loader.loadManual(htorso, him.overLayer.torso.costume);
which was the "default" option. My question is: How did he know? I mean how do I get to know the "structure" of a variable? Is there a guide somewhere? Does some option from Animate that I'm not aware of allow you to see the declaration of a specific variable (I'm using C++ terminology, I'm not sure how to call it in flash) so that you can see all the ramifications of "him"?
Second: I've tried to create a top with sleeves but the sleeves didn't overlay properly the default left arm. Do I have to design the whole arm and forget about the default one or am I forgetting to do something or uncommenting the wrong lines?