1 | event_user(0); |
2 | snd_play(snd_damage); |
3 | if (other.big == 0) |
4 | { |
5 | with (other) |
6 | event_user(0); |
7 | } |
8 | fx = instance_create(x, y, obj_pipis_destroy_fx); |
9 | fx.image_xscale = 1.5; |
10 | fx.image_yscale = 1.5; |
11 | instance_destroy(); |