Exemplo n.º 1
0
 @Override
 public void start(CCNode aTarget) {
   super.start(aTarget);
   target.setVisible(false);
 }
Exemplo n.º 2
0
 @Override
 public void start(CCNode aTarget) {
   super.start(aTarget);
   execute();
 }