cc.Class({ extends: cc.Component, properties: { }, start : function() { this.LevelIdex=0; }, onCollisionEnter: function (other) { }, });