hello sir
I'm working an Android Game about car!,
I have a group of objects (example, it is a car and its 4 wheels).
car.addchild(wheel1);
car.addchild(wheel2);
car.addchild(wheel3);
car.addchild(wheel4);
There is a special needs,
in game ,I want to translate car,(not include wheels), But a moving car and wheels, if I translate wheels, It's work well(not include car),
there are some solutations can do ?
Thanks you!(Please forgive my English is not very good, I'm from China)