I have placed this code in the mouse left click button event
/// @description Insert description here
// You can write your code in this editor
audio_play_sound(Quit_Game_Button_Push,1000,false);
game_end();
But it quits before playing the audio. How do I make the quit code not execute for a long enough for 5 seconds play of that audio clip? Thanks in advance.