>>137
シンプルにやるなら

if(keyboard_check_pressed(vk_space))
{
screen_refresh()
do keyboard_wait() until keyboard_check(vk_space)
}

検索すればもう少しましなのが出るかも