Another Repeating problem
casparwylie
Member Posts: 15
Hello, at the moment i have an attribute that can be 1, or 0, i have a rule that says 'if myattribute = 1 :
interpolate xxxxxxxxxxxx' the actor that has this rule is on all scenes, when the actor is interpolated thats fine, but when i change scene it interpolates again, it does this until myattribute no longer is equal to 1, i want it so it only EVER interpolates ONCE, and if myattribute goes to 0 and 1 again it interpolates ONCE again!!!
Thanks in advance!
interpolate xxxxxxxxxxxx' the actor that has this rule is on all scenes, when the actor is interpolated thats fine, but when i change scene it interpolates again, it does this until myattribute no longer is equal to 1, i want it so it only EVER interpolates ONCE, and if myattribute goes to 0 and 1 again it interpolates ONCE again!!!
Thanks in advance!
Comments
how is it changing to 1 - the attribute i mean. is it time, is it touch...
(change attribute myattribute to myattribute -1)......