Hi Guys.
Had a quick search but couldn´t exactly find what I need.
I´m trying to things.
1 - For an object to fade away when the face wakes up.
2 - For an object to scroll off screen when the face wakes up.
So for number 1 I can get it to fade out, but I dont want it to come back, and that doesn
t seem to be working for me, I have tried various formulas in the opacity section, not working so well.
Opacity Tag, so far:
(100+((((#DWE#*2)-(floor(#DWE#2)))-100)))
For number 2, I have more or less the same issue, I can get it to scroll off pretty easy, but it keeps coming back on, how do I change the formula so it stays off screen.
Y Tag, so far:
(38+((((#DWE#*2)-(floor(#DWE#2)))-100)))
Basically I just need to stop the damn loop once they have moved or disappeared.
Tks Guys