Hi, i could not find documents or topics about removing tagged action form sprite.
1. In my code, i add a RepeatForever action (A) to the Sprite, and it worked.
2. Then i stopped the action in the Sprite and it also worked good.
(I tried StopActionByTag and StopAllActions both.)
3. After that, i added a new action (B) to the Sprite by using runaction.
4! Then the new action (B) act good, but the action (A) start again and acts forever...
i think i should remove action (A) before adding new action (B).
Or do i have to remove the sprite and remake new one?
Is there any way? Please help me.
Thanks.