1 | if (noarm == 1) |
2 | { |
3 | xhau1 = instance_create(x + 36 + sin(siner / 3.5), (y - legh) + 80 + (cos(siner / 3.5) * 2), obj_planeexhaust); |
4 | xhau2 = instance_create(x + 110 + sin(siner / 3.5), (y - legh) + 80 + (cos(siner / 3.5) * 2), obj_planeexhaust); |
5 | xhau2.hspeed = -xhau2.hspeed; |
6 | xhau1.depth = depth + 2; |
7 | xhau2.depth = depth + 2; |
8 | } |
9 | alarm[6] = 10; |