Combined Code
frame 1 {
bgmsound = new Sound(this);
bgmsound.attachSound('BGM');
bgmsound.start(0, 999);
bgmsound = new Sound(this);
bgmsound.attachSound('Dust');
bgmsound.start(0, 999);
}
movieClip 27 {
}
movieClip 31 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
frame 37 {
startMovie();
}
}
frame 5 {
gotoAndPlay(7);
}
button 35 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(234);
}
}
button 38 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(186);
}
}
button 41 {
on (release) {
getURL('http://www.shadbase.com', '_blank');
}
}
button 44 {
on (release) {
getURL('http://www.patreon.com/skuddbutt', '_blank');
}
}
frame 185 {
gotoAndPlay(7);
}
button 46 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(7);
}
}
frame 233 {
gotoAndPlay(186);
}
button 50 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(723);
}
}
frame 589 {
gotoAndPlay(590);
}
button 54 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(234);
}
}
button 56 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(621);
}
}
frame 620 {
gotoAndPlay(590);
}
frame 722 {
gotoAndPlay(723);
}
button 59 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(590);
}
}
button 60 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(851);
}
}
frame 850 {
gotoAndPlay(723);
}
button 62 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(723);
}
}
button 63 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(979);
}
}
frame 978 {
gotoAndPlay(851);
}
button 65 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(851);
}
}
button 66 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1107);
}
}
frame 1106 {
gotoAndPlay(979);
}
button 68 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(979);
}
}
button 69 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1195);
}
}
frame 1194 {
gotoAndPlay(1107);
}
button 71 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1107);
}
}
button 72 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1283);
}
}
frame 1282 {
gotoAndPlay(1195);
}
button 74 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1195);
}
}
button 75 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1359);
}
}
frame 1358 {
gotoAndPlay(1283);
}
button 77 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1283);
}
}
button 78 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1411);
}
}
frame 1410 {
gotoAndPlay(1359);
}
button 80 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1359);
}
}
button 83 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1450);
}
}
frame 1449 {
gotoAndPlay(1411);
}
frame 1698 {
gotoAndPlay(1699);
}
button 86 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1743);
}
}
frame 1742 {
gotoAndPlay(1699);
}
button 88 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(1878);
}
}
frame 1877 {
gotoAndPlay(1878);
}
button 90 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1699);
}
}
button 91 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(1974);
}
}
frame 1973 {
gotoAndPlay(1878);
}
button 93 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1878);
}
}
button 94 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2022);
}
}
frame 2021 {
gotoAndPlay(1974);
}
button 96 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(1974);
}
}
button 97 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2070);
}
}
frame 2069 {
gotoAndPlay(2022);
}
button 99 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2022);
}
}
button 100 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2118);
}
}
frame 2117 {
gotoAndPlay(2070);
}
button 102 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2070);
}
}
button 103 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2214);
}
}
frame 2213 {
gotoAndPlay(2118);
}
button 105 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2118);
}
}
button 106 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2269);
}
}
frame 2268 {
gotoAndPlay(2214);
}
frame 2509 {
gotoAndPlay(2510);
}
button 109 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2557);
}
}
frame 2556 {
gotoAndPlay(2510);
}
frame 2557 {
ah11Sound = new Sound(this);
ah11Sound.attachSound('Ah11');
ah12Sound = new Sound(this);
ah12Sound.attachSound('Ah12');
ah13Sound = new Sound(this);
ah13Sound.attachSound('Ah13');
var mySoundArray = new Array(ah11Sound, ah12Sound, ah13Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 111 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2510);
}
}
button 112 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2653);
}
}
button 115 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2605);
}
}
frame 2604 {
gotoAndPlay(2557);
}
frame 2605 {
ah8Sound = new Sound(this);
ah8Sound.attachSound('Ah8');
ah9Sound = new Sound(this);
ah9Sound.attachSound('Ah9');
ah10Sound = new Sound(this);
ah10Sound.attachSound('Ah10');
var mySoundArray = new Array(ah8Sound, ah9Sound, ah10Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 117 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2557);
}
}
frame 2652 {
gotoAndPlay(2605);
}
frame 2782 {
gotoAndPlay(2783);
}
frame 2783 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
var mySoundArray = new Array(ah5Sound, ah7Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 120 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2557);
}
}
button 121 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2879);
}
}
button 122 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2831);
}
}
frame 2830 {
gotoAndPlay(2783);
}
frame 2831 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
var mySoundArray = new Array(ah5Sound, ah7Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 124 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2783);
}
}
frame 2878 {
gotoAndPlay(2831);
}
frame 2879 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 126 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2783);
}
}
button 127 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(2975);
}
}
button 128 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2927);
}
}
frame 2926 {
gotoAndPlay(2879);
}
frame 2927 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 130 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2879);
}
}
frame 2974 {
gotoAndPlay(2927);
}
frame 2975 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 132 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2879);
}
}
button 133 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(3071);
}
}
button 134 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3023);
}
}
frame 3022 {
gotoAndPlay(2975);
}
frame 3023 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 136 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(2975);
}
}
frame 3070 {
gotoAndPlay(3023);
}
frame 3071 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 138 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(2975);
}
}
button 139 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(3149);
}
}
button 140 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3110);
}
}
frame 3109 {
gotoAndPlay(3071);
}
frame 3110 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 142 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3071);
}
}
frame 3148 {
gotoAndPlay(3110);
}
frame 3149 {
ah1Sound = new Sound(this);
ah1Sound.attachSound('Ah1');
ah2Sound = new Sound(this);
ah2Sound.attachSound('Ah2');
ah3Sound = new Sound(this);
ah3Sound.attachSound('Ah3');
ah4Sound = new Sound(this);
ah4Sound.attachSound('Ah4');
var mySoundArray = new Array(ah1Sound, ah2Sound, ah3Sound, ah4Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 144 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(3071);
}
}
button 145 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(3245);
}
}
button 146 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3197);
}
}
frame 3196 {
gotoAndPlay(3149);
}
frame 3197 {
ah1Sound = new Sound(this);
ah1Sound.attachSound('Ah1');
ah2Sound = new Sound(this);
ah2Sound.attachSound('Ah2');
ah3Sound = new Sound(this);
ah3Sound.attachSound('Ah3');
ah4Sound = new Sound(this);
ah4Sound.attachSound('Ah4');
var mySoundArray = new Array(ah1Sound, ah2Sound, ah3Sound, ah4Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 148 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3149);
}
}
frame 3244 {
gotoAndPlay(3197);
}
frame 3245 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 150 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(3149);
}
}
button 151 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Next');
buttonsound.start(0, 0);
gotoAndPlay(3341);
}
}
button 152 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3293);
}
}
frame 3292 {
gotoAndPlay(3245);
}
frame 3293 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 154 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(3245);
}
}
frame 3340 {
gotoAndPlay(3293);
}
frame 3341 {
ah5Sound = new Sound(this);
ah5Sound.attachSound('Ah5');
ah6Sound = new Sound(this);
ah6Sound.attachSound('Ah6');
ah7Sound = new Sound(this);
ah7Sound.attachSound('Ah7');
ah14Sound = new Sound(this);
ah14Sound.attachSound('Ah14');
ah15Sound = new Sound(this);
ah15Sound.attachSound('Ah15');
ah16Sound = new Sound(this);
ah16Sound.attachSound('Ah16');
var mySoundArray = new Array(ah5Sound, ah6Sound, ah7Sound, ah14Sound, ah15Sound, ah16Sound);
mySoundArray[Math.floor(Math.random() * mySoundArray.length)].start(0, 0);
}
button 156 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(3245);
}
}
button 157 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Back');
buttonsound.start(0, 0);
gotoAndPlay(3389);
}
}
frame 3388 {
gotoAndPlay(3341);
}
frame 3820 {
gotoAndPlay(3821);
}
button 160 {
on (press) {
buttonsound = new Sound(this);
buttonsound.attachSound('Play');
buttonsound.start(0, 0);
gotoAndPlay(7);
}
}
frame 3868 {
gotoAndPlay(3821);
}