@396447334 写道:
this.itemButton是用creator在场景里加的一个按钮。
使用方法1
var newtexture = cc.textureCache.addImage('b2.jpg')
this.itemButton.normalSprite.setTexture(newtexture);
没有效果使用方法2
this.itemButton.loadTextures("b2","b2","b2");
或this.itemButton.loadNormalTexture("b2");
都报错,提示loadTextures和loadNormalTexture is not a function各位同学帮忙啊啊啊
帖子: 1
参与者: 1