1 | if (!instance_exists(obj_heart_battle_fighting_parent)) |
2 | { |
3 | instance_destroy() |
4 | return; |
5 | } |
6 | x = obj_heart_battle_fighting_parent.x |
7 | y = obj_heart_battle_fighting_parent.y |
8 | image_xscale += 0.1 |
9 | image_yscale += 0.1 |
10 | image_alpha -= 0.05 |
11 | if (image_alpha <= 0) |
12 | instance_destroy() |