I have read this question carefully ---- Using CREATE_FUNC in Cocos2dx. Today I found some code used SCENE_CREATE_FUNC()
, but when I tried to use it in my Custom CCScene .There is always an error.
I have found that new version of cocos2d-x have remove the SCENE_CREATE_FUNC
function. It suggests to use CREATE_FUNC
.
reference: