Several fades don't produce the didExitScene event at the right time.

Quoted for relevance.

How do you transition what’s already on the screen?  There is only one copy of the scene and it’s already showing.  I guess you could fade it out to black and back, but that’s the only one that makes sense because there rest have to have another view to slide/move/crossFade into place.

Rob

Hi Rob,

i know that it is not straightforward to implement. For example i have implemeted it by switching always between 2 screens (Scenes).

I do not know very much about the Graphics 2.0 stuff but perhaps there is a posibillity to copy the complete screen an use the copy for the transition.