collision detection in cocos2d.
        Posted  
        
            by 
                seenu
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by seenu
        
        
        
        Published on 2011-01-06T10:53:48Z
        Indexed on 
            2011/01/09
            1:54 UTC
        
        
        Read the original article
        Hit count: 557
        
i want to detect collision detection two times in same row.
for example:-(see the below image)
the ellipse and rectangle or detcted. after that my ellipse will travelling in the straight line path to down and detect the another rectangle.
first one is( travelled in trajectory path ) working fine. second one i want to pass in straight line to down for collision detection.
how to do this process.

© Stack Overflow or respective owner