function select_difficulty_layer:trailTest() local tailNode = cc.MotionStreak:create(1,10,20,cc.c3b(255,255,255),"button01.png") self:addChild(tailNode,1000) tailNode:pos(0,300) tailNode:runAction(cca.moveBy(2,500,0)) end参数意义: 参一为消隐动画时长,参二为拖尾条带相邻顶点间的最小距离,参三为拖尾条带的宽度,参四为顶点颜色值,参五为所使用的纹理图片 原文链接:/cocos2dx/339743.html