Tag Archive for ‘macros’

Quick Code: CCNode setPosition: #macro (You will love this!)

For those that love cocos2d as much as I do, you know that basically everything is a subclass of CCNode.  Position is a the location in points (not pixels) of a CCNode where (0,0) is the bottom left corner of the parent object. Once you get into writing cocos2d apps, you will find that you

Continue reading »