On Wed, Dec 17, 2008 at 2:53 AM, ldlework <[email protected]> wrote: > > I suppose my question can be summarized as; How does one initiate > actions on two seperate cocosnodes sequentially? >
Hi! node1.do( someaction + CallFunc( lambda: node2.do( someotheraction ) ) ) is this what you want? regards, Lucio. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
