1 | if (image_alpha < 1) |
2 | { |
3 | image_alpha += fade_in_speed; |
4 | if (image_alpha > 1) |
5 | image_alpha = 1; |
6 | } |
7 | if (instance_exists(obj_battle_enemy_attack_bowll_liquid_top_slave)) |
8 | { |
9 | with (obj_battle_enemy_attack_bowll_liquid_top_slave) |
10 | event_user(0); |
11 | } |
12 | if (instance_exists(obj_battle_enemy_attack_bowll_liquid_bottom)) |
13 | { |
14 | with (obj_battle_enemy_attack_bowll_liquid_bottom) |
15 | event_user(0); |
16 | } |