Hi,
When I call :
('
couple1GirlAction = [CCSequence actions:[CCAnimate actionWithAnimation:idialGirlFrame restoreOriginalFrame: NO],[CCCallFuncN actionWithTarget:self selector:@selector(endOfCouple1GirlAnimation:)], nil];
[couple1Girl runAction:couple1GirlAction];
)
it gives me following error:
[CCSequence zOrder]: unrecognized selector sent to instance 0x657e310'
I am conformed with plist And png, their is no problem with plist and png ... I got all images from plist and png .....
please help...