Hi,
I am new bee to the cocos2D and chipmunk both. I am trying to learn both at the same time. I am trying to create simple game for learning purpose. In the game i have one fall falling down from top and at the bottom there is one blower (Air Blower) which keep ball up and we can move blower with the touch. So, if ball and blower is not aligned than ball will fall down to floor and game over.
i have created ball (body and shape) and blower (body and shape) in chipmunk space.
which contains data as sprite of cocos2D.so the questions is,
1. How do i move blower (body and sprite) on touch (only in horizontal direction).
2. Also, i want to show blower (air blowing ) effect. should i use particle of cocos2d or it will be too much performance hit. Also, if ball comes in the way of particles than it gets upward force and go up.
I would really appreciate if you can help me learn cocs2d and chipmunk.
Thanks
sunflower