Faceless
Content Creator
- Joined
- Jun 12, 2011
Re: Mod.fla template (26 Dec 11 - v0.9)
Eh? Aw, dammit, I somehow moved the ear code to a section that I prune before uploading. I'll fix it with the next release, or you can add the code yourself.
or
EDIT: New version uploaded.
EDIT++: Minor tweak.
Eh? Aw, dammit, I somehow moved the ear code to a section that I prune before uploading. I'll fix it with the next release, or you can add the code yourself.
Code:
main.customMC=new newear();
main.loadCustom(".|Her.ear","x:0;y:0;r:0;a:1");
or
Code:
var blah = new newear();
blah.x = 0;
blah.y = 0;
blah.rotation = 0;
main.her.ear.addChild(blah);
EDIT: New version uploaded.
EDIT++: Minor tweak.