1 | mb = instance_create(x, y, obj_mouthball_s); |
2 | mb.num = num - 1; |
3 | mb.parent = id; |
4 | mb.size = size - 0.1; |
5 | mb.siner = siner + 1; |
6 | if (mb.num > 0) |
7 | { |
8 | with (mb) |
9 | alarm[0] = 1; |
10 | } |