cc.Class({ extends: cc.Component, properties: { }, start () { this.schedule(function() { this.node.destroy(); }, 5,0); }, });