if (global.pause_plat && !fade_when_paused) exit; image_alpha -= fadeSpeed; if (image_alpha < 0) instance_destroy();