1 | if (!instance_exists(obj_heart_battle_fighting_parent)) |
2 | instance_destroy(); |
3 | if (instance_exists(id_feather)) |
4 | { |
5 | if (id_feather.state == 2) |
6 | { |
7 | image_speed = 0; |
8 | image_index = 2; |
9 | } |
10 | image_alpha = id_feather.image_alpha; |
11 | } |