No, it's not possible with the current code. To implement such a feature, 
you would need to keep track of the previous position and the current 
position of each objects. See function detect_collision in mapcollider.py 
on line 236 to see how to detect which side is colliding. There is 
calculates the minimum distance to separate the objects. But you could 
instead return an object describing which side has collided.

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cocos-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to