sBoss1Fball3
0
-1
-1
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
hpush = 5;
vpush = -3;
//damage = 8;
damage = global.mod_arachnusfireballred;
image_alpha = 1;
fading = 0;
alarm[0] = 400;
1
603
7
0
0
-1
2
self
0
0
1
fading = 1;
1
603
7
0
0
-1
2
self
0
0
1
image_angle += 20;
if (x < 32) {
CollisionLeft = 1;
} else CollisionLeft = 0;
if (x > 288) {
CollisionRight = 1;
} else CollisionRight = 0;
if (CollisionRight && hspeed > 0) {
hspeed *= -1;
sfx_play(sndProjHit1);
make_smoke_explosion(x, y);
}
if (CollisionLeft && hspeed < 0) {
hspeed *= -1;
sfx_play(sndProjHit1);
make_smoke_explosion(x, y);
}
if (fading) {
if (image_alpha > 0) {
image_alpha -= 0.1;
} else instance_destroy();
}
if (y > 178) y -= 0.5;
if (speed < 4) speed += 0.01;
1
603
7
0
0
-1
2
self
0
0
1
damage_player(damage, hpush, vpush, 0, 0);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1