Cocos2d-x【求组】关于CCLayerColor::initWithColor(Color4B(100, 100, 100, 100) 提示“IntelliSense:...

if (!CCLayerColor::initWithColor(Color4B(100, 100, 100, 100)))
return false;
提示“IntelliSense: 非静态成员引用必须与特定对象相对”

请问大神们怎么解决:904::904:

就是说你的这个函数需要一个特定的对象,百度一下很容易就出来了。:11::11::11::11::11::11: