sTesterPlasmaBeam
0
-1
-10
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
fadeout = 0;
image_xscale = 60;
//damage = 50;
damage = global.mod_testerDPlasma;
targetx = 0;
targety = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (fadeout) {
if (image_alpha > 0) {
image_alpha -= 0.1;
} else instance_destroy();
}
targetx = x + lengthdir_x(1000, image_angle);
targety = y + lengthdir_y(1000, image_angle);
if (collision_line(x, y, targetx, targety, oCharacter, true, false)) damage_player(damage, 5, -3, 0, 0);
1
603
7
0
0
-1
2
self
0
0
1
draw_set_blend_mode(bm_add);
draw_sprite_ext(sTesterPlasmaSpark, -1, x, y, 1, 1, 1, -1, image_alpha);
draw_sprite_ext(sTesterPlasmaBeam, -1, x, y, image_xscale, 1, image_angle, -1, image_alpha);
draw_set_blend_mode(bm_normal);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1