Hi,
I updated phaser lib from older version to 2.6.2 and now there is no more "alpha" property in "sprite" object.
I see "alpha" is still available using tween.
But what if I want to change it directly like it was in previous version? :
this.background = this.add.sprite(0, 0, 'back');
this.background.alpha = 0;
thanks