|
Quellcode
|
1
2
3
4
5
6
7
8
9
|
set(plugin[info_text].alpha,0);
set(plugin[info_text].textblur,15);
set(plugin[info_text].blur,15);
set(plugin[info_text].visible,true);
set(plugin[info_text].enabled,true);
tween(plugin[info_text].alpha,1,0.3);
tween(plugin[info_text].textblur,0,0.3);
tween(plugin[info_text].blur,0,0.3);
|
on this line
tween(plugin[info_text].alpha,1,0.3);
you can change apha 1 for
tween(plugin[info_text].alpha,0.00,0.3); and you are tranparent
tween(plugin[info_text].alpha,0.5,0.3); and you are a mid opacity