Changing attribute in rule
Aldo
Member Posts: 53
Hi!
I have a problem with changing attributes. I have a rule: when x is true -> 5 attributes have to change. This rule contains behavior of the change attribute x to false, but it's not working. How to change this attribute?
I have a problem with changing attributes. I have a rule: when x is true -> 5 attributes have to change. This rule contains behavior of the change attribute x to false, but it's not working. How to change this attribute?
Comments
put the changeAttribute in a delay Timer...
Timer
After 0.1 seconds
-- changeAttribute ? To: false
(even less time if you want.)
MH