Following actor and a boolean?
I have an actor following my hero. When my hero moves the actor goes with it (constrain attribute). And now I wanted that when my hero collides with a ground the following actor also collides with the ground and that a boolean is set to true, otherwise to false.
But somehow the attribute never gets set to true. It always is false....
Why that?
thx
But somehow the attribute never gets set to true. It always is false....
Why that?
thx
Comments
Otherwise it's a collision bug.
true - then True
Lower case t = true
Upper case T = True
It is funny because of the Constrain behavior this fail cant be caused or?
ozboybrian