ssEDFX
0
-1
5
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
image_alpha = 0.5;
if (global.screwattack == 0) image_alpha = 0.3;
alarm[0] = 1;
fadeout = 0;
mysurf = surface_create(64, 64);
if (surface_exists(oCharacter.surf)) surface_copy(mysurf, 0, 0, oCharacter.surf);
1
603
7
0
0
-1
2
self
0
0
1
surface_free(mysurf);
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) {
if (image_alpha > 0) {
image_alpha -= 0.04;
} else instance_destroy();
}
1
603
7
0
0
-1
2
self
0
0
1
if (surface_exists(mysurf)) draw_surface_ext(mysurf, x - 32, y - 54, 1, 1, 0, image_blend, image_alpha);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1