cc.Class({ extends: cc.Component, properties: {}, start() { var self = this; this.scheduleOnce(function() { self.node.destroy(); }, 6); }, });