| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229928 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2599 · P5197 |
![]() | This is the info page for Flash #240424 |
2 |
x |
t3 |
ActionScript [AS1/AS2]
Frame 1System.useCodepage = true; fscommand ("trapallkeys", true); fscommand ("showmenu", false); Stage.showMenu = false; _root.sky.sky2._xscale = 0; yy = this.getBytesTotal();Frame 2this.onEnterFrame = function () { percent = (this.getBytesLoaded() / yy) * 100; _root.sky.sky2._xscale = percent; };Frame 3if (percent == 100) { root.gotoAndPlay(this._currentframe + 1); } else { _root.gotoAndPlay("Loader"); }Frame 4stop();Frame 7_root.createEmptyMovieClip("soundLib", 10); i = 1; while (i <= 11) { soundLib.createEmptyMovieClip("holder" + i, i); _root["sound" + i] = new Sound(soundLib["holder" + i]); i++; } sound1.attachSound("nam"); sound2.attachSound("udar"); sound3.attachSound("chp"); sound4.attachSound("bowa1"); sound5.attachSound("bo_oi04"); sound6.attachSound("bo_oi06"); sound7.attachSound("Trackq08"); sound8.attachSound("muz1"); sound9.attachSound("end_game01"); sound10.attachSound("end_game04"); sound11.attachSound("end_game06");Frame 8stop(); _root.sound8.start(); if ((String(_root.id) == "") || (String(_root.id.length) != 32)) { _root.rezult._visible = false; }Frame 10if ((String(_root.id) != "") && (String(_root.id.length) == 32)) { if (_root.count > 0) { fscommand ("putItAll", _root.count); startPause = getTimer(); delta = 0; do { delta = Math.round((getTimer() - startPause) / 60); } while (delta < 50); } _root.results.removeTextField(); resin = new LoadVars(); out = new LoadVars(); out.id = _root.id; out.sendAndLoad("./results.php", resin); resin.onLoad = function (success) { if (success) { _root.load_string._visible = false; _root.createTextField("results", 1, 160, 65, 270, 170); resultsStyle = new TextFormat("_typewriter", 13, 16777215, null, null, null, null, null, "left", 0, 0, 2, null); results.html = true; results.multiline = true; results.wordWrap = true; results.htmlText = resin.text; results.setTextFormat(resultsStyle); } }; } else { gotoAndPlay (8); } stop();Frame 11function playdown() { stopAllSounds(); eval ("_root.sound" + (random(3) + 4)).start(); _root.more.t3 = "\u0438\u0442\u043E\u0433\u043E \u0441\u043E\u0436\u0440\u0430\u043D\u043E: " + _root.count; } function Spawn() { eat = false; _root.sound3.start(); ob = new MovieClip(); _root.attachMovie("kaktus", "target", 1); target.swapDepths(_root.no); target.endpu = false; target._x = 100 + random(400); target._y = 50 + random(250); starttime = getTimer(); target.onEnterFrame = function () { t = getTimer(); _root.sec = Math.round((t - starttime) / 60); target.zeit = _root.targettime - _root.sec; if (_root.sec > _root.targettime) { target.swapDepths(_root.no); target.removeMovieClip(); _root.count--; } else if (target.endpu == true) { target.swapDepths(_root.no); target.removeMovieClip(); } if (_root.bo.bocenter.hitTest(_root.target) && (eat == false)) { _root.count++; eat = true; _root.target.gotoandPlay("pu"); _root.bo.gotoandPlay("eat"); _root.sound1.start(); } }; } stop(); Mouse.hide(); stopAllSounds(); _root.sound7.start(0, 66); _root.timepause = 30; _root.targettime = 163; _root.count = 0; _root.onEnterFrame = function () { temp = random(30); if (((!_root.target) && (temp == 10)) && (_root.bo.status == "fly")) { _root.Spawn(); } if (((_root.bo.hitTest(_root.zzz) or _root.bo.hitTest(_root.zzz2)) or _root.bo.hitTest(_root.zzz3)) && (_root.bo.status == "fly")) { _root.bo.status = "fall"; if (_root.target) { target.swapDepths(_root.no); target.removeMovieClip(); } _root.playdown(); } else if (_root.bo.status == "dead") { if (_root.timepause == 0) { _root.gotoAndStop(_root._currentframe + 1); } else { _root.timepause--; } } t1 = "\u0441\u0447\u0435\u0442: " + _root.count; if (_root.count > 7) { _root.targettime = 140; } if (_root.count > 14) { _root.targettime = 120; } if (_root.count > 20) { _root.targettime = 100; } if (_root.count > 26) { _root.targettime = 80; } if (_root.count > 35) { _root.targettime = 60; } if (_root.count > 45) { _root.targettime = 40; } };Instance of Symbol 89 MovieClip "bo" in Frame 11onClipEvent (load) { this.speedy = 0; this.speedx = 0; this.status = "nix"; } onClipEvent (enterFrame) { if (this.status == "nix") { this.temp = this.temp + 0.1; this._x = this._x + Math.sin(this.temp); _root.bosh._x = this._x - 24; } else if (this.status == "fall") { if (this._x > 260) { this.delta = -1; } else { this.delta = 1; } if (this._y < 340) { this._y = this._y + 19; this._rotation = this._rotation + (19 * this.delta); } else { _root.sound2.start(); this._rotation = 90 * this.delta; this.speedy = 0; this.speedx = 0; this.status = "dead"; } } else if (this.status == "fly") { if (this._y < 345) { this._y = this._y - this.speedy; this._x = this._x + Math.sin(this._y / 12); this._x = this._x - this.speedx; _root.bosh._x = this._x - 24; } else { this._y = 345; this._y = this._y - this.speedy; this.speedy = 0; this.speedx = 0; } } } onClipEvent (keyDown) { _root.fer._visible = false; if (this.status == "nix") { this.status = "fly"; } else if (this.status == "fly") { switch (Key.getCode()) { case 38 : this.speedy = this.speedy + 0.1; break; case 40 : this.speedy = this.speedy - 0.1; break; case 39 : this.speedx = this.speedx - 0.1; break; case 37 : this.speedx = this.speedx + 0.1; break; case 83 : i = 1; for(;;){ if (i > 11) { break; } ((_root["sound" + i].getVolume() == 100) ? (_root["sound" + i].setVolume(0)) : (_root["sound" + i].setVolume(100))); i++; }; } } }Frame 12Mouse.show(); _root.bo.status = ""; _root.sound7.stop(); eval ("_root.sound" + (9 + random(3))).start(); if ((String(_root.id) == "") || (String(_root.id.length) != 32)) { _root.rezult._visible = false; }Symbol 10 MovieClip [kaktus] Frame 1stop();Symbol 10 MovieClip [kaktus] Frame 9endpu = true;Symbol 31 MovieClip [BO] Frame 24gotoAndPlay (1);Symbol 48 MovieClip Frame 95_root.gotoAndPlay(_root._currentframe + 1);Symbol 67 Buttonon (release) { gotoAndPlay (9); }Symbol 70 Buttonon (release) { gotoAndPlay (11); }Symbol 74 Buttonon (release) { _root.count = 0; results.removeTextField(); gotoAndPlay (11); }Symbol 89 MovieClip Frame 93stop();Symbol 89 MovieClip Frame 106gotoAndPlay (1);Symbol 101 Buttonon (release, keyPress "<Enter>") { _root.fer._visible = true; _root.bo._rotation = 0; _root.bo._x = 270; _root.bo._y = 200; _root.bo.status = "nix"; gotoAndPlay (11); }
Library Items
Symbol 1 Graphic [kaktus] | Used by:10 | |
Symbol 2 Graphic [kaktus] | Used by:10 | |
Symbol 3 Graphic [kaktus] | Used by:10 | |
Symbol 4 Graphic [kaktus] | Used by:10 | |
Symbol 5 Graphic [kaktus] | Used by:10 | |
Symbol 6 Graphic [kaktus] | Used by:10 | |
Symbol 7 Graphic [kaktus] | Used by:10 | |
Symbol 8 Font | Used by:9 | |
Symbol 9 EditableText | Uses:8 | Used by:10 |
Symbol 10 MovieClip [kaktus] | Uses:7 9 6 5 4 3 2 1 | |
Symbol 11 Graphic [messnick] | Used by:12 | |
Symbol 12 MovieClip [messnick] | Uses:11 | |
Symbol 13 Graphic | Used by:31 | |
Symbol 14 Graphic | Used by:31 89 | |
Symbol 15 Graphic | Used by:31 | |
Symbol 16 Graphic | Used by:27 31 83 89 | |
Symbol 17 Graphic | Used by:31 | |
Symbol 18 Graphic | Used by:31 89 | |
Symbol 19 Graphic | Used by:31 89 | |
Symbol 20 Graphic | Used by:31 | |
Symbol 21 Graphic | Used by:31 | |
Symbol 22 Graphic | Used by:31 | |
Symbol 23 Graphic | Used by:31 | |
Symbol 24 Graphic | Used by:31 89 | |
Symbol 25 Graphic | Used by:27 31 83 | |
Symbol 26 Graphic | Used by:27 31 77 83 | |
Symbol 27 MovieClip | Uses:25 26 16 | Used by:31 |
Symbol 28 Graphic | Used by:31 | |
Symbol 29 Graphic | Used by:31 | |
Symbol 30 Graphic | Used by:31 89 | |
Symbol 31 MovieClip [BO] | Uses:13 14 15 16 17 18 19 20 21 22 23 24 27 25 26 28 29 30 | Used by:Timeline |
Symbol 32 Graphic | Used by:Timeline | |
Symbol 33 Graphic | Used by:39 | |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:34 | Used by:39 |
Symbol 36 Graphic | Used by:38 | |
Symbol 37 Graphic | Used by:38 | |
Symbol 38 MovieClip | Uses:36 37 | Used by:39 Timeline |
Symbol 39 MovieClip | Uses:33 35 38 | Used by:Timeline |
Symbol 40 Graphic | Used by:48 Timeline | |
Symbol 41 Graphic | Used by:48 | |
Symbol 42 Graphic | Used by:48 | |
Symbol 43 Graphic | Used by:48 | |
Symbol 44 Graphic | Used by:48 | |
Symbol 45 Graphic | Used by:48 | |
Symbol 46 Graphic | Used by:48 | |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 MovieClip | Uses:40 41 42 43 44 45 46 47 SS1 | Used by:Timeline |
Symbol 49 Graphic | Used by:50 | |
Symbol 50 MovieClip | Uses:49 | Used by:Timeline |
Symbol 51 Sound [bo_oi04] | Used by:Timeline | |
Symbol 52 Sound [udar] | Used by:Timeline | |
Symbol 53 Sound [nam] | Used by:Timeline | |
Symbol 54 Sound [end_game06] | Used by:Timeline | |
Symbol 55 Sound [end_game01] | Used by:Timeline | |
Symbol 56 Sound [bowa1] | Used by:Timeline | |
Symbol 57 Sound [bo_oi06] | Used by:Timeline | |
Symbol 58 Sound [Trackq08] | Used by:Timeline | |
Symbol 59 Sound [muz1] | Used by:Timeline | |
Symbol 60 Sound [end_game04] | Used by:Timeline | |
Symbol 61 Sound [chp] | Used by:Timeline | |
Symbol 62 Graphic | Used by:Timeline | |
Symbol 63 Graphic | Used by:64 | |
Symbol 64 MovieClip | Uses:63 | Used by:Timeline |
Symbol 65 Graphic | Used by:67 | |
Symbol 66 Graphic | Used by:67 | |
Symbol 67 Button | Uses:65 66 | Used by:Timeline |
Symbol 68 Graphic | Used by:70 74 | |
Symbol 69 Graphic | Used by:70 74 | |
Symbol 70 Button | Uses:68 69 | Used by:Timeline |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:71 | Used by:Timeline |
Symbol 73 Graphic | Used by:Timeline | |
Symbol 74 Button | Uses:68 69 | Used by:Timeline |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:75 | Used by:Timeline |
Symbol 77 MovieClip | Uses:26 | Used by:Timeline |
Symbol 78 Graphic | Used by:89 | |
Symbol 79 Graphic | Used by:89 | |
Symbol 80 Graphic | Used by:89 | |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:81 | Used by:89 |
Symbol 83 MovieClip | Uses:25 26 16 | Used by:89 |
Symbol 84 Graphic | Used by:89 | |
Symbol 85 Graphic | Used by:89 | |
Symbol 86 Graphic | Used by:89 | |
Symbol 87 Graphic | Used by:89 | |
Symbol 88 Graphic | Used by:89 | |
Symbol 89 MovieClip | Uses:30 78 14 16 24 79 80 82 83 18 19 84 85 86 87 88 | Used by:Timeline |
Symbol 90 Graphic | Used by:91 | |
Symbol 91 MovieClip | Uses:90 | Used by:Timeline |
Symbol 92 Graphic | Used by:94 | |
Symbol 93 Graphic | Used by:94 | |
Symbol 94 MovieClip | Uses:92 93 | Used by:Timeline |
Symbol 95 Font | Used by:96 98 | |
Symbol 96 EditableText | Uses:95 | Used by:Timeline |
Symbol 97 Graphic | Used by:101 | |
Symbol 98 EditableText | Uses:95 | Used by:101 |
Symbol 99 Graphic | Used by:101 | |
Symbol 100 Graphic | Used by:101 | |
Symbol 101 Button | Uses:97 98 99 100 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 48 MovieClip |
Instance Names
"sky" | Frame 2 | Symbol 39 MovieClip |
"rahme" | Frame 5 | Symbol 50 MovieClip |
"rulez" | Frame 8 | Symbol 64 MovieClip |
"rezult" | Frame 8 | Symbol 67 Button |
"play" | Frame 8 | Symbol 70 Button |
"tableres" | Frame 9 | Symbol 72 MovieClip |
"load_string" | Frame 9 | Symbol 38 MovieClip |
"zzz" | Frame 11 | Symbol 76 MovieClip |
"zzz2" | Frame 11 | Symbol 76 MovieClip |
"zzz3" | Frame 11 | Symbol 76 MovieClip |
"bosh" | Frame 11 | Symbol 77 MovieClip |
"bo" | Frame 11 | Symbol 89 MovieClip |
"no" | Frame 11 | Symbol 91 MovieClip |
"fer" | Frame 11 | Symbol 94 MovieClip |
"more" | Frame 12 | Symbol 101 Button |
"rezult" | Frame 12 | Symbol 67 Button |
"sky2" | Symbol 39 MovieClip Frame 1 | Symbol 35 MovieClip |
"bocenter" | Symbol 89 MovieClip Frame 1 | Symbol 82 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$Xl$IgB.zD6Fq09h7GpUuztU91." |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 7 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 7 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 10 as "kaktus" |
ExportAssets (56) | Timeline Frame 1 | Symbol 11 as "messnick" |
ExportAssets (56) | Timeline Frame 1 | Symbol 11 as "messnick" |
ExportAssets (56) | Timeline Frame 1 | Symbol 12 as "messnick" |
ExportAssets (56) | Timeline Frame 1 | Symbol 31 as "BO" |
ExportAssets (56) | Timeline Frame 2 | Symbol 31 as "BO" |
ExportAssets (56) | Timeline Frame 3 | Symbol 31 as "BO" |
ExportAssets (56) | Timeline Frame 5 | Symbol 51 as "bo_oi04" |
ExportAssets (56) | Timeline Frame 5 | Symbol 52 as "udar" |
ExportAssets (56) | Timeline Frame 5 | Symbol 53 as "nam" |
ExportAssets (56) | Timeline Frame 5 | Symbol 54 as "end_game06" |
ExportAssets (56) | Timeline Frame 5 | Symbol 55 as "end_game01" |
ExportAssets (56) | Timeline Frame 5 | Symbol 56 as "bowa1" |
ExportAssets (56) | Timeline Frame 6 | Symbol 57 as "bo_oi06" |
ExportAssets (56) | Timeline Frame 6 | Symbol 58 as "Trackq08" |
ExportAssets (56) | Timeline Frame 6 | Symbol 59 as "muz1" |
ExportAssets (56) | Timeline Frame 6 | Symbol 60 as "end_game04" |
ExportAssets (56) | Timeline Frame 6 | Symbol 61 as "chp" |
Labels
"Init" | Frame 1 |
"Loader" | Frame 2 |
"Instructions" | Frame 8 |
"Score List" | Frame 9 |
"Game" | Frame 11 |
"pu" | Symbol 10 MovieClip [kaktus] Frame 2 |
"eat" | Symbol 89 MovieClip Frame 95 |
Dynamic Text Variables
zeit | Symbol 9 EditableText | "2" |
t1 | Symbol 96 EditableText | "x " |
_root.t1 | Symbol 98 EditableText | "t3" |
|