Combined Code
frame 3 {
soundPlay = new Sound();
max = 120;
min = 1;
rand = Math.round(Math.random() * (max - min)) + min;
soundPlay.attachSound('Recieve_' + rand + '.mp3');
soundPlay.setVolume(100);
soundPlay.start(0, 1);
}
frame 5 {
soundPlay3 = new Sound();
max3 = 20;
min3 = 1;
rand3 = Math.round(Math.random() * (max3 - min3)) + min3;
soundPlay3.attachSound('~C4 - Pussyslime' + rand3 + '.mp3');
soundPlay3.setVolume(33);
soundPlay3.start(0, 1);
}
frame 12 {
gotoAndPlay(1);
}
frame 12 {
soundPlay3 = new Sound();
max3 = 20;
min3 = 1;
rand3 = Math.round(Math.random() * (max3 - min3)) + min3;
soundPlay3.attachSound('~C4 - Pussyslime' + rand3 + '.mp3');
soundPlay3.setVolume(20);
soundPlay3.start(0, 1);
}