@Override public void stop() { other.stop(); super.stop(); }
@Override public void start(CCNode aTarget) { super.start(aTarget); other.start(target); }