On Wed, Nov 9, 2011 at 10:00 AM, skyphz <[email protected]> wrote: > Can anyone give simple example of how collisions work in cocos, on > python? I've been reading programing guide and not quite understood > where in program i must process collision data > Thanks in advance. > >
With both zips in the release (cocos2d-0.5.0.zip , cocos2d-0.5.0-docs.zip ) code samples for a lot of features are included, mostly into the directories 'samples' and 'test'. For collision the samples included are samples/balldrive_toy_game samples/mouse_elastic_box_selection.py test/test_all_collisions.py benchmarks/collision Have you seen those ? -- claudio -- 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.
