My version: cocos2d-x-3.8.1
Hi, I have a Sprite and a bunch of actions (a Sequence). I’m using runAction method to run this sequence on my sprite. Everything well, but I want to call a function at the end of the sequence. I don’t want to pass any parameters to it. I just want to call a simple function without parameter.
I heard CC_CALLBACK_0 and other 1,2,3 variants of this thing. But I don’t know how to use that.
Thanks in advance for any help.
D
