Changing attribute in rule

AldoAldo Member Posts: 53
edited November -1 in Working with GS (Mac)
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?

Comments

  • MotherHooseMotherHoose Member Posts: 2,456
    Hi Aldo!

    put the changeAttribute in a delay Timer...
    Timer
    After 0.1 seconds
    -- changeAttribute ? To: false
    (even less time if you want.)

    MH
Sign In or Register to comment.