Reputation: 3
I am trying to create app using cocos2d. I have created the snowfall effect using particle system but I am unable to hold the snowflakes onto an object. In short The snowfall should fall onto a person and some of the snowflakes should stay on the head. Also when the iPad you shake iPad the snowflakes should fall down. Please let me know how to achieve the above? I need to deliver this urgent.
Upvotes: 0
Views: 359
Reputation: 783
If I were you, instead of doing it programatically, I would have three different sprite sets for a person:
Then use them according to situation.
Upvotes: 1