franck
franck

Reputation: 3015

cocos2d sprite state after beeing applied a CCFadeOutBLTiles effect

What is happening to a sprite (or layer) after you apply something like a CCFadeOutBLTiles effect , it seems to be disapeared, how to get it visible to start using it again ?

Upvotes: 0

Views: 178

Answers (1)

CodeSmile
CodeSmile

Reputation: 64477

Set the opacity property to 255. Also make sure visible is set to YES.

Upvotes: 1

Related Questions