//////////////////////////////////////先手上代码//////////////////////////////////////////////////
Node* node = CSLoader::createNode(“pp/wdown.csb”);
node->setPosition(Vec2(800, 500));
this->addChild(node);
cocostudio::timeline::ActionTimeline* action = CSLoader::createTimeline(“pp/wdown.csb”);
node->runAction(action);
action->gotoFrameAndPlay(0, 4, true);
代码如上 为什么动画是不会播放是啊?