sErisBody3
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
flashing = 0;
canbeX = 0;
1
603
7
0
0
-1
2
self
0
0
1
if (oEris.stun == 0) image_angle = point_direction(xprevious, yprevious, x, y);
if (oEris.boosting && (oEris.fxtimer == 2 || oEris.fxtimer == 5)) {
var aft = instance_create(x,y,oFXTrail);
aft.sprite_index = sprite_index;
aft.image_index = image_index;
aft.depth = depth + 5;
aft.fadespeed = 0.08;
aft.image_angle = image_angle;
aft.image_xscale = image_xscale;
aft.image_yscale = image_yscale;
aft.additive = 1;
}
1
603
7
0
0
-1
2
self
0
0
1
if (flashing > 0) flashing -= 1;
1
603
7
0
0
-1
2
self
0
0
1
draw_self();
draw_set_blend_mode(bm_add);
repeat (2) {
if (flashing > 0) draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, -1, flashing * 0.1);
}
draw_set_blend_mode(bm_normal);
if (oEris.boosting) {
if (oEris.fxtimer == 0 || oEris.fxtimer == 1) {
draw_set_blend_mode(bm_add);
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, c_green, 1.1 + oEris.fxtimer * 0.2);
draw_set_blend_mode(bm_normal);
}
if (oEris.fxtimer == 2 || oEris.fxtimer == 3) {
draw_set_blend_mode(bm_add);
repeat (2) {
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, c_yellow, 1);
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, c_white, 1);
}
draw_set_blend_mode(bm_normal);
}
if (oEris.fxtimer == 4 || oEris.fxtimer == 5) {
draw_set_blend_mode(bm_add);
repeat (2) {
draw_sprite_ext(sprite_index, -1, x, y, image_xscale, image_yscale, image_angle, c_red, 1);
}
draw_set_blend_mode(bm_normal);
}
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1