1 | if (!snd_is_playing(global.currentsong[1])) |
2 | { |
3 | global.currentsong[0] = snd_init("mus_birdnoise.ogg"); |
4 | global.currentsong[1] = mus_loop_ext(global.currentsong[0], 1, 1); |
5 | } |
6 | dk = snd_loop(snd_smile); |
7 | snd_volume(dk, 0, 0); |
8 | snd_pitch(dk, 0.15); |
9 | scr_depth(); |