I'm trying to create a CCSequence where a Sprite fades in for 0.5 seconds, does nothing for 0.5 seconds, and then fades out for 0.5 seconds. I can fade it in and fade it out. How do I add a "Do Nothing for 0.5 seconds" interval action into the CCSequence?
[CCSequence actions:fadein,<do nothing>,fadeout,nil];