Combined Code
frame 1 {
stop();
var soundOn2 = true;
var soundOn1 = true;
var soundOn3 = true;
var soundOn4 = true;
var soundOn5 = true;
var soundOn6 = true;
}
frame 1 {
function playSound1(zvuk1) {
if (soundOn1) {
soundbox1.gotoAndStop(zvuk1);
}
}
gtr.attackName = '';
gtr.attacks = ['ts1', 'ts2', 'ts4', 'ts5'];
rei.attackName2 = '';
rei.attacks2 = ['ra1', 'ra2', 'ra3'];
gtr.timer = 0;
gtr.maxTimer = 50 + int(Math.random() * 60);
rei.timer2 = 0;
rei.maxTimer2 = 100 + int(Math.random() * 120);
gtr.onEnterFrame = function () {
++this.timer;
if (slow._currentframe == 11) {
playSound1('sex1');
}
if (this.timer >= this.maxTimer) {
this.timer = 0;
this.attackName = this.attacks[int(Math.random() * this.attacks.length)];
this.maxTimer = 50 + int(Math.random() * 60);
switch (this.attackName) {
case 'ts1':
playSound1('ts1');
break;
case 'ts2':
playSound1('ts2');
break;
case 'ts5':
playSound1('ts5');
break;
case 'ts4':
playSound1('ts4');
}
}
};
rei.onEnterFrame = function () {
++this.timer2;
if (this.timer2 >= this.maxTimer2) {
this.timer2 = 0;
this.attackName2 = this.attacks2[int(Math.random() * this.attacks.length)];
switch (this.attackName2) {
case 'ra1':
playSound1('ra1');
break;
case 'ra2':
playSound1('ra2');
break;
case 'ra3':
playSound1('ra3');
}
}
};
}
frame 1 {
fast.onRelease = function () {
gotoAndStop(2);
};
loop1.onRelease = function () {
gotoAndStop(3);
};
}
movieClip 2 {
}
movieClip 17 {
frame 1 {
stop();
}
frame 5 {
gotoAndStop(1);
}
frame 10 {
gotoAndStop(1);
}
frame 16 {
gotoAndStop(1);
}
frame 22 {
gotoAndStop(1);
}
frame 28 {
gotoAndStop(1);
}
frame 34 {
gotoAndStop(1);
}
frame 40 {
gotoAndStop(1);
}
frame 46 {
gotoAndStop(1);
}
frame 52 {
gotoAndStop(1);
}
frame 58 {
gotoAndStop(1);
}
frame 64 {
gotoAndStop(1);
}
frame 70 {
gotoAndStop(1);
}
frame 76 {
gotoAndStop(1);
}
frame 82 {
gotoAndStop(1);
}
}
movieClip 32 {
}
movieClip 34 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 53 {
}
movieClip 55 {
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 66 {
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 76 {
}
movieClip 81 {
}
movieClip 82 {
}
movieClip 85 {
}
movieClip 89 {
}
movieClip 90 {
}
movieClip 92 {
}
movieClip 94 {
}
movieClip 96 {
}
movieClip 98 {
}
movieClip 109 {
}
movieClip 112 {
}
movieClip 114 {
}
movieClip 117 {
}
movieClip 118 {
}
movieClip 120 {
}
movieClip 122 {
}
movieClip 123 {
}
movieClip 125 {
}
movieClip 127 {
}
movieClip 129 {
}
movieClip 131 {
}
movieClip 133 {
}
movieClip 137 {
}
movieClip 138 {
}
movieClip 140 {
}
movieClip 142 {
}
movieClip 145 {
}
movieClip 146 {
}
movieClip 151 {
}
movieClip 155 {
}
movieClip 158 {
}
movieClip 160 {
}
movieClip 165 {
}
movieClip 168 {
}
movieClip 182 {
}
movieClip 188 {
}
movieClip 189 {
}
movieClip 191 {
}
movieClip 194 {
}
movieClip 195 {
}
movieClip 196 {
}
// unknown tag 88 length 282
frame 2 {
function playSound2(zvuk2) {
if (soundOn2) {
soundbox2.gotoAndStop(zvuk2);
}
}
gtu.attackName = '';
gtu.attacks = ['ts3', 'ts2', 'ts4'];
ree.attackName2 = '';
ree.attacks2 = ['ra1', 'ra2', 'ra3'];
gtu.timer = 0;
gtu.maxTimer = 30 + int(Math.random() * 50);
ree.timer2 = 0;
ree.maxTimer2 = 100 + int(Math.random() * 120);
gtu.onEnterFrame = function () {
++this.timer;
if (fast._currentframe == 3) {
playSound2('sex2');
}
if (this.timer >= this.maxTimer) {
this.timer = 0;
this.attackName = this.attacks[int(Math.random() * this.attacks.length)];
this.maxTimer = 30 + int(Math.random() * 50);
switch (this.attackName) {
case 'ts3':
playSound2('ts3');
break;
case 'ts2':
playSound2('ts2');
break;
case 'ts4':
playSound2('ts4');
}
}
};
ree.onEnterFrame = function () {
++this.timer2;
if (this.timer2 >= this.maxTimer2) {
this.timer2 = 0;
this.attackName2 = this.attacks2[int(Math.random() * this.attacks.length)];
switch (this.attackName2) {
case 'ra1':
playSound2('ra1');
break;
case 'ra2':
playSound2('ra2');
break;
case 'ra3':
playSound2('ra3');
}
}
};
}
frame 2 {
slow.onRelease = function () {
gotoAndStop(1);
};
cum.onRelease = function () {
gotoAndStop(5);
};
loop3.onRelease = function () {
gotoAndStop(4);
};
}
movieClip 209 {
}
movieClip 220 {
}
movieClip 223 {
}
movieClip 225 {
}
movieClip 227 {
}
movieClip 231 {
}
movieClip 232 {
}
movieClip 241 {
}
movieClip 245 {
}
movieClip 246 {
}
movieClip 247 {
}
movieClip 249 {
}
movieClip 253 {
}
movieClip 258 {
}
movieClip 271 {
}
movieClip 275 {
}
movieClip 276 {
}
movieClip 278 {
}
movieClip 279 {
}
frame 3 {
function playSound3(zvuk3) {
if (soundOn3) {
soundbox3.gotoAndStop(zvuk3);
}
}
gty.attackName = '';
gty.attacks = ['ts1', 'ts2', 'ts4', 'ts5'];
gty.attackName2 = '';
gty.attacks2 = ['ra1', 'ra2', 'ra3'];
gty.timer = 0;
gty.maxTimer = 50 + int(Math.random() * 60);
gty.timer2 = 0;
gty.maxTimer2 = 100 + int(Math.random() * 120);
gty.onEnterFrame = function () {
++this.timer;
if (zoom1.zoom1s._currentframe == 11) {
playSound3('sex1');
}
if (this.timer >= this.maxTimer) {
this.timer = 0;
this.attackName = this.attacks[int(Math.random() * this.attacks.length)];
this.maxTimer = 50 + int(Math.random() * 60);
switch (this.attackName) {
case 'ts1':
playSound3('ts1');
break;
case 'ts2':
playSound3('ts2');
break;
case 'ts5':
playSound3('ts5');
break;
case 'ts4':
playSound3('ts4');
}
}
++this.timer2;
if (this.timer2 >= this.maxTimer2) {
this.timer2 = 0;
this.attackName2 = this.attacks2[int(Math.random() * this.attacks.length)];
switch (this.attackName2) {
case 'ra1':
playSound3('ra1');
break;
case 'ra2':
playSound3('ra2');
break;
case 'ra3':
playSound3('ra3');
}
}
};
}
frame 3 {
backslow.onRelease = function () {
gotoAndStop(1);
};
}
movieClip 283 {
}
frame 4 {
function playSound4(zvuk4) {
if (soundOn4) {
soundbox4.gotoAndStop(zvuk4);
}
}
gti.attackName = '';
gti.attacks = ['ts3', 'ts2', 'ts4'];
gti.attackName2 = '';
gti.attacks2 = ['ra1', 'ra2', 'ra3'];
gti.timer = 0;
gti.maxTimer = 30 + int(Math.random() * 50);
gti.timer2 = 0;
gti.maxTimer2 = 100 + int(Math.random() * 120);
gti.onEnterFrame = function () {
++this.timer;
if (zoom2.zoom2s._currentframe == 3) {
playSound4('sex2');
}
if (this.timer >= this.maxTimer) {
this.timer = 0;
this.attackName = this.attacks[int(Math.random() * this.attacks.length)];
this.maxTimer = 30 + int(Math.random() * 50);
switch (this.attackName) {
case 'ts3':
playSound4('ts3');
break;
case 'ts2':
playSound4('ts2');
break;
case 'ts4':
playSound4('ts4');
}
}
++this.timer2;
if (this.timer2 >= this.maxTimer2) {
this.timer2 = 0;
this.attackName2 = this.attacks2[int(Math.random() * this.attacks.length)];
switch (this.attackName2) {
case 'ra1':
playSound4('ra1');
break;
case 'ra2':
playSound4('ra2');
break;
case 'ra3':
playSound4('ra3');
}
}
};
}
frame 4 {
backfast.onRelease = function () {
gotoAndStop(2);
};
}
movieClip 284 {
}
frame 5 {
function playSound5(zvuk5) {
if (soundOn5) {
soundbox5.gotoAndStop(zvuk5);
}
}
cus.onEnterFrame = function () {
++this.timer;
if (cum._currentframe == 13) {
playSound5('ra4');
}
if (cum._currentframe == 15) {
playSound5('ts6');
}
if (cum._currentframe == 112) {
playSound5('tscum');
}
};
}
frame 5 {
cum.onEnterFrame = function () {
if (this._currentframe == 150) {
gotoAndStop(6);
}
};
}
movieClip 304 {
}
movieClip 306 {
}
movieClip 308 {
}
movieClip 313 {
}
movieClip 333 {
}
movieClip 335 {
}
movieClip 336 {
}
movieClip 337 {
}
movieClip 340 {
}
movieClip 342 {
}
movieClip 348 {
}
movieClip 350 {
}
movieClip 359 {
}
movieClip 372 {
}
movieClip 376 {
}
movieClip 380 {
}
movieClip 382 {
}
movieClip 384 {
}
movieClip 419 {
}
frame 6 {
function playSound6(zvuk6) {
if (soundOn6) {
soundbox6.gotoAndStop(zvuk6);
}
}
riz.onEnterFrame = function () {
if (rub._currentframe == 15) {
playSound6('sex3');
}
};
}
frame 6 {
retry.onRelease = function () {
gotoAndStop(1);
};
}
movieClip 421 {
}
movieClip 427 {
}
movieClip 428 {
}
movieClip 430 {
}
movieClip 432 {
}
movieClip 434 {
}
movieClip 435 {
}
movieClip 436 {
}
movieClip 438 {
}
movieClip 440 {
}
movieClip 442 {
}
movieClip 448 {
frame 1 {
play();
}
frame 42 {
stop();
}
}
movieClip 453 {
}
movieClip 455 {
}
movieClip 457 {
}
movieClip 458 {
}
movieClip 460 {
}
movieClip 461 {
}