@newguy wrote:
If I have the following code.
First:
auto rotateAction = RepeatForever::create(RotateBy::create(1.0,360));
rotateAction->setTag(1);
this->runAction(rotateAction);
LaterOn:
this->stopActionByTag(1);will the stopActionByTag also remove the action from its parent?
Thanks,
Posts: 1
Participants: 1