1 |
scr_cutscene_start(); |
2 |
obj_pl.image_alpha = 0; |
3 |
if (global.party_member != -4 && instance_exists(global.party_member)) |
4 |
global.party_member.image_alpha = 0; |
5 |
instance_create(camera_get_view_x(view_camera[0]), camera_get_view_y(view_camera[0]), obj_blackout_overworld_2); |
6 |
flash_count = 0; |
7 |
flash_delay = 1; |
8 |
no_loop = false; |
9 |
no_loop_2 = false; |
10 |
image_alpha = 0; |
11 |
if (global.sound_carry_overworld == true) |
12 |
exit; |
13 |
with (obj_radio) |
14 |
{ |
15 |
music_position = audio_sound_get_track_position(current_song); |
16 |
audio_stop_sound(bgm); |
17 |
} |