我正在尝试向我当前正在开发的游戏中的游戏层添加多个动画Sprite。为此,我创建了一个实例Sprite:bunsen,对于每一个需要添加的bunsen,我都运行这个循环:elseif(blockValue==2||blockValue==3||blockValue==4||blockValue==5){bunsen=[CCSpritespriteWithSpriteFrameName:@"15_1.png"];if(blockValue==2){bunsen.rotation=90;}elseif(blockValue==3){bunsen.rotation=180;}elseif(b