CocosCreator一步一步实现重力球游戏zhongliText.zip //碰撞监听脚本 cc.Class({ extends:cc.Component, properties:{ }, onLoad(){ }, onDestroy(){ }, onBeginContact(contact,selfCollider,otherCollider){ if(selfCollider.tag==0&&otherCollider.tag==0)