STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228095
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/19068092?noj=FRM19068092-5DC" width="1" height="1"></div>

sugary-hentai-gallery.swf

This is the info page for
Flash #96698

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
movieClip 2 { } movieClip 3 { } // unknown tag 88 length 79 movieClip 8 unlocked { frame 88 { stop(); } } frame 1 { var presionado = new Boolean(false); var huevo_h_encontrado = new Boolean(false); var huevo_t_encontrado = new Boolean(false); var huevo_y_encontrado = new Boolean(false); var huevo_h_abierto = false; var huevo_t_abierto = false; var huevo_y_abierto = false; var FIN_H = new Boolean(false); var FIN_T = new Boolean(false); var FIN_Y = new Boolean(false); var FIN_A = new Boolean(false); var unlocked_h = new Boolean(false); var unlocked_t = new Boolean(false); var unlocked_y = new Boolean(false); var unlocked_ff = new Boolean(false); var unlocked_ee = new Boolean(false); var unlocked_dj = new Boolean(false); var unlocked_a = new Boolean(false); var unlocked_dl = new Boolean(false); var escuchadot = new Boolean(false); var vector_h = new Array(40); var vector_t = new Array(40); var vector_y = new Array(35); i = 0; while (i < vector_h.length) { vector_h[i] = 0; vector_t[i] = 0; if (i < 35) { vector_y[i] = 0; } ++i; } } // unknown tag 88 length 84 movieClip 16 { } movieClip 19 { } button 25 { on (release) { _root.play(); } } movieClip 27 { } movieClip 29 { frame 8 { stop(); } } movieClip 47 { } movieClip 48 { } movieClip 49 { frame 1 { _root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded < 100) { bar._yscale = PercentLoaded; } else { gotoAndStop('loaded'); } } frame 2 { gotoAndPlay(1); } } movieClip 54 { } movieClip 56 { } movieClip 57 { frame 1 { stop(); abierto = new Boolean(false); this.onRelease = function () { if (abierto == false) { this.gotoAndStop(2); abierto = true; } else { myFadeOut = new mx.transitions.Tween(cuadro, '_alpha', mx.transitions.easing.Strong.easeOut, 75, 0, 0.5, true); new mx.transitions.Tween(texto, '_alpha', mx.transitions.easing.Strong.easeOut, 100, 0, 0.4, true); myFadeOut.onMotionFinished = function () { _root.akari.gotoAndStop(1); abierto = false; }; } }; } frame 2 { stop(); new mx.transitions.Tween(cuadro, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 85, 1, true); new mx.transitions.Tween(texto, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 0.75, true); } } movieClip 996 __Packages.mx.transitions.OnEnterFrameBeacon { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.OnEnterFrameBeacon) { var v1 = function () {}; mx.transitions.OnEnterFrameBeacon = v1; var v2 = v1.prototype; v1.init = function () { var v4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(v4); var v3 = _root.createEmptyMovieClip('__OnEnterFrameBeacon', 9876); v3.onEnterFrame = function () { _global.MovieClip.broadcastMessage('onEnterFrame'); }; } }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.OnEnterFrameBeacon.prototype, null, 1); } #endinitclip } movieClip 997 __Packages.mx.transitions.BroadcasterMX { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.BroadcasterMX) { var v1 = function () {}; mx.transitions.BroadcasterMX = v1; var v2 = v1.prototype; v1.initialize = function (o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } }; v2.addListener = function (o) { this.removeListener(o); if (this.broadcastMessage == undefined) { this.broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return this._listeners.push(o); }; v2.removeListener = function (o) { var v2 = this._listeners; var v3 = v2.length; while (v3--) { if (v2[v3] == o) { v2.splice(v3, 1); if (!v2.length) { this.broadcastMessage = undefined; } return true; } } return false; }; v2.broadcastMessage = function () { var v5 = String(arguments.shift()); var v4 = this._listeners.concat(); var v6 = v4.length; var v3 = 0; while (v3 < v6) { v4[v3][v5].apply(v4[v3], arguments); ++v3; } }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.BroadcasterMX.prototype, null, 1); } #endinitclip } movieClip 998 __Packages.mx.transitions.Tween { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.Tween) { var v1 = function (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return undefined; } this.obj = obj; this.prop = prop; this.begin = begin; this.__set__position(begin); this.__set__duration(duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.__set__finish(finish); this._listeners = []; this.addListener(this); this.start(); }; mx.transitions.Tween = v1; var v2 = v1.prototype; v2.__set__time = function (t) { this.prevTime = this._time; if (t > this.__get__duration()) { if (this.looping) { this.rewind(t - this._duration); this.update(); this.broadcastMessage('onMotionLooped', this); } else { if (this.useSeconds) { this._time = this._duration; this.update(); } this.stop(); this.broadcastMessage('onMotionFinished', this); } } else { if (t < 0) { this.rewind(); this.update(); } else { this._time = t; this.update(); } } return this.__get__time(); }; v2.__get__time = function () { return this._time; }; v2.__set__duration = function (d) { this._duration = (d == null || d <= 0) ? _global.Infinity : d; return this.__get__duration(); }; v2.__get__duration = function () { return this._duration; }; v2.__set__FPS = function (fps) { var v2 = this.isPlaying; this.stopEnterFrame(); this._fps = fps; if (v2) { this.startEnterFrame(); } return this.__get__FPS(); }; v2.__get__FPS = function () { return this._fps; }; v2.__set__position = function (p) { this.setPosition(p); return this.__get__position(); }; v2.setPosition = function (p) { this.prevPos = this._pos; this._pos = p; this.obj[this.prop] = this._pos; this.broadcastMessage('onMotionChanged', this, this._pos); updateAfterEvent(); }; v2.__get__position = function () { return this.getPosition(); }; v2.getPosition = function (t) { if (t == undefined) { t = this._time; } return this.func(t, this.begin, this.change, this._duration); }; v2.__set__finish = function (f) { this.change = f - this.begin; return this.__get__finish(); }; v2.__get__finish = function () { return this.begin + this.change; }; v2.continueTo = function (finish, duration) { this.begin = this.position; this.__set__finish(finish); if (duration != undefined) { this.__set__duration(duration); } this.start(); }; v2.yoyo = function () { this.continueTo(this.begin, this.__get__time()); }; v2.startEnterFrame = function () { if (this._fps == undefined) { _global.MovieClip.addListener(this); } else { this._intervalID = setInterval(this, 'onEnterFrame', 1000 / this._fps); } this.isPlaying = true; }; v2.stopEnterFrame = function () { if (this._fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(this._intervalID); } this.isPlaying = false; }; v2.start = function () { this.rewind(); this.startEnterFrame(); this.broadcastMessage('onMotionStarted', this); }; v2.stop = function () { this.stopEnterFrame(); this.broadcastMessage('onMotionStopped', this); }; v2.resume = function () { this.fixTime(); this.startEnterFrame(); this.broadcastMessage('onMotionResumed', this); }; v2.rewind = function (t) { this._time = (t == undefined) ? 0 : t; this.fixTime(); this.update(); }; v2.fforward = function () { this.__set__time(this._duration); this.fixTime(); }; v2.nextFrame = function () { if (this.useSeconds) { this.__set__time((getTimer() - this._startTime) / 1000); } else { this.__set__time(this._time + 1); } }; v2.onEnterFrame = function () { this.nextFrame(); }; v2.prevFrame = function () { if (!this.useSeconds) { this.__set__time(this._time - 1); } }; v2.toString = function () { return '[Tween]'; }; v2.fixTime = function () { if (this.useSeconds) { this._startTime = getTimer() - this._time * 1000; } }; v2.update = function () { this.__set__position(this.getPosition(this._time)); }; v1.version = '1.1.0.52'; v1.__initBeacon = mx.transitions.OnEnterFrameBeacon.init(); v1.__initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); v2.func = function (t, b, c, d) { return c * t / d + b; }; v2.addProperty('FPS', v2.__get__FPS, v2.__set__FPS); v2.addProperty('duration', v2.__get__duration, v2.__set__duration); v2.addProperty('finish', v2.__get__finish, v2.__set__finish); v2.addProperty('position', v2.__get__position, v2.__set__position); v2.addProperty('time', v2.__get__time, v2.__set__time); ASSetPropFlags(mx.transitions.Tween.prototype, null, 1); } #endinitclip } movieClip 999 __Packages.mx.transitions.easing.Strong { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.easing) { _global.mx.transitions.easing = new Object(); } if (!_global.mx.transitions.easing.Strong) { var v1 = function () {}; mx.transitions.easing.Strong = v1; var v2 = v1.prototype; v1.easeIn = function (t, b, c, d) { t /= d; return c * t * t * t * t * t + b; }; v1.easeOut = function (t, b, c, d) { t = t / d - 1; return c * (t * t * t * t * t + 1) + b; }; v1.easeInOut = function (t, b, c, d) { t /= d / 2; if (t < 1) { return (c / 2) * t * t * t * t * t + b; } t -= 2; return (c / 2) * (t * t * t * t * t + 2) + b; }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.easing.Strong.prototype, null, 1); } #endinitclip } movieClip 1000 __Packages.mx.transitions.easing.Regular { #initclip if (!_global.mx) { _global.mx = new Object(); } if (!_global.mx.transitions) { _global.mx.transitions = new Object(); } if (!_global.mx.transitions.easing) { _global.mx.transitions.easing = new Object(); } if (!_global.mx.transitions.easing.Regular) { var v1 = function () {}; mx.transitions.easing.Regular = v1; var v2 = v1.prototype; v1.easeIn = function (t, b, c, d) { t /= d; return c * t * t + b; }; v1.easeOut = function (t, b, c, d) { t /= d; return -c * t * (t - 2) + b; }; v1.easeInOut = function (t, b, c, d) { t /= d / 2; if (t < 1) { return (c / 2) * t * t + b; } return (-c / 2) * (--t * (t - 2) - 1) + b; }; v1.version = '1.1.0.52'; ASSetPropFlags(mx.transitions.easing.Regular.prototype, null, 1); } #endinitclip } frame 2 { slidermusica._x = 266.9; } frame 2 { stop(); if (FIN_A == false) { } } movieClip 60 { } movieClip 63 { } movieClip 69 { } movieClip 71 { } button 72 { on (release) { if (unlocked_dl == false) { unlocked_dl = true; _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; } getURL('http://www.megaupload.com/?d=VJNH311W', '_blank'); } } button 75 { on (release) { gotoAndStop(3); } } button 78 { on (release) { gotoAndStop(4); } } movieClip 82 { } button 85 { on (release) { gotoAndStop(5); } } movieClip 89 { } movieClip 92 { } movieClip 95 { } movieClip 96 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 98 { } movieClip 100 { } movieClip 101 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 103 { } movieClip 105 { } movieClip 106 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 107 { frame 1 { currentSong = new Sound(); reproduciendo1 = new Boolean(false); reproduciendo2 = new Boolean(false); reproduciendo3 = new Boolean(false); escuchado1 = new Boolean(true); escuchado2 = new Boolean(false); escuchado3 = new Boolean(false); reproduciendo1 = true; currentSong.stop(); currentSong.attachSound('cancion1'); currentSong.start(0, 999); play1.gotoAndStop(2); handlemusica._x = 125; handlemusica.onPress = function () { this.startDrag(false, 0, 0, 175, 0); }; handlemusica.onRelease = function () { this.stopDrag(); }; handlemusica.onReleaseOutside = function () { this.stopDrag(); }; handlemusica.onEnterFrame = function () { currentSong.setVolume(-1 * handlemusica._x); }; play1.onRelease = function () { if (reproduciendo1 == false) { this.gotoAndStop(2); play2.gotoAndStop(1); play3.gotoAndStop(1); currentSong.stop(); currentSong.attachSound('cancion1'); currentSong.start(0, 999); reproduciendo1 = true; reproduciendo2 = false; reproduciendo3 = false; trace(escuchado1); } else { if (reproduciendo1 == true) { currentSong.stop(); this.gotoAndStop(1); reproduciendo1 = false; } } }; play2.onRelease = function () { if (reproduciendo2 == false) { this.gotoAndStop(2); play1.gotoAndStop(1); play3.gotoAndStop(1); currentSong.stop(); currentSong.attachSound('cancion2'); currentSong.start(0, 999); reproduciendo2 = true; reproduciendo1 = false; reproduciendo3 = false; escuchado2 = true; trace(escuchado2); if (escuchado1 == true && escuchado2 == true && escuchado3 == true && _root.escuchadot == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); _root.mc_unlocked._x = 430; _root.mc_unlocked._y = 190; _root.escuchadot = true; } } else { if (reproduciendo2 == true) { currentSong.stop(); this.gotoAndStop(1); reproduciendo2 = false; } } }; play3.onRelease = function () { if (reproduciendo3 == false) { this.gotoAndStop(2); play1.gotoAndStop(1); play2.gotoAndStop(1); currentSong.stop(); currentSong.attachSound('cancion3'); currentSong.start(0, 999); reproduciendo3 = true; reproduciendo1 = false; reproduciendo2 = false; escuchado3 = true; trace(escuchado3); if (escuchado1 == true && escuchado2 == true && escuchado3 == true && _root.escuchadot == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); _root.mc_unlocked._x = 430; _root.mc_unlocked._y = 190; _root.escuchadot = true; } } else { if (reproduciendo3 == true) { currentSong.stop(); this.gotoAndStop(1); reproduciendo3 = false; } } }; } } movieClip 111 { } movieClip 114 image1 { } movieClip 117 image2 { } movieClip 120 image3 { } movieClip 123 image4 { } movieClip 126 image5 { } movieClip 129 image6 { } movieClip 132 image7 { } movieClip 135 image8 { } movieClip 138 image9 { } movieClip 141 image10 { } movieClip 144 image11 { } movieClip 147 image12 { } movieClip 150 image13 { } movieClip 153 image14 { } movieClip 156 image15 { } movieClip 159 image16 { } movieClip 162 image17 { } movieClip 165 image18 { } movieClip 168 image19 { } movieClip 171 image20 { } movieClip 174 image21 { } movieClip 177 image22 { } movieClip 180 image23 { } movieClip 183 image24 { } movieClip 186 image25 { } movieClip 189 image26 { } movieClip 192 image27 { } movieClip 195 image28 { } movieClip 198 image29 { } movieClip 201 image30 { } movieClip 204 image31 { } movieClip 207 image32 { } movieClip 210 image33 { } movieClip 213 image34 { } movieClip 216 image35 { } movieClip 219 image36 { } movieClip 222 image37 { } movieClip 225 image38 { } movieClip 228 image39 { } movieClip 231 image40 { } movieClip 234 thumb1 { } movieClip 237 thumb2 { } movieClip 240 thumb3 { } movieClip 243 thumb4 { } movieClip 246 thumb5 { } movieClip 249 thumb6 { } movieClip 252 thumb7 { } movieClip 255 thumb8 { } movieClip 258 thumb9 { } movieClip 261 thumb10 { } movieClip 264 thumb11 { } movieClip 267 thumb12 { } movieClip 270 thumb13 { } movieClip 273 thumb14 { } movieClip 276 thumb15 { } movieClip 279 thumb16 { } movieClip 282 thumb17 { } movieClip 285 thumb18 { } movieClip 288 thumb19 { } movieClip 291 thumb20 { } movieClip 294 thumb21 { } movieClip 297 thumb22 { } movieClip 300 thumb23 { } movieClip 303 thumb24 { } movieClip 306 thumb25 { } movieClip 309 thumb26 { } movieClip 312 thumb27 { } movieClip 315 thumb28 { } movieClip 318 thumb29 { } movieClip 321 thumb30 { } movieClip 324 thumb31 { } movieClip 327 thumb32 { } movieClip 330 thumb33 { } movieClip 333 thumb34 { } movieClip 336 thumb35 { } movieClip 339 thumb36 { } movieClip 342 thumb37 { } movieClip 345 thumb38 { } movieClip 348 thumb39 { } movieClip 351 thumb40 { } movieClip 354 image41 { } movieClip 357 image42 { } movieClip 360 image43 { } movieClip 363 image44 { } movieClip 366 image45 { } movieClip 369 image46 { } movieClip 372 image47 { } movieClip 375 image48 { } movieClip 378 image49 { } movieClip 381 image50 { } movieClip 384 image51 { } movieClip 387 image52 { } movieClip 390 image53 { } movieClip 393 image54 { } movieClip 396 image55 { } movieClip 399 image56 { } movieClip 402 image57 { } movieClip 405 image58 { } movieClip 408 image59 { } movieClip 411 image60 { } movieClip 414 image61 { } movieClip 417 image62 { } movieClip 420 image63 { } movieClip 423 image64 { } movieClip 426 image65 { } movieClip 429 image66 { } movieClip 432 image67 { } movieClip 435 image68 { } movieClip 438 image69 { } movieClip 441 image70 { } movieClip 444 image71 { } movieClip 447 image72 { } movieClip 450 image73 { } movieClip 453 image74 { } movieClip 456 image75 { } movieClip 459 image76 { } movieClip 462 image77 { } movieClip 465 image78 { } movieClip 468 image79 { } movieClip 471 image80 { } movieClip 474 thumb41 { } movieClip 477 thumb42 { } movieClip 480 thumb43 { } movieClip 483 thumb44 { } movieClip 486 thumb45 { } movieClip 489 thumb46 { } movieClip 492 thumb47 { } movieClip 495 thumb48 { } movieClip 498 thumb49 { } movieClip 501 thumb50 { } movieClip 504 thumb51 { } movieClip 507 thumb52 { } movieClip 510 thumb53 { } movieClip 513 thumb54 { } movieClip 516 thumb55 { } movieClip 519 thumb56 { } movieClip 522 thumb57 { } movieClip 525 thumb58 { } movieClip 528 thumb59 { } movieClip 531 thumb60 { } movieClip 534 thumb61 { } movieClip 537 thumb62 { } movieClip 540 thumb63 { } movieClip 543 thumb64 { } movieClip 546 thumb65 { } movieClip 549 thumb66 { } movieClip 552 thumb67 { } movieClip 555 thumb68 { } movieClip 558 thumb69 { } movieClip 561 thumb70 { } movieClip 564 thumb71 { } movieClip 567 thumb72 { } movieClip 570 thumb73 { } movieClip 573 thumb74 { } movieClip 576 thumb75 { } movieClip 579 thumb76 { } movieClip 582 thumb77 { } movieClip 585 thumb78 { } movieClip 588 thumb79 { } movieClip 591 thumb80 { } movieClip 594 image101 { } movieClip 597 image102 { } movieClip 600 image103 { } movieClip 603 image104 { } movieClip 606 image105 { } movieClip 609 image106 { } movieClip 612 image107 { } movieClip 615 image108 { } movieClip 618 image109 { } movieClip 621 image110 { } movieClip 624 image111 { } movieClip 627 image112 { } movieClip 630 image113 { } movieClip 633 image114 { } movieClip 636 image115 { } movieClip 639 image116 { } movieClip 642 image117 { } movieClip 645 image118 { } movieClip 648 image119 { } movieClip 651 image120 { } movieClip 654 image121 { } movieClip 657 image122 { } movieClip 660 image123 { } movieClip 663 image124 { } movieClip 666 image125 { } movieClip 669 image126 { } movieClip 672 image127 { } movieClip 675 image128 { } movieClip 678 image129 { } movieClip 681 image130 { } movieClip 684 image131 { } movieClip 687 image132 { } movieClip 690 image133 { } movieClip 693 image134 { } movieClip 696 image135 { } movieClip 699 thumb101 { } movieClip 702 thumb102 { } movieClip 705 thumb103 { } movieClip 708 thumb104 { } movieClip 711 thumb105 { } movieClip 714 thumb106 { } movieClip 717 thumb107 { } movieClip 720 thumb108 { } movieClip 723 thumb109 { } movieClip 726 thumb110 { } movieClip 729 thumb111 { } movieClip 732 thumb112 { } movieClip 735 thumb113 { } movieClip 738 thumb114 { } movieClip 741 thumb115 { } movieClip 744 thumb116 { } movieClip 747 thumb117 { } movieClip 750 thumb118 { } movieClip 753 thumb119 { } movieClip 756 thumb120 { } movieClip 759 thumb121 { } movieClip 762 thumb122 { } movieClip 765 thumb123 { } movieClip 768 thumb124 { } movieClip 771 thumb125 { } movieClip 774 thumb126 { } movieClip 777 thumb127 { } movieClip 780 thumb128 { } movieClip 783 thumb129 { } movieClip 786 thumb130 { } movieClip 789 thumb131 { } movieClip 792 thumb132 { } movieClip 795 thumb133 { } movieClip 798 thumb134 { } movieClip 801 thumb135 { } movieClip 808 { } button 809 { on (release) { _root.sidebar.play(); } } movieClip 812 { frame 13 { stop(); } } button 814 { on (release) { _root.gotoAndStop(7); } } movieClip 819 { } movieClip 821 { } button 823 { on (release) { _root.gotoAndStop(6); } } button 826 { on (release) { _root.sidebar.play(); } } movieClip 828 { frame 1 { stop(); } frame 21 { stop(); } frame 41 { _root.sidebar.gotoAndStop(1); } } frame 3 { huevo_h.onRelease = function () { if (_root.huevo_h_abierto == false) { huevo_h.gotoAndPlay(2); } }; } frame 3 { stop(); this.createEmptyMovieClip('container', 0); container.setMask(mascara); huevo_h.stop(); slidermusica._x = slidermusica._width / 2 - 19; new mx.transitions.Tween(container, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); new mx.transitions.Tween(slider, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); new mx.transitions.Tween(browse_btn, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); var imagesNumber = 40; var numero = new Number(1); var f_browse = new Boolean(); var escondido = new Boolean(false); var posiciones = new Array(); var tt = 1; while (tt <= imagesNumber) { var mvcReference = _root['pos' + tt]; posiciones[tt] = mvcReference; ++tt; } i = 1; while (i <= imagesNumber) { container.attachMovie('thumb' + i, 'thumb' + i + '_mc', i); myThumb_mc = container['thumb' + i + '_mc']; myThumb_mc._x = posiciones[i]._x; myThumb_mc._y = posiciones[i]._y; myThumb_mc._alpha = 75; var c = new Color(myThumb_mc); var trans = {'ra': '100', 'rb': '34', 'ga': '100', 'gb': '34', 'ba': '75', 'bb': '-34'}; c.setTransform(trans); myThumb_mc.largerImage = i; myThumb_mc.onRollOver = function () { this._alpha = 100; var v2 = new Color(this); var v3 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0'}; v2.setTransform(v3); }; myThumb_mc.onRollOut = function () { this._alpha = 75; var v2 = new Color(this); var v3 = {'ra': '100', 'rb': '34', 'ga': '100', 'gb': '34', 'ba': '75', 'bb': '-34'}; v2.setTransform(v3); }; myThumb_mc.onRelease = function () { _root.attachMovie('image' + this.largerImage, 'large_mc', 2); new mx.transitions.Tween(large_mc, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 0.5, true); if (vector_h[this.largerImage - 1] == 0) { vector_h[this.largerImage - 1] = 1; } large_mc.onRelease = function () { large_mc.removeMovieClip(); }; }; ++i; } if (FIN_H == false) { pindorcho.onEnterFrame = function () { vistas_h = 0; i = 0; while (i < vector_h.length) { if (vector_h[i] == 1) { ++vistas_h; } ++i; } if (vistas_h == 40) { FIN_H = true; if (unlocked_h == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; unlocked_h = true; } } }; } } movieClip 829 { } movieClip 834 { } button 835 { on (release) { _root.f_browse = true; _root.attachMovie('image1', 'button_mc', 2); if (vector_h[0] == 0) { vector_h[0] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); }; if (unlocked_ff == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; unlocked_ff = true; } } on (keyPress '<Left>') { if (_root.numero > 1) { button_mc.removeMovieClip(); --_root.numero; _root.attachMovie('image' + _root.numero, 'button_mc', 2); if (vector_h[_root.numero - 1] == 0) { vector_h[_root.numero - 1] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 1; _root.f_browse = false; }; } } on (keyPress '<Right>') { if (_root.numero < 40 && _root.f_browse == true) { button_mc.removeMovieClip(); ++_root.numero; _root.attachMovie('image' + _root.numero, 'button_mc', 2); if (vector_h[_root.numero - 1] == 0) { vector_h[_root.numero - 1] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 1; _root.f_browse = false; }; } } } button 837 { on (release) { getURL('http://www.megaupload.com/?d=5V3LATVT', '_blank'); } } movieClip 846 { frame 15 { stop(); } } button 848 { on (release) { _root.container.removeMovieClip(); gotoAndStop(2); } } button 851 { on (release) { function fadeIn() { if (_root.numero < 40) { ++_root.numero; _root.attachMovie('image' + _root.numero, 'auto_mc2', 3); if (vector_h[_root.numero - 1] == 0) { vector_h[_root.numero - 1] = 1; } auto_mc2.onRelease = function () { this.removeMovieClip(); auto_mc.removeMovieClip(); _root.numero = 1; clearInterval(auto); abierto = false; }; myFadeIn = new mx.transitions.Tween(auto_mc2, '_alpha', mx.transitions.easing.Regular.easeIn, 0, 100, 1, true); myFadeIn.onMotionFinished = function () { if (abierto == true) { _root.attachMovie('image' + _root.numero, 'auto_mc', 2); if (vector_h[_root.numero - 1] == 0) { vector_h[_root.numero - 1] = 1; } auto_mc2.removeMovieClip(); auto_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 1; clearInterval(auto); }; } }; } } abierto = new Boolean(true); _root.attachMovie('image1', 'auto_mc', 2); if (vector_h[0] == 0) { vector_h[0] = 1; } auto_mc.onRelease = function () { clearInterval(auto); this.removeMovieClip(); abierto = false; }; auto = setInterval(fadeIn, 6000); } } // unknown tag 88 length 218 button 856 { on (release) { if (_root.escondido == false) { _root.escondido = true; _root.container._y += 600; } else { _root.container._y -= 600; _root.escondido = false; } if (_root.huevo_h_encontrado == false) { huevo_h.gotoAndStop(2); } } } movieClip 861 { } movieClip 864 { } movieClip 865 { frame 1 { handle.onPress = function () { this.startDrag(false, 0, 0, 110, 0); }; handle.onRelease = function () { this.stopDrag(); }; handle.onReleaseOutside = function () { this.stopDrag(); }; handle.onEnterFrame = function () { _root.container._x = -this._x; }; } } movieClip 867 { } movieClip 868 { } movieClip 873 { } movieClip 885 { } movieClip 886 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { _root.huevo_h_abierto = true; _root.huevo_h_encontrado = true; } frame 101 { gotoAndStop(1); } } frame 4 { huevo_t.onRelease = function () { if (_root.huevo_t_abierto == false) { huevo_t.gotoAndPlay(2); } }; } frame 4 { stop(); this.createEmptyMovieClip('container', 0); container.setMask(mascara); huevo_t.stop(); slidermusica._x = slidermusica._width / 2 - 19; new mx.transitions.Tween(container, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); new mx.transitions.Tween(slider, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); new mx.transitions.Tween(browse_btn, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); var imagesNumber = 40; var numero = new Number(41); var f_browse = new Boolean(); var posiciones = new Array(); var tt = 1; while (tt <= imagesNumber) { var mvcReference = _root['pos' + tt]; posiciones[tt] = mvcReference; ++tt; } i = 1; while (i <= imagesNumber) { container.attachMovie('thumb' + (i + 40), 'thumb' + (i + 40) + '_mc', i); myThumb_mc = container['thumb' + (i + 40) + '_mc']; myThumb_mc._x = posiciones[i]._x; myThumb_mc._y = posiciones[i]._y; myThumb_mc._alpha = 75; var c = new Color(myThumb_mc); var trans = {'ra': '100', 'rb': '-50', 'ga': '100', 'gb': '100', 'ba': '100', 'bb': '-50'}; c.setTransform(trans); myThumb_mc.largerImage = i + 40; myThumb_mc.onRollOver = function () { this._alpha = 100; var v2 = new Color(this); var v3 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0'}; v2.setTransform(v3); }; myThumb_mc.onRollOut = function () { this._alpha = 75; var v2 = new Color(this); var v3 = {'ra': '100', 'rb': '-50', 'ga': '100', 'gb': '100', 'ba': '100', 'bb': '-50'}; v2.setTransform(v3); }; myThumb_mc.onRelease = function () { _root.attachMovie('image' + this.largerImage, 'large_mc', 2); if (vector_t[this.largerImage - 41] == 0) { vector_t[this.largerImage - 41] = 1; } new mx.transitions.Tween(large_mc, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 0.5, true); large_mc.onRelease = function () { large_mc.removeMovieClip(); }; }; ++i; } if (FIN_T == false) { pindorcho2.onEnterFrame = function () { vistas_t = 0; i = 0; while (i < vector_t.length) { if (vector_t[i] == 1) { ++vistas_t; } ++i; } if (vistas_t == 40) { FIN_T = true; if (unlocked_t == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; unlocked_t = true; } } }; } } button 887 { on (release) { _root.f_browse = true; _root.attachMovie('image41', 'button_mc', 2); if (vector_t[0] == 0) { vector_t[0] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); }; if (unlocked_ff == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; unlocked_ff = true; } } on (keyPress '<Left>') { if (_root.numero > 41) { button_mc.removeMovieClip(); --_root.numero; _root.attachMovie('image' + _root.numero, 'button_mc', 2); if (vector_t[_root.numero - 41] == 0) { vector_t[_root.numero - 41] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 41; _root.f_browse = false; }; } } on (keyPress '<Right>') { if (_root.numero < 80 && _root.f_browse == true) { button_mc.removeMovieClip(); ++_root.numero; _root.attachMovie('image' + _root.numero, 'button_mc', 2); if (vector_t[_root.numero - 41] == 0) { vector_t[_root.numero - 41] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 41; _root.f_browse = false; }; } } } button 888 { on (release) { getURL('http://www.megaupload.com/?d=R4H4P7AR', '_blank'); } } button 889 { on (release) { function fadeIn() { if (_root.numero < 80) { ++_root.numero; _root.attachMovie('image' + _root.numero, 'auto_mc2', 3); if (vector_t[_root.numero - 41] == 0) { vector_t[_root.numero - 41] = 1; } auto_mc2.onRelease = function () { this.removeMovieClip(); auto_mc.removeMovieClip(); _root.numero = 41; clearInterval(auto); abierto = false; }; myFadeIn = new mx.transitions.Tween(auto_mc2, '_alpha', mx.transitions.easing.Regular.easeIn, 0, 100, 1, true); myFadeIn.onMotionFinished = function () { if (abierto == true) { _root.attachMovie('image' + _root.numero, 'auto_mc', 2); if (vector_t[_root.numero - 41] == 0) { vector_t[_root.numero - 41] = 1; } auto_mc2.removeMovieClip(); auto_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 41; clearInterval(auto); }; } }; } } abierto = new Boolean(true); _root.attachMovie('image41', 'auto_mc', 2); if (vector_t[0] == 0) { vector_t[0] = 1; } auto_mc.onRelease = function () { clearInterval(auto); this.removeMovieClip(); abierto = false; }; auto = setInterval(fadeIn, 6000); } } button 890 { on (release) { if (_root.escondido == false) { _root.escondido = true; _root.container._y += 600; } else { _root.container._y -= 600; _root.escondido = false; } if (_root.huevo_t_encontrado == false) { huevo_t.gotoAndStop(2); } } } movieClip 893 { } movieClip 895 { } movieClip 898 { } movieClip 899 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { _root.huevo_t_abierto = true; _root.huevo_t_encontrado = true; } frame 101 { gotoAndStop(1); } } frame 5 { huevo_y.onRelease = function () { if (_root.huevo_y_abierto == false) { huevo_y.gotoAndPlay(2); } }; } frame 5 { stop(); this.createEmptyMovieClip('container', 0); container.setMask(mascara); huevo_y.stop(); slidermusica._x = slidermusica._width / 2 - 19; new mx.transitions.Tween(container, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); new mx.transitions.Tween(slider, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); new mx.transitions.Tween(browse_btn, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 1.5, true); var imagesNumber = 35; var numero = new Number(101); var f_browse = new Boolean(false); var posiciones = new Array(); var tt = 1; while (tt <= imagesNumber) { var mvcReference = _root['pos' + tt]; posiciones[tt] = mvcReference; ++tt; } i = 1; while (i <= imagesNumber) { container.attachMovie('thumb' + (100 + i), 'thumb' + (100 + i) + '_mc', i); myThumb_mc = container['thumb' + (100 + i) + '_mc']; myThumb_mc._x = posiciones[i]._x; myThumb_mc._y = posiciones[i]._y; myThumb_mc._alpha = 75; var c = new Color(myThumb_mc); var trans = {'ra': '50', 'rb': '95', 'ga': '50', 'gb': '35', 'ba': '50', 'bb': '95'}; c.setTransform(trans); myThumb_mc.largerImage = i + 100; myThumb_mc.onRollOver = function () { this._alpha = 100; var v2 = new Color(this); var v3 = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0'}; v2.setTransform(v3); }; myThumb_mc.onRollOut = function () { this._alpha = 75; var v2 = new Color(this); var v3 = {'ra': '50', 'rb': '95', 'ga': '50', 'gb': '35', 'ba': '50', 'bb': '95'}; v2.setTransform(v3); }; myThumb_mc.onRelease = function () { _root.attachMovie('image' + this.largerImage, 'large_mc', 2); if (vector_y[this.largerImage - 101] == 0) { vector_y[this.largerImage - 101] = 1; } new mx.transitions.Tween(large_mc, '_alpha', mx.transitions.easing.Strong.easeOut, 0, 100, 0.5, true); large_mc.onRelease = function () { large_mc.removeMovieClip(); }; }; ++i; } if (FIN_Y == false) { pindorcho3.onEnterFrame = function () { vistas_y = 0; i = 0; while (i < vector_t.length) { if (vector_y[i] == 1) { ++vistas_y; } ++i; } if (vistas_y == 35) { FIN_Y = true; if (unlocked_y == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; unlocked_y = true; } } }; } } button 900 { on (release) { _root.f_browse = true; _root.attachMovie('image101', 'button_mc', 2); if (vector_y[0] == 0) { vector_y[0] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); }; if (unlocked_ff == false) { _root.attachMovie('unlocked', 'mc_unlocked', 10); mc_unlocked._x = 430; mc_unlocked._y = 190; unlocked_ff = true; } } on (keyPress '<Left>') { if (_root.numero > 101) { button_mc.removeMovieClip(); --_root.numero; _root.attachMovie('image' + _root.numero, 'button_mc', 2); if (vector_y[_root.numero - 101] == 0) { vector_y[_root.numero - 101] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 101; _root.f_browse = false; }; } } on (keyPress '<Right>') { if (_root.numero < 135 && _root.f_browse == true) { button_mc.removeMovieClip(); ++_root.numero; _root.attachMovie('image' + _root.numero, 'button_mc', 2); if (vector_y[_root.numero - 101] == 0) { vector_y[_root.numero - 101] = 1; } button_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 101; _root.f_browse = false; }; } } } button 901 { on (release) { getURL('http://www.megaupload.com/?d=E1ABSUPH', '_blank'); } } button 902 { on (release) { function fadeIn() { if (_root.numero < 135) { ++_root.numero; _root.attachMovie('image' + _root.numero, 'auto_mc2', 3); if (vector_y[_root.numero - 101] == 0) { vector_y[_root.numero - 101] = 1; } auto_mc2.onRelease = function () { this.removeMovieClip(); auto_mc.removeMovieClip(); _root.numero = 101; clearInterval(auto); abierto = false; }; myFadeIn = new mx.transitions.Tween(auto_mc2, '_alpha', mx.transitions.easing.Regular.easeIn, 0, 100, 1, true); myFadeIn.onMotionFinished = function () { if (abierto == true) { _root.attachMovie('image' + _root.numero, 'auto_mc', 2); if (vector_y[_root.numero - 101] == 0) { vector_y[_root.numero - 101] = 1; } auto_mc2.removeMovieClip(); auto_mc.onRelease = function () { this.removeMovieClip(); _root.numero = 101; clearInterval(auto); }; } }; } } abierto = new Boolean(true); _root.attachMovie('image101', 'auto_mc', 2); if (vector_y[0] == 0) { vector_y[0] = 1; } auto_mc.onRelease = function () { clearInterval(auto); this.removeMovieClip(); abierto = false; }; auto = setInterval(fadeIn, 6000); } } button 903 { on (release) { if (_root.escondido == false) { _root.escondido = true; _root.container._y += 600; } else { _root.container._y -= 600; _root.escondido = false; } if (_root.huevo_y_encontrado == false) { huevo_y.gotoAndStop(2); } } } movieClip 906 { } movieClip 908 { } movieClip 911 { } movieClip 912 { frame 1 { stop(); } frame 2 { } frame 3 { _root.huevo_y_abierto = true; _root.huevo_y_encontrado = true; } frame 101 { gotoAndStop(1); } } instance huevo_y of movieClip 912 { onClipEvent (load) { huevo_y.onRelease = function () { if (_root.huevo_y_abierto == false) { huevo_y.gotoAndPlay(2); } }; } } frame 6 { if (_root.huevo_h_encontrado == true) { agarrado_h.gotoAndStop(2); } if (_root.huevo_t_encontrado == true) { agarrado_t.gotoAndStop(2); } if (_root.huevo_y_encontrado == true) { agarrado_y.gotoAndStop(2); } if (_root.huevo_h_encontrado == true && _root.huevo_t_encontrado == true && _root.huevo_y_encontrado == true) { agarrado_reward.gotoAndStop(2); } } frame 6 { slidermusica._x = -500; } movieClip 915 { } movieClip 927 { } movieClip 928 { } movieClip 931 { } button 939 { on (release) { getURL('http://www.megaupload.com/?d=9XASNP8O', '_blank'); } } movieClip 940 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 943 { frame 1 { stop(); } frame 1 { stop(); } frame 2 { stop(); } } movieClip 944 { frame 1 { stop(); } frame 1 { stop(); } frame 2 { stop(); } } movieClip 945 { } movieClip 946 { frame 1 { stop(); } frame 1 { stop(); } frame 2 { stop(); } } frame 7 { stop(); if (unlocked_h == true) { trofeo_h.gotoAndStop(2); } if (unlocked_t == true) { trofeo_t.gotoAndStop(2); } if (unlocked_y == true) { trofeo_y.gotoAndStop(2); } if (unlocked_h == true && unlocked_t == true && unlocked_y == true) { trofeo_a.gotoAndStop(2); } if (_root.huevo_h_encontrado == true && _root.huevo_t_encontrado == true && _root.huevo_y_encontrado == true) { trofeo_ee.gotoAndStop(2); } if (unlocked_ff == true) { trofeo_ff.gotoAndStop(2); } if (unlocked_dl == true) { trofeo_dl.gotoAndStop(2); } if (_root.escuchadot == true) { trofeo_dj.gotoAndStop(2); } } frame 7 { slidermusica._x = -500; } movieClip 954 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 959 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 964 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 971 { } movieClip 975 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 980 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 985 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 990 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 995 { frame 1 { stop(); } frame 2 { stop(); } }




http://swfchan.com/20/96698/info.shtml
Created: 25/10 -2018 02:12:09 Last modified: 25/10 -2018 02:12:09 Server time: 05/05 -2024 18:06:20