collision detection areas

Hi All

im having difficulty with collision, when actor a is moving towards object be I would like the two objects to over lap but actor "a" not to walk through it can you adjust the collision detection to solve this issue it is for a 2d left to right scroller..

cheers

squishee

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    edited May 2014

    Make a smaller actor (smaller than actor B ) and constrain actor B's position to this actor's position, make this smaller actor invisible - and now set actor A to collide with this smaller actor.

  • squisheesquishee Member Posts: 4

    oh ok.. I get it cheers socks.. i guess sometimes you dont see the wood for the trees..

Sign In or Register to comment.