how to implent pure virtual function that inherit from CCSprite

when i call MySprite *mysp=new MySprite();eclipse will ask me to implent lots of virtual function such as setOpacity…:frowning:

but it work well in win32 platfrom in my vs2012…