Hello, guys!
I met a problem.
I made a Consequence Action of which the last action is a subclass of FadeOut. and i overrided stop function of it. But, when I checked which function is called between Action's stop, and the overriden stop, the answer was Action's stop!
I have no idea. I overrode start function right above the stop function, and it worked just fine! Only stop doesn't work.
What is wrong with this? Do you have any idea?! Help me!