<undefined>
0
-1
20
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
fadespeed = 0.08;
1
603
7
0
0
-1
2
self
0
0
1
if ((direction == 0 || direction == 359.5 || direction == 45 || direction == 315) && oCharacter.xVel > 0) x += oCharacter.xVel;
if ((direction == 180 || direction == 135 || direction == 225) && oCharacter.xVel < 0) x += oCharacter.xVel;
if (direction == 270 && oCharacter.yVel > 0) y += oCharacter.yVel;
if (image_alpha > 0) {
image_alpha -= fadespeed;
} else instance_destroy();
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, image_xscale, image_yscale, image_angle, image_blend, image_alpha);
draw_set_blend_mode(bm_normal);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0