Stroke animation implementation

I want to implement the stroke animation like this:

http://www.eon.com.hk/verysimple/template4.html

Can anybody advise how I can do that in cocos2d-x?

Thanks

Any suggestion?

Any suggestion will be appreciated. Thanks

Any suggestion? Thanks

You can click the Chinese characters on the left top corner to play the animation.

You can try doing it with CCClippingNode to mask parts that are not yet visible (so they are not yet drawn).

Thank you for your suggestion. I roughly know what I should do now.