[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (20.19 KiB) ● ● ●
movieClip 14 Alien3 {
frame 1 {
stop();
}
frame 3 {
gotoAndStop(1);
}
}
frame 1 {
stop();
onEnterFrame = function () {
var v2 = _root.getBytesLoaded() / _root.getBytesTotal();
preloader_mc.value = v2;
if (v2 == 1) {
delete onEnterFrame;
play();
}
};
}
movieClip 17 {
}
movieClip 21 {
}
movieClip 22 {
frame 1 {
var value = 0;
onEnterFrame = function () {
bar_mc._xscale = 100 * value;
};
onEnterFrame();
}
}
movieClip 24 {
}
frame 2 {
stop();
}
button 28 {
on (press) {
gotoAndStop(3);
}
}
frame 3 {
var Bell = new Sound(this);
Bell.attachSound('Wiew');
Bell.start();
}
movieClip 36 {
}
movieClip 39 {
}
movieClip 40 {
}
// unknown tag 88 length 94
movieClip 47 {
}
// unknown tag 88 length 224
movieClip 50 {
}
movieClip 54 {
frame 226 {
stop();
}
}
movieClip 55 {
}
button 59 {
on (press) {
gotoAndStop(4);
var Bell = new Sound(this);
Bell.attachSound('Wiew');
Bell.stop();
}
}
frame 4 {
stop();
var pioggia = new Sound(this);
pioggia.attachSound('Rain');
pioggia.start(0, 999);
}
// unknown tag 88 length 282
button 75 {
on (release) {
AddDigit('1');
}
}
button 78 {
on (release) {
AddDigit('2');
}
}
button 81 {
on (release) {
AddDigit('3');
if (schermo == 113) {
_root.gotoAndPlay(4);
} else {
_root.gotoAndStop(3);
}
}
}
button 84 {
on (release) {
AddDigit('4');
}
}
button 87 {
on (release) {
AddDigit('5');
}
}
button 90 {
on (release) {
AddDigit('6');
}
}
button 93 {
on (release) {
AddDigit('7');
}
}
button 96 {
on (release) {
AddDigit('8');
}
}
button 99 {
on (release) {
AddDigit('9');
}
}
button 102 {
on (release) {
AddDigit('0');
}
}
button 105 {
on (release) {
schermo = '';
}
}
movieClip 111 {
frame 1 {
function AddDigit(digit) {
if (clear) {
clear = false;
schermo = '';
}
if (0 != (schermo == '') & 0 != (digit != '.')) {
schermo = digit;
return undefined;
}
if (schermo > 999) {
schermo.false;
return undefined;
}
schermo += digit;
}
schermo = '';
stop();
}
}
movieClip 113 {
}
movieClip 193 {
frame 274 {
stop();
}
}
movieClip 195 {
}
movieClip 201 {
}
movieClip 202 {
}
movieClip 204 {
}
movieClip 206 {
}
movieClip 208 {
}
movieClip 209 {
}
movieClip 213 {
}
movieClip 216 {
}
movieClip 217 {
}
movieClip 218 {
}
button 220 {
on (press) {
var PREGHIERA = new Sound(this);
PREGHIERA.attachSound('prega');
PREGHIERA.stop();
_root.gotoAndStop('stabile');
}
}
movieClip 221 {
frame 1 {
var PREGHIERA = new Sound(this);
PREGHIERA.attachSound('prega');
PREGHIERA.start();
}
frame 31 {
}
frame 279 {
stop();
_root.gotoAndStop('stabile');
}
}
movieClip 223 {
}
movieClip 224 {
frame 35 {
stop();
}
}
frame 5 {
var Init = new Sound(this);
Init.attachSound('inizio');
Init.start();
}
frame 5 {
peripoccu = false;
chiave = false;
}
frame 5 {
_root.lampo.gotoAndPlay(2);
}
frame 5 {
stop();
}
movieClip 227 {
}
movieClip 233 {
}
movieClip 243 {
}
movieClip 244 {
frame 1 {
stop();
}
frame 40 {
gotoAndStop(1);
}
frame 85 {
_root.stabile.invalido._alpha = 0;
}
}
button 248 {
on (press) {
if (_root.chiave == false) {
_root.stabile.cancello.gotoAndPlay(2);
_root.stabile.invalido.gotoAndPlay(2);
} else {
_root.stabile.cancello.gotoAndStop(5);
}
}
}
button 254 {
on (press) {
_root.stabile.cancello.gotoAndStop(6);
}
}
button 258 {
on (press) {
_root.gotoAndStop('cortile');
var Init = new Sound(this);
Init.attachSound('inizio');
Init.stop();
}
}
movieClip 260 {
frame 1 {
stop();
}
frame 4 {
gotoAndStop(1);
}
frame 5 {
stop();
}
frame 5 {
_root.menu.chiave.gotoAndStop(4);
}
frame 6 {
stop();
}
frame 6 {
stop();
}
}
movieClip 262 {
}
button 265 {
on (press) {
this.gotoAndStop(2);
_root.menu.peripoccuM.nextFrame();
}
}
movieClip 266 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.stabile.invalido.gotoAndPlay('via');
}
}
movieClip 268 {
}
button 273 {
on (press) {
if (_root.peripoccu == false) {
_root.stabile.grada.gotoAndPlay(2);
} else {
_root.stabile.grada.gotoAndPlay(6);
}
}
}
movieClip 278 {
}
movieClip 281 {
frame 1 {
stop();
}
frame 5 {
gotoAndStop(1);
}
frame 6 {
stop();
_root.menu.peripoccuM.nextFrame();
}
instance of movieClip 278 {
onClipEvent (press) {
_root.stabile.grada.nextFrame();
}
}
frame 7 {
stop();
_root.menu.chiave.gotoAndStop(2);
}
}
movieClip 282 {
instance invalido of movieClip 244 {
onClipEvent (enterFrame) {
if (this._currentframe > 2) {
_root.stabile.cancello.hit.enabled = false;
} else {
_root.stabile.cancello.hit.enabled = true;
}
}
}
}
movieClip 286 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 289 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 291 {
on (press) {
_root.menu.bustarella.nextFrame();
}
}
button 294 {
on (press) {
_root.menu.bustarella.gotoAndStop('finito');
}
}
button 296 {
on (press) {
_root.menu.bustarella.nextFrame();
}
}
button 299 {
on (press) {
_root.menu.bustarella.prevFrame();
}
}
movieClip 302 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
button 305 {
on (press) {
this.nextFrame();
}
}
button 307 {
on (press) {
this.prevFrame();
}
}
movieClip 308 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.chiave = false;
}
frame 3 {
stop();
_root.chiave = true;
}
frame 4 {
stop();
}
}
button 310 {
on (press) {
_root.menu.crocifissoM.nextFrame();
_root.scale.suora02.gotoAndStop(2);
}
}
button 311 {
on (press) {
_root.menu.crocifissoM.prevFrame();
_root.scale.suora02.gotoAndStop(1);
}
}
movieClip 312 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
button 315 {
on (press) {
_root.menu.dollyM.nextFrame();
}
}
button 317 {
on (press) {
_root.menu.dollyM.prevFrame();
}
}
movieClip 318 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
button 321 {
on (press) {
_root.menu.peripoccuM.nextFrame();
}
}
button 323 {
on (press) {
_root.menu.peripoccuM.prevFrame();
}
}
movieClip 324 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.peripoccu = false;
}
frame 3 {
stop();
_root.peripoccu = true;
}
frame 4 {
stop();
_root.peripoccu = true;
}
}
button 326 {
on (press) {
this.nextFrame();
}
}
button 328 {
on (press) {
this.prevFrame();
}
}
movieClip 329 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.frustino = false;
_root.scale.suora01.areaculo.gotoAndStop(1);
_root.scale.suora01.gotoAndPlay(1);
}
frame 3 {
stop();
_root.frustino = true;
_root.scale.suora01.gotoAndStop(17);
_root.scale.suora01.areaculo.gotoAndStop(2);
}
frame 4 {
stop();
}
}
button 332 {
on (press) {
_root.menu.chiave04M.nextFrame();
}
}
button 334 {
on (press) {
_root.menu.chiave04M.prevFrame();
}
}
movieClip 335 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.chiave04M = false;
}
frame 3 {
stop();
_root.chiave04M = true;
}
frame 4 {
stop();
}
}
button 337 {
on (press) {
_root.menu.tubo.nextFrame();
}
}
button 339 {
on (press) {
_root.menu.tubo.prevFrame();
}
}
movieClip 340 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.tubo = false;
}
frame 3 {
stop();
_root.tubo = true;
}
frame 4 {
stop();
}
}
movieClip 342 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 344 {
}
movieClip 348 {
frame 7 {
gotoAndStop(1);
}
}
movieClip 350 {
}
frame 6 {
cubo01 = false;
cubo02 = false;
cubo03 = false;
cubo04 = false;
cubo05 = false;
cubo06 = false;
}
frame 6 {
_root.lampo.gotoAndPlay(2);
}
frame 6 {
var colo = new Sound(this);
colo.attachSound('Tera');
colo.start();
}
button 356 {
on (press) {
if (_root.cubo01 == false) {
if (_root.cubo02 == true) {
if (_root.cubo03 == false) {
if (_root.cubo04 == true) {
if (_root.cubo05 == false) {
if (_root.cubo06 == true) {
_root.cortile.porta01.gotoAndStop(5);
_root.cortile.lucifero.nextFrame();
}
}
}
}
}
}
}
}
movieClip 358 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 361 {
}
movieClip 367 {
frame 1 {
stop();
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.porta01.gotoAndPlay(2);
}
}
frame 4 {
gotoAndStop(1);
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.porta01.nextFrame();
}
}
frame 6 {
stop();
}
instance of movieClip 361 {
onClipEvent (press) {
_root.gotoAndStop('scale');
}
}
}
movieClip 371 {
frame 1 {
stop();
_root.cubo01 = false;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo01.nextFrame();
}
}
frame 2 {
stop();
_root.cubo01 = true;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo01.prevFrame();
}
}
}
movieClip 374 {
frame 1 {
stop();
_root.cubo02 = false;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo02.nextFrame();
}
}
frame 2 {
stop();
_root.cubo02 = true;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo02.prevFrame();
}
}
}
movieClip 377 {
frame 1 {
stop();
_root.cubo03 = false;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo03.nextFrame();
}
}
frame 2 {
stop();
_root.cubo03 = true;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo03.prevFrame();
}
}
}
movieClip 380 {
frame 1 {
stop();
_root.cubo04 = false;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo04.nextFrame();
}
}
frame 2 {
stop();
_root.cubo04 = true;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo04.prevFrame();
}
}
}
movieClip 383 {
frame 1 {
stop();
_root.cubo05 = false;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo05.nextFrame();
}
}
frame 2 {
stop();
_root.cubo05 = true;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo05.prevFrame();
}
}
}
movieClip 386 {
frame 1 {
stop();
_root.cubo06 = false;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo06.nextFrame();
}
}
frame 2 {
stop();
_root.cubo06 = true;
}
instance of movieClip 361 {
onClipEvent (press) {
_root.cortile.cubo06.prevFrame();
}
}
}
movieClip 392 {
frame 60 {
stop();
}
}
movieClip 394 {
}
movieClip 396 {
}
frame 7 {
var Atosfera = new Sound(this);
Atosfera.attachSound('venti');
Atosfera.start();
}
frame 7 {
frustino = false;
chiave04M = false;
}
frame 7 {
_root.lampo.gotoAndPlay(2);
}
movieClip 401 {
}
button 403 {
on (press) {
_root.scale.crocifisso.gotoAndStop(2);
_root.menu.crocifissoM.nextFrame();
}
}
movieClip 404 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 413 {
on (press) {
_root.scale.ascensore.chiave04.nextFrame();
}
}
movieClip 414 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.menu.chiave04M.nextFrame();
}
}
movieClip 421 {
frame 1 {
stop();
}
frame 4 {
stop();
_root.scale.ascensore.chiave04.nextFrame();
}
}
movieClip 423 {
frame 1 {
stop();
}
}
button 425 {
on (press) {
_root.scale.dolly.nextFrame();
_root.menu.dollyM.nextFrame();
}
}
movieClip 427 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 437 {
frame 1 {
stop();
}
}
movieClip 439 {
}
movieClip 440 {
}
movieClip 446 {
frame 1 {
stop();
}
}
button 448 {
on (press) {
_root.scale.suora01.culone.gotoAndPlay(2);
_root.scale.suora01.culone.tagliata.gotoAndPlay(2);
_root.scale.suora01.culone.tagliata._alpha += 25;
_root.scale.suora01.maschera.gotoAndPlay(2);
}
}
movieClip 449 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 467 {
frame 1 {
stop();
}
}
movieClip 482 {
}
movieClip 496 {
frame 36 {
stop();
}
}
movieClip 520 {
frame 16 {
gotoAndPlay(1);
}
frame 47 {
_root.menu.frustinoM.nextFrame();
}
frame 74 {
_root.scale.ascensore.tenda.gotoAndPlay(2);
}
frame 83 {
stop();
}
}
button 522 {
on (press) {
this.nextFrame();
_root.menu.frustinoM.nextFrame();
}
}
movieClip 523 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 525 {
}
button 526 {
on (press) {
_root.scale.porta.nextFrame();
}
}
movieClip 530 {
}
button 531 {
on (press) {
_root.scale.porta.prevFrame();
}
}
button 535 {
on (press) {
if (_root.chiave04M == true) {
_root.scale.porta.nextFrame();
_root.menu.chiave04M.nextFrame();
} else {
_root.scale.porta.prevFrame();
}
}
}
button 537 {
on (press) {
_root.gotoAndStop('stanzetta');
}
}
movieClip 539 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 541 {
}
movieClip 542 {
}
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_root.scale.suora01.culone.tagliata._alpha == 100) {
_root.scale.suora01.gotoAndPlay(18);
}
}
}
frame 8 {
function time_to_string(time_to_convert) {
elapsed_hours = Math.floor(time_to_convert / 3600000);
remaining = time_to_convert - elapsed_hours * 3600000;
elapsed_minutes = Math.floor(remaining / 60000);
remaining -= elapsed_minutes * 60000;
elapsed_seconds = Math.floor(remaining / 1000);
remaining -= elapsed_seconds * 1000;
elapsed_fs = Math.floor(remaining / 10);
if (elapsed_hours < 10) {
hours = '0' + elapsed_hours.toString();
} else {
hours = elapsed_hours.toString();
}
if (elapsed_minutes < 10) {
minutes = '0' + elapsed_minutes.toString();
} else {
minutes = elapsed_minutes.toString();
}
if (elapsed_seconds < 10) {
seconds = '0' + elapsed_seconds.toString();
return hours + ':' + minutes + ':' + seconds;
}
seconds = elapsed_seconds.toString();
return hours + ':' + minutes + ':' + seconds;
}
start_time = getTimer();
onEnterFrame = function () {
elapsed_time = getTimer() - start_time;
_root.count.text = time_to_string(elapsed_time);
};
}
frame 8 {
tubo = false;
Elena = true;
}
frame 8 {
_root.lampo.gotoAndPlay(2);
}
frame 8 {
function miaFunzione() {
++mycount;
_root.disp = mycount;
if (mycount == 1) {
_root.camera.Elena.gotoAndPlay('respiro');
clearInterval(myId);
}
}
var mycount = 0;
myId = setInterval(miaFunzione, 900);
}
movieClip 545 {
}
movieClip 553 {
}
movieClip 559 {
}
movieClip 561 {
}
movieClip 565 {
frame 1 {
stop();
}
instance of movieClip 361 {
onClipEvent (press) {
_root.camera.lavabo.nextFrame();
}
}
frame 2 {
stop();
_root.menu.tubo.nextFrame();
}
}
movieClip 568 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 574 {
}
movieClip 575 {
frame 1 {
stop();
}
}
movieClip 577 {
}
movieClip 578 {
instance id1 of movieClip 577 {
onClipEvent (rollOver) {
_root.rada = 'Elena';
}
onClipEvent (rollOut) {
_root.rada = '';
}
}
}
movieClip 579 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 582 {
on (press) {
_root.camera.tappeto.nextFrame();
}
}
movieClip 584 {
}
button 586 {
on (press) {
_root.camera.tappeto.nextFrame();
_root.menu.bustarella.nextFrame();
}
}
movieClip 587 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
button 591 {
on (press) {
_root.camera.Lettino.Lenzuolo.nextFrame();
_root.camera.appendino.nextFrame();
}
}
button 594 {
on (press) {
_root.Lettino.Lenzuolo.profilattico.startDrag(true);
}
on (release) {
if (_root.Lettino.Lenzuolo.profilattico.hitTest(_root.cerchio)) {
_root.profilattico._visible = '0';
_root.cerchio.gotoAndStop(2);
}
_root.Lettino.Lenzuolo.profilattico.stopDrag();
}
}
movieClip 595 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 2 {
_root.menu.prof.nextFrame();
}
}
button 596 {
on (press) {
_root.camera.Lettino.Lenzuolo.profilattico.nextFrame();
}
}
movieClip 597 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.appendino.nextFrame();
}
frame 3 {
stop();
}
}
movieClip 598 {
}
button 600 {
on (press) {
_root.camera.lampadina.gotoAndPlay(2);
_root.camera.Luceinterna.nextFrame();
_root.camera.interuttore.nextFrame();
}
}
button 602 {
on (press) {
_root.camera.lampadina.prevFrame();
_root.camera.Luceinterna.prevFrame();
_root.camera.interuttore.gotoAndStop(1);
}
}
movieClip 603 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 605 {
}
movieClip 609 {
}
movieClip 612 {
}
button 615 {
on (press) {
_root.camera.frigo.contreau.nextFrame();
}
}
movieClip 616 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 2 {
_root.menu.bott.nextFrame();
}
}
movieClip 617 {
frame 1 {
stop();
}
instance of movieClip 612 {
onClipEvent (press) {
_root.camera.frigo.nextFrame();
}
}
frame 2 {
stop();
}
}
button 619 {
on (press) {
_root.camera.sedia.nextFrame();
}
}
movieClip 621 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.camera.tappeto.nextFrame();
}
}
movieClip 625 {
}
movieClip 629 {
frame 1 {
stop();
}
frame 2 {
stop();
var vento = new Sound(this);
vento.attachSound('Air');
Vento.start();
}
}
button 632 {
on (press) {
_root.camera.Finestra.Anta.nextFrame();
_root.camera.Finestra.Tenda.gotoAndPlay(2);
_root.camera.Flavio.Mosche.gotoAndPlay('via');
_root.camera.Flavio.gotoAndPlay(2);
}
}
movieClip 653 {
frame 1 {
stop();
}
frame 39 {
gotoAndPlay(2);
}
}
movieClip 656 {
}
movieClip 657 {
}
movieClip 659 {
}
movieClip 665 {
}
button 668 {
on (press) {
_root.camera.Elena.gotoAndPlay('colpo');
}
}
movieClip 669 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 728 {
on (press) {
this.nextFrame();
_root.menu.keycollo.nextFrame();
}
}
movieClip 729 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 730 {
frame 1 {
_root.Elena = true;
}
frame 1 {
stop();
}
frame 23 {
gotoAndPlay(2);
}
frame 45 {
_root.camera.Elena.chiazza._alpha = 100;
}
frame 71 {
gotoAndPlay(2);
}
frame 79 {
_root.Elena = false;
}
frame 79 {
stop();
_root.menu.tubo.nextFrame();
}
instance of movieClip 729 {
onClipEvent (press) {
this.nextFrame();
}
}
}
movieClip 905 {
frame 182 {
gotoAndPlay(2);
}
frame 189 {
stop();
}
}
movieClip 906 {
frame 1 {
stop();
}
}
movieClip 914 {
frame 1 {
stop();
}
frame 86 {
_root.camera.Luceinterna.prevFrame();
_root.camera.interuttore.nextFrame();
_root.camera.Elena.gotoAndPlay('doglie');
}
frame 118 {
stop();
}
}
movieClip 916 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 917 {
instance Flavio of movieClip 906 {
onClipEvent (rollOver) {
_root.rada = 'Cadavere di Flavio';
}
onClipEvent (rollOut) {
_root.rada = '';
}
}
}
// unknown tag 88 length 292
instance of movieClip 350 {
onClipEvent (enterFrame) {
if (_root.tubo == true) {
_root.camera.Elena.areatesta.gotoAndStop(2);
} else {
_root.camera.Elena.areatesta.gotoAndStop(1);
}
}
}
frame 9 {
stop();
}
movieClip 924 {
}
movieClip 927 {
}
movieClip 928 {
}
frame 10 {
stop();
}
movieClip 930 {
}