reindeer effect ?
Im not to sure about this.
What im trying to do is make reindeer effect. So when reindeer goes down/up, the reindeer behind goes down, but at a slower speed.
I tried doing this -
For the front reindeer-
Constrain attribute 'reindeer' to 'self.position.y'
and i had the rules to make it go up and down.
For the reindeer behind-
If attribute 'self.position.y' is not equal to 'reindeer' then
interpolate 'self.position.y' to 'reindeer'
time = 0.7
Do you know what effect im trying to get ? i have never really tried this effect so i could use some help!
What im trying to do is make reindeer effect. So when reindeer goes down/up, the reindeer behind goes down, but at a slower speed.
I tried doing this -
For the front reindeer-
Constrain attribute 'reindeer' to 'self.position.y'
and i had the rules to make it go up and down.
For the reindeer behind-
If attribute 'self.position.y' is not equal to 'reindeer' then
interpolate 'self.position.y' to 'reindeer'
time = 0.7
Do you know what effect im trying to get ? i have never really tried this effect so i could use some help!
Comments