Hi,
I have a main scene called game. The first time i load that scene by using the following statement:
composer.gotoScene(“game”, {effect = “crossFade”, time=400})
and ir works fine.
However, if I try to reload that scene using a similar statement (with different effect value), the scene is loaded but the effect parameter is ignored.
What would be the best approach to reload a scene with an effect.
regards