Fade out on wake up

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 doesnt 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

Hi you may need to change you approach to this problem i have always used this sort of coding to create a fade in from dim mode

((interpAccel(#DWE#, 0, 2, 2)*100))

give that route a try

1 Like

Ok i just played with the code a bit all you need to do is

(100-(interpAccel(#DWE#, 0, 2, 2)*100)) That takes care of the fade out

and just adjust the same code for the scroll off you should be fine with that

2 Likes

Thank you so much !!!

Just tried it out, works perfect.
I am super happy, working on a few faces more for a Halloween theme, hope to show you them soon !!!

Great always happy to help out

Oh forgot to say did you see my final halloween face

Released it today

1 Like

Damn its really nice.

I am definitely learning from the best !!!