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

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

World Cup 2010 Champion - very humoristic flash parody.swf

This is the info page for
Flash #89025

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


ActionScript [AS1/AS2]
Combined Code
movieClip 4 { frame 1 { stop(); } } movieClip 6 { frame 1 { stop(); } } movieClip 8 { frame 1 { stop(); } } // unknown tag 88 length 4 movieClip 14 { frame 1 { stop(); } } movieClip 17 { frame 1 { stop(); } } movieClip 19 { } movieClip 26 { } movieClip 27 { instance treug of movieClip 26 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _parent._parent.uprmovie.triger = 1; this.startDrag(0, 0, 0, 100, true); } } onClipEvent (mouseUp) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.stopDrag(); _parent._parent.uprmovie.triger = 0; labelGo = Math.floor(_parent._parent._parent._totalFrames * (this._x / 100)); if (_parent._parent.mystop == 1) { _parent._parent._parent.gotoAndStop(labelGo); _parent._parent.mystop = 1; } else { _parent._parent._parent.gotoAndPlay(labelGo); } } } } } button 31 { on (release) { nextFrame(); } } movieClip 34 { frame 1 { stop(); } frame 3 { gotoAndStop(1); } } movieClip 40 { frame 1 { stop(); } } movieClip 41 menu { instance znak_stop of movieClip 4 { onClipEvent (load) { _parent.mystop = 0; } onClipEvent (keyDown) { if (Key.isDown(32)) { Z; if (_parent.mystop == 0) { _parent._parent.stop(); this.gotoAndStop(2); _parent.mystop = 1; } else { _parent._parent.play(); this.gotoAndStop(1); _parent.mystop = 0; } } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { if (_parent.mystop == 0) { _parent._parent.stop(); this.gotoAndStop(2); _parent.mystop = 1; } else { _parent._parent.play(); this.gotoAndStop(1); _parent.mystop = 0; } } } } instance of movieClip 6 { onClipEvent (keyDown) { if (Key.isDown(39)) { _parent._parent.nextFrame(); _parent.mystop = 1; _parent.znak_stop.gotoAndStop(2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { _parent._parent.nextFrame(); _parent.mystop = 1; _parent.znak_stop.gotoAndStop(2); } } } instance of movieClip 6 { onClipEvent (keyDown) { if (Key.isDown(37)) { _parent._parent.prevFrame(); _parent.mystop = 1; } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { _parent._parent.prevFrame(); _parent.mystop = 1; } } } instance of movieClip 8 { onClipEvent (keyDown) { if (Key.isDown(38)) { _parent._parent.gotoAndStop(_parent._parent._totalFrames); _parent.mystop = 1; _parent.znak_stop.gotoAndStop(2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { _parent._parent.gotoAndStop(_parent._parent._totalFrames); _parent.mystop = 1; _parent.znak_stop.gotoAndStop(2); } } } instance of movieClip 8 { onClipEvent (keyDown) { if (Key.isDown(40)) { _parent._parent.gotoAndStop(1); _parent.mystop = 1; _parent.znak_stop.gotoAndStop(2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { _parent._parent.gotoAndStop(1); _parent.mystop = 1; _parent.znak_stop.gotoAndStop(2); } } } instance qual of movieClip 14 { onClipEvent (keyDown) { if (Key.isDown(81)) { if (this._currentFrame == 1) { this.gotoAndStop(2); _quality = 'medium'; } else { if (this._currentFrame == 2) { this.gotoAndStop(3); _quality = 'low'; } else { if (this._currentFrame == 3) { this.gotoAndStop(1); _quality = 'best'; } } } } if (Key.isDown(76)) { this.gotoAndStop(3); _quality = 'low'; } if (Key.isDown(77)) { this.gotoAndStop(2); _quality = 'medium'; } if (Key.isDown(78)) { this.gotoAndStop(1); _quality = 'best'; } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { if (this._currentFrame == 1) { this.gotoAndStop(2); _quality = 'medium'; } else { if (this._currentFrame == 2) { this.gotoAndStop(3); _quality = 'low'; } else { if (this._currentFrame == 3) { this.gotoAndStop(1); _quality = 'best'; } } } } } } instance of movieClip 17 { onClipEvent (keyDown) { if (Key.isDown(70)) { if (this._currentFrame == 1) { fscommand('fullscreen', true); this.gotoAndStop(2); } else { fscommand('fullscreen', false); this.gotoAndStop(1); } } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { if (this._currentFrame == 1) { this.gotoAndStop(2); fscommand('fullscreen', true); } else { fscommand('fullscreen', false); this.gotoAndStop(1); } } } } instance uprmovie of movieClip 19 { onClipEvent (load) { this.FPS = 25; this.triger = 0; this._visible = false; } onClipEvent (enterFrame) { if (this.triger == 0) { procent = (_parent._parent._currentFrame / _parent._parent._totalFrames) * 100; _parent.myscroll.treug._x = procent; } if (_parent.movieFrame._currentFrame == 1) { _parent.txttotal = _parent._parent._totalFrames; _parent.txtcurrent = _parent._parent._currentFrame; } else { tekmin = Math.floor(_parent._parent._currentFrame / this.FPS / 60); tekSecond = Math.floor(_parent._parent._currentFrame / this.FPS % 60); if (tekSecond < 10) { _parent.txtcurrent = String(tekmin) + ':0' + String(tekSecond); } else { _parent.txtcurrent = String(tekmin) + ':' + String(tekSecond); } vsegoSecond = Math.floor(_parent._parent._totalFrames / this.FPS * 60); tekmin = Math.floor(_parent._parent._currentFrame / this.FPS / 60); tekSecond = Math.floor(_parent._parent._currentFrame / this.FPS % 60); _parent.txttotal = String(String(vsegoSecond) + ':' + String(Math.floor(_parent._parent._totalFrames / this.FPS % 60))); } } onClipEvent (keyDown) { if (Key.isDown(86)) { if (_parent._visible == true) { _parent._visible = false; } else { _parent._visible = true; } } } } instance myscroll of movieClip 27 { onClipEvent (load) { this.treug._y = 0; this.treug._x = 0; } } instance of movieClip 40 { onClipEvent (keyDown) { if (Key.isDown(87)) { getURL('http://www.toongu.ru', '_blank'); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse) == true) { getURL('http://www.toongu.ru', '_blank'); } } } } movieClip 44 { } movieClip 46 { } movieClip 48 { } button 53 { on (release) { _root.play(); } } movieClip 54 FBRoundPreloader { frame 1 { function setProgress(pt) { txt.text = pt + '%'; if (pt <= 50) { seg2_mc.mask._rotation = 0; seg1_mc.mask._rotation = 180 * (pt / 50); } else { seg1_mc.mask._rotation = 180; seg2_mc.mask._rotation = 180 * ((pt - 50) / 50); } } _root.stop(); stop(); onEnterFrame = function () { pctLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); setProgress(pctLoaded); if (pctLoaded == 100 && _root.getBytesTotal()) { nextFrame(); delete onEnterFrame; } }; } } movieClip 161 { } movieClip 173 { } movieClip 174 { } // unknown tag 88 length 62 movieClip 443 { } movieClip 527 { } movieClip 692 { } movieClip 695 { } movieClip 697 { } movieClip 820 { } movieClip 935 { } // unknown tag 88 length 151 button 940 { on (release) { getURL('http://www.uefamily.com', ''); } } button 941 { on (release) { gotoAndPlay(4); } } frame 2286 { stop(); }




http://swfchan.com/18/89025/info.shtml
Created: 29/3 -2019 05:33:55 Last modified: 29/3 -2019 05:33:55 Server time: 12/05 -2024 00:16:14