1 | timer = 0; |
2 | btimer = irandom(10); |
3 | state = 0; |
4 | attack = 0; |
5 | firingspeed = 20; |
6 | mouthx = 46; |
7 | mouthy = 97; |
8 | creator = 0; |
9 | flip = 0; |
10 | image_xscale = 2; |
11 | image_yscale = 2; |
12 | pieceoffset_x = 12; |
13 | pieceoffset_y = 94; |
14 | headtop = instance_create(x - pieceoffset_x, y - pieceoffset_y, obj_bulletparent); |
15 | headtop.image_speed = 0.1; |
16 | headtop.sprite_index = spr_spamton_laugh_top; |
17 | headtop.depth = depth - 2; |
18 | headtop.image_alpha = 0; |
19 | headtop.image_xscale = 2; |
20 | headtop.image_yscale = 2; |
21 | reposition = 0; |
22 | jumpy = irandom(1); |
23 | init = 0; |
24 | made = choose(0, 1); |
25 | doublecount = 0; |
26 | inhalesfx = 0; |
27 | effecttimer = 0; |