tunnel effect cocos2d

Posted by samfisher on Game Development See other posts from Game Development or by samfisher
Published on 2012-10-10T17:52:38Z Indexed on 2012/10/10 21:57 UTC
Read the original article Hit count: 357

Filed under:
|
|

I am looking to create a similar tunnel effect in COCOS2D (iOS). Could anyone suggest any pointers?

Ref Image

ref Video 1

ref Video 2

Till now I have tried with several ring shape sprites with decreasing scale and positioned center to a same point and keeping Z decreasing as well for each smaller sprite.

With that, animating it with CCScaleTo and changing the size to 2.0 with animation duration but it does not come anyway near to the tunnel effect shown in the reference.

Thanks, sam

© Game Development or respective owner

Related posts about cocos2d-iphone

Related posts about cocos2d