在init方法中增加下边的代码,建议使用schedule函数,而不是scheduleUpdate函数,因为,后者默认是调用update函数,在如果有多个函数需要调度时,不是很灵活. auto label = LabelTTF::create(); label->setTag(); // position the label on the center of the screen label->setPosition(Vec2(origin.x + visibleSize.width/, ori…