I want to do a photo slide effect. The first photo will slide to left and next photo will slide from screen right. How can do that animations in the same time?
Thank you so much.
How can make two sprites action in same time?
(3 posts) (3 voices)-
Posted 1 year ago #
-
Do you want to do the same slide effect you see in the iPhone's photo app? I might suggest rather than re-implementing it in cocos2d you might want to use the iPhone SDK and integrate it into your cocos2d app (or the other way around - whatever)
Posted 1 year ago # -
What about CCSlide/MoveTransition? See the transition sample/test that comes with cocos2d.
Posted 1 year ago #
Reply
You must log in to post.