1 | image_xscale = 0 |
2 | image_yscale = 0 |
3 | active = 0 |
4 | grazed = 0 |
5 | grazepoints = 5 |
6 | timepoints = 5 |
7 | target = 0 |
8 | dont = 1 |
9 | inv = 120 |
10 | damage = 1 |
11 | active = 0 |
12 | image_alpha = 0 |
13 | if (y < 50) |
14 | y = 50 |
15 | g = instance_create(x, y, obj_afterimage_grow) |
16 | g.sprite_index = spr_smallbullet_outline |
17 | g.image_alpha = 1.4 |
18 | g.xrate = 0.25 |
19 | g.yrate = 0.25 |
20 | g.image_xscale = 0 |
21 | g.image_yscale = 0 |
22 | special = 0 |
23 | alarm[0] = 20 |