Using more then 1 .as class
This is probaly a really simple question but here we go.
My enemy is made up of 20 different Movieclips. Part1, Part2 ect
I have a class which bacicly has this in: if(this.hitTestObject(BulletArray)) //Do something (RemoveChild Probaly)
All the code works all I want to know is how to apply the .as class to all 20 parts of the enemy, Previosly I just had 20 .as classes but I knew that was very imparcticle when I need to change things so I want to apply the .as class to the 20 parts how could I go about doing this.
Thanks
