Collide / overlap rule not working when using change size
Strobanik
Member Posts: 77
well, the title says it all. suddenly all the rules that responded to collide / overlap in an actor stopped to work. after removing the "change size" behaviour they worked again.
Comments
when height/weight >= the size of the collision
change attribute "game.collision is on" to true
otherwise - false.
and in the other actor say that
when "game.collision is on" = true
do something
or if you want it to dont do something - so add to the rule you dont want to apply:
when ALL are valid:
"game.collision is on" = false
and all the other rules
hope it helps!
big cheers