Quantcast
Channel: Cocos中文社区 - 最新帖子
Viewing all articles
Browse latest Browse all 494966

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

$
0
0

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);
}
}
这一直调用这个方法,会提示监听超出限制


Viewing all articles
Browse latest Browse all 494966

Trending Articles