How to remove Collision?

obliviuxobliviux Member Posts: 6
edited November -1 in Tech Support
Hi guys,
I have an actor A that bounce with other Actor A. When I drag and drop this actor around the screen, I need to remove the collision...How is this possible?

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    Wrap the Collide Behavior in a Rule, like this:

    Rule
    When self.dragging = False
    -----Collide with Actors of Type Actor A
  • obliviuxobliviux Member Posts: 6
    Thanks, but is the same thing that I have tried..

    When the Collide Behavior become active, it can not be disabled.. For example:

    I set "When DragAndDrop=TRUE then COLLIDE with Actor A"

    The game start, DragAndDrop=False, Actor A don't collide.
    When I DragAndDrop the Actor A, the boolean become true, Actor A collide.
    I release the Actor A, boolean become false, but Actor A collide again... :(
  • OlorinOlorin Member Posts: 1
    A year passed, but the problem is still here :( Anybody knows the solution, or maybe that's a bug?
Sign In or Register to comment.