1 | if scr_timer() |
2 | { |
3 | if (image_speed == 0) |
4 | { |
5 | image_speed = 0.4 |
6 | audio_play_sound(snd_clover_jump_dunes, 1, 0) |
7 | } |
8 | } |
9 | if on_animation_end() |
10 | { |
11 | obj_pl.image_alpha = 1 |
12 | scr_cutscene_end |
13 | global.dunes_flag[0] = 1 |
14 | instance_destroy() |
15 | } |