I am trying to create a sequence to actions, at the end of which I want to set the visibility of the sprite to false.
Eg:
mySprite->setVisible(false);
Is there any action I can create to do this ? I cannot use a callback, because callbacks do not allow you to use "this".