How to make scene transitions?

How do I make scene transitions?
I can successfully change scenes using “cc.director.loadScene”, however, I do not understand how do I use “cc.director.runScene”.
I have also tried to use “cc.fadeIn”, however, it does not work for me.

The guy from @SonarSystems has created a fantastic set of tutorials about Cocos. Here you have one about scene transitions in Cocos JS: https://www.youtube.com/watch?v=K7OUwViBwxQ

Hope it helps. Credit to @SonarSystems for an awesome job!! :slight_smile:

1 Like

Thank you for your kind words.

@murumuru if you have any questions feel free to ask.

1 Like

@jrosich, @SonarSystems
Thank you, but I already know about those videos, they are very nice, however my internet is a little too slow to watch them.

That’s not good. Have you seen http://cocos.sonarlearning.co.uk/ which is our Cocos API Guide.

This code is not working in Creator. It fails with error:

“cc.TransitionFade is not a constructor”.

Any ideas on how to do scene transitions

thank you

hi @hartsteins1, do you have found how to make transition? I have the same trouble!
Thanks! :blush:

Stefano