i have been trial&erroring around the CCFlipX3D implementation for hours now but i just don't get it. what do i have to do to revert the CCFlipX3D-animation, that is to make it rotate the other way and have the layer/sprite display correctly afterwards?
How to revert CCFlipX3D?
(2 posts) (2 voices)-
Posted 9 months ago #
-
Try adding [CCStopGrid action] at end of sequence
id flip = [CCFlipX3D actionWithDuration:0.5f];
[card runAction:[CCSequence actions:flip, [CCStopGrid action], nil]];Posted 9 months ago #
Reply
You must log in to post.