2013-01-07 80 views

回答

0
CCParticleSystem *pRet = new CCParticleSystem(); 
if(pRet) 
{ 
    CCDictionary *dict = CCDictionary::createWithContentsOfFileThreadSafe(xmlString.c_str()); 
    CCAssert(dict != NULL, "Particles: file not found"); 

    pRet->initWithDictionary(dict); 
    dict->release(); 
    pRet->autorelease(); 

    this->addChild(pRet,100); 
} 

希望這會有所幫助:)

+0

xmlString是'內容'而不是'文件名' –

+0

我知道。它不工作? – PeakCoder

+0

是的,它沒有工作。但我已經解決了這個問題。謝謝 –

0

它可能更容易使用的粒子設計和粒子系統導出到一個plist文件,並使用黃光銳的方法。