Can't run any of Ease Actions or Grid Effects on my sprites...

i simply try to run

sprite->runaction(CCEaseOut::actionWithDuration(0.2f));

but it only gives me console massages

Cocos2d: [Action update]. override me
Cocos2d: [Action update]. override me
Cocos2d: [Action update]. override me

and the same for other Ease Actions or Grid Effects. Can anybody please tell me a reason for this kind of a problem?

thank you

You should use CCEaseOut::actionWithAction(xxx).
You can refer ActionTest in tests for more information.

Thanks Minggo.

and btw where is the “ActionTest” files? i looked over the wiki,and google “cocos2d-x action test” and couldn’t find any link for that…

(i found it is hard to find a particular resource here for a newbie, i am sure cocos2d-x community contain more than enough information to solve these kind of minor problems. But the problem is where are they?)

Can anybody pls tell me how you guys finding those resources?

You can find a folder named tests under COCOS2DX_ROOT.