Hi All,
am assigning the image to CCSprite.am using 2 effects like
[img runAction: [CCSequence actions:rip2,rip1, nil]];
But i need to apply second effect above the first effect.
Thanks
A fast, easy to use, free, and community supported 2D game engine
Hi All,
am assigning the image to CCSprite.am using 2 effects like
[img runAction: [CCSequence actions:rip2,rip1, nil]];
But i need to apply second effect above the first effect.
Thanks
my guess you will have to render texture after first effect to apply second one
You must log in to post.