sSaveFX
0
-1
-10
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_yscale = 0;
fxtimer = 0;
image_alpha = 0;
fadeout = 0;
alarm[0] = 180;
1
603
7
0
0
-1
2
self
0
0
1
fadeout = 1;
1
603
7
0
0
-1
2
self
0
0
1
if (fadeout == 0) {
if (image_yscale < 1) image_yscale += 0.02;
if (image_alpha < 1) image_alpha += 0.02;
}
if (fadeout) {
if (image_yscale > 0) image_yscale -= 0.02;
if (image_alpha > 0) {
image_alpha -= 0.02;
} else instance_destroy();
}
fxtimer += 1;
if (fxtimer > 2) fxtimer = 0;
1
603
7
0
0
-1
2
self
0
0
1
draw_set_blend_mode(bm_add);
draw_sprite_ext(sprite_index, -1, x, y, 0.6, image_yscale, 0, -1, image_alpha - fxtimer * 0.1);
draw_set_blend_mode(bm_normal);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0