cc.tween(this.node)
.blink(0, 1)
.call(() => {
this.RoPlayer.active = false;
})
.start();
cc.tween(this.node)
.blink(0, 1)
.call(() => {
this.RoPlayer.active = false;
})
.start();