Basically the title says it all.
I haven’t checked all the fades, just the ones I was planning to use, but crossFade, slideLeft and slideRight all generate the didExitScene event incorrectly, basically immediately after exitScene.
Hack for now?
Setting up a timer event in the exitScene for the same amount of time as the transition lasts, so basically a fake creating of the didExitScene event.