I create:
var motion_hide=100;
everytick -> motion_hide--;
and Set Opacity = motion_hide;
I want to create a fade out effect, Any Idea?
Develop games in your browser. Powerful, performant & highly capable.
My mistake was I set a local variable I have to change it to Global and Works