@mozartalouis wrote:
Hey Everyone,
Im facing an interesting problem where the particles disappears when I use cocos2d::Follow to follow the particle.
My goal is to keep the particle in the center of the screen while it is moving and have the trail there to give it a better moving feel. I believe this happens because cocos2d::Follow is run on the layer, so when the particle moves, the layer moves and the effect is basically nullified. Here is an example of what i'm talking about:With CCFollow :
![]()
With out cocos2d::Follow
![]()
Please Help! Thank you!
Posts: 6
Participants: 2