Create a simple alpha animation with this extension.
All the codes. Use this in create event.
anim_init(alarm,alarm steps,alpha(0 to 1));
Use this in alarm event to increase the opacity
anim_run_up(alarm,alpha speed(0.05));
User this in alarm event to decrease the opacity
anim_run_down(alarm,alpha speed(0.05)):
End User Licence Agreement (EULA).