So we have fade function
game.camera.fade(0x000000, 1000);
and reset camera
game.camera.resetFX();
but is it possible fo fade In/reset with transition effect like fade?
Thanks for help!
So we have fade function
game.camera.fade(0x000000, 1000);
and reset camera
game.camera.resetFX();
but is it possible fo fade In/reset with transition effect like fade?
Thanks for help!
In Phaser CE you can use fadeIn() and onFadeComplete.
Hmm I can fade Out using this code but
Uncaught TypeError: this.camera.fadeIn is not a function
fadeIn function doesn’t work.
ahh Its Phaser 2.20 which is not available to download from archive Thanks dude! after replacing phaser.js file it work!! you are a STAR