この coe o show リップル アクションを画像に使用しています
CCSprite * ghost = [CCSprite spriteWithFile:@"ghost.png"];
[ghost setPosition:ccp(500,600)];
CCRipple3D* ripple = [CCRipple3D actionWithPosition:ghost.position radius:ghost.contentSize.width waves:4 amplitude:20 grid:ccg(40,40) duration:5.0];
repeatt = [CCRepeatForever actionWithAction: ripple];
[ghost runAction:repeatt ];
[self addChild:ghost];
それは私の画像のリップルアクションを作成しますが、この画像を固定パスを介して移動する必要があります..つまり、x軸(0)からx(500)まで移動する必要があり、x(500)を取得した後、開始する必要がありますx(0) から repetdly.but リップル アクションを削除せずに。
これを行う方法 よろしくお願いします。