Any alternative or other option for anchor point in cocos2d ?
Posted
by
Srinivas
on Stack Overflow
See other posts from Stack Overflow
or by Srinivas
Published on 2010-11-23T14:29:29Z
Indexed on
2010/12/27
1:54 UTC
Read the original article
Hit count: 516
I have game application (cocos2d) in which, a ball is to be shooted from a cannon, this ball travels through a trajectory path and land on a building. Now the problem is that according to the requirement I have to increase the size of the background image due to which I have to set the Building image with anchor point now I have to put fire image on the building dynamically on different window locations, for this should I use same anchor point option or there are some alternative options to accomplish this task.
© Stack Overflow or respective owner