m_pAtlasGold->runAction(Sequence::create(DelayTime::create(0.50f),sPawn,RepeatForever::create(Repeat::create(rEpate,3)),NULL));
上述代码RepeatForever::create(Repeat::create(rEpate,3))不执行,去掉RepeatForever就执行,单独rEpate也执行,只要有RepeatForever就不执行。
m_pAtlasGold->runAction(Sequence::create(DelayTime::create(0.50f),sPawn,RepeatForever::create(Repeat::create(rEpate,3)),NULL));
上述代码RepeatForever::create(Repeat::create(rEpate,3))不执行,去掉RepeatForever就执行,单独rEpate也执行,只要有RepeatForever就不执行。