使用粒子系统: streak = CCMotionStreak::create(1, 16, 16, ccc3(255, 255, 0), "fire.png"); streak->setPosition(ccp(240, 160)); this->addChild(streak, 5); 把此粒子系统添加到目标上,跟着目标移动就可以了 相关文章: 2021-06-12 2021-08-11 2021-08-12 2022-01-20 2022-02-13 2021-12-01 2021-10-18