Hi, how can i reverse the fade effect? When my object is not overlapping , i need to get it back to visible?
I haven't used the behavior before, but I do fades like this normally:
If Object is Overlapping | Set Opacity of Object to Object.Opacity - 1000*dt If Object is Not Overlapping | Set Opacity of Object to Object.Opacity + 1000*dt [/code:1m3t3yey] The first line says that if the object overlaps, keep subtracting from its opacity (fade out). The second line does the opposite. It keeps adding to its opacity (fade in). Replace 1000 with the speed of your fade.
great thank you
uff problem here, i cannot inverse the action. It is greyed out. What is happenening? cannot do If Object is Not Overlapping
Develop games in your browser. Powerful, performant & highly capable.
....
thank you,