Step 1
in your soon to be fading actor do these codes
Draw actor / script editor
- Code: Select all
transp+=fade;
now, to use this code, you must create a real, actor variable in the script editor.
Step 2
any event / script editor
- Code: Select all
fade*=-1;
Step 3
Create actor / script editor
- Code: Select all
fade=-.05;
in my sample GED i use the mouse enter event for my fade out in step 2