sGFTrooperGreen
0
-1
0
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
lframe = 0;
active = 0;
image_speed = 0;
firing = 0;
fframe = 0;
if (global.event[300] == 1) instance_destroy();
1
603
7
0
0
-1
2
self
0
0
1
if (active == 1 && firing == 0) {
if (lframe < 9) {
lframe += 0.04;
} else {
firing = 1;
fframe = 2.9;
instance_create(x - 19, y - 20, oGFTBullet2);
}
}
if (fframe > 0) fframe -= 0.1;
1
603
7
0
0
-1
2
self
0
0
1
draw_sprite_ext(sprite_index, fframe, x, y, image_xscale, 1, 0, -1, 1);
if (firing == 0) draw_sprite_ext(sGFTRifleLights, lframe, x - 8, y - 20, image_xscale, 1, 0, -1, 1);
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0