Hey guys I'm new to cocos2d and Im confused about actions. From what I have read they "act" like methods the ccsprite class would encapsulate.
1. Is there a proper definition to cocos2d Actions? Is there a site that explains them in depth (beyond that they are orders that you send to a CCNode)?
2. What are scenarios where they are applicable and when should I write normal class methods instead?
Thanks so much!