Combined Code
frame 3 {
}
frame 31 {
soundPlay = new Sound();
max1 = 146;
min1 = 1;
rand1 = Math.round(Math.random() * (max1 - min1)) + min1;
soundPlay.attachSound('04_GLOP_' + rand1 + '.mp3');
soundPlay.start(0, 1);
}
frame 34 {
soundPlay = new Sound();
max2 = 120;
min2 = 1;
rand2 = Math.round(Math.random() * (max2 - min2)) + min2;
soundPlay.attachSound('04_RECIEVE_' + rand2 + '.mp3');
soundPlay.start(0, 1);
}
frame 39 {
}
frame 67 {
soundPlay = new Sound();
max3 = 146;
min3 = 1;
rand3 = Math.round(Math.random() * (max3 - min3)) + min3;
soundPlay.attachSound('04_GLOP_' + rand3 + '.mp3');
soundPlay.start(0, 1);
}
frame 70 {
soundPlay = new Sound();
max4 = 120;
min4 = 1;
rand4 = Math.round(Math.random() * (max4 - min4)) + min4;
soundPlay.attachSound('04_RECIEVE_' + rand4 + '.mp3');
soundPlay.start(0, 1);
}
frame 72 {
gotoAndPlay(1);
}