sMAlpha3Move
0
-1
-10
0
oMAlphaTriggerProx
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
met = instance_create(x, y, oMAlpha);
met.facing = facing;
met.myid = myid;
met.spriteset = 2;
met.sprite_index = sMAlpha3Move;
with (met) {
set_monster_vars(myid);
shell = instance_create(x, y, oMAlphaShell);
shell.damage = damage;
shell.hpush = 5;
shell.vpush = -3;
}
if (global.monstersalive == 0) {
sfx_stop(sndMAlphaIntro);
sfx_play(sndMAlphaIntro);
mus_alpha_monster();
}
with (oMAlphaTriggerProx) alarm[0] = 1;
with (oMalpha3TriggerProx) alarm[0] = 1;
global.monstersalive += 1;
instance_destroy();
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
-1