collision detection areas
squishee
Member Posts: 4
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
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.
oh ok.. I get it cheers socks.. i guess sometimes you dont see the wood for the trees..