Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

我把节点remove,节点的事件监听为什么没有删除?

$
0
0

@kubixiake 写道:

populateList: function() {
this.content.removeAllChildren();
for(var i=0;i<20;i++){
var Item = cc.instantiate(this.listItem);
Item .on("touchstart",this.enterGame,this);
this.content.addChild(Item);
}
}
这一直调用这个方法,会提示监听超出限制

帖子: 1

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles