-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cocosbuilder binding #423
Comments
Make sure that "msprite" is initialized to NULL in the constructor. On Thu, Sep 12, 2013 at 2:18 PM, Shiqi Zhang [email protected]:
|
You are right. When I initialize it to NULL, it works. On Fri, Sep 13, 2013 at 1:54 AM, vkbsb [email protected] wrote:
|
I have this problem too , |
You should initialize it to NULL in constructor or init method On Fri, Sep 13, 2013 at 7:57 PM, wulin9005 [email protected] wrote:
|
thanks |
I use cocos2d-x. When I bind CCLabelTTF,it's OK.
CCB_MEMBERVARIABLEASSIGNER_GLUE(this,"mylabel",CCLabelTTF_,this->label);
but when I bind CCSprite,it's crashed.
CCB_MEMBERVARIABLEASSIGNER_GLUE(this,"sprite2",CCSprite_,this->msprite);
The text was updated successfully, but these errors were encountered: