Play_System = cocostudio::GUIReader::getInstance()->widgetFromJsonFile("PLAY_MANAGE_1/PLAY_MANAGE_1.json");
this->addChild(Play_System);
dynamic_cast<Button*>(Helper::seekWidgetByName(Play_System,"Button_exit"))->addTouchEventListener(this,toucheventselector(Player_Manage::touchGameButton));
Play_System->setTouchEnabled(true);
Num_Box = cocostudio::GUIReader::getInstance()->widgetFromJsonFile("IN_1/IN_1.json");
this->addChild(Num_Box);
如果把Num_Box加进去了,Play_System就没反应了
现在只有小框框里有反应,外面的“X"按钮没反应了