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

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

The shop of Bo. Магазинчик Бо. - Games. 03. Медитация и кактусы.swf

This is the info page for
Flash #240424

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


Text
2

x

t3

ActionScript [AS1/AS2]

Frame 1
System.useCodepage = true; fscommand ("trapallkeys", true); fscommand ("showmenu", false); Stage.showMenu = false; _root.sky.sky2._xscale = 0; yy = this.getBytesTotal();
Frame 2
this.onEnterFrame = function () { percent = (this.getBytesLoaded() / yy) * 100; _root.sky.sky2._xscale = percent; };
Frame 3
if (percent == 100) { root.gotoAndPlay(this._currentframe + 1); } else { _root.gotoAndPlay("Loader"); }
Frame 4
stop();
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 8
stop(); _root.sound8.start(); if ((String(_root.id) == "") || (String(_root.id.length) != 32)) { _root.rezult._visible = false; }
Frame 10
if ((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 11
function 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 11
onClipEvent (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 12
Mouse.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 1
stop();
Symbol 10 MovieClip [kaktus] Frame 9
endpu = true;
Symbol 31 MovieClip [BO] Frame 24
gotoAndPlay (1);
Symbol 48 MovieClip Frame 95
_root.gotoAndPlay(_root._currentframe + 1);
Symbol 67 Button
on (release) { gotoAndPlay (9); }
Symbol 70 Button
on (release) { gotoAndPlay (11); }
Symbol 74 Button
on (release) { _root.count = 0; results.removeTextField(); gotoAndPlay (11); }
Symbol 89 MovieClip Frame 93
stop();
Symbol 89 MovieClip Frame 106
gotoAndPlay (1);
Symbol 101 Button
on (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 FontUsed by:9
Symbol 9 EditableTextUses:8Used 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 GraphicUsed by:31
Symbol 14 GraphicUsed by:31 89
Symbol 15 GraphicUsed by:31
Symbol 16 GraphicUsed by:27 31 83 89
Symbol 17 GraphicUsed by:31
Symbol 18 GraphicUsed by:31 89
Symbol 19 GraphicUsed by:31 89
Symbol 20 GraphicUsed by:31
Symbol 21 GraphicUsed by:31
Symbol 22 GraphicUsed by:31
Symbol 23 GraphicUsed by:31
Symbol 24 GraphicUsed by:31 89
Symbol 25 GraphicUsed by:27 31 83
Symbol 26 GraphicUsed by:27 31 77 83
Symbol 27 MovieClipUses:25 26 16Used by:31
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed 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 30Used by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:39
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:39
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:36 37Used by:39  Timeline
Symbol 39 MovieClipUses:33 35 38Used by:Timeline
Symbol 40 GraphicUsed by:48  Timeline
Symbol 41 GraphicUsed by:48
Symbol 42 GraphicUsed by:48
Symbol 43 GraphicUsed by:48
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:40 41 42 43 44 45 46 47 SS1Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used 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 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:65 66Used by:Timeline
Symbol 68 GraphicUsed by:70 74
Symbol 69 GraphicUsed by:70 74
Symbol 70 ButtonUses:68 69Used by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 ButtonUses:68 69Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 MovieClipUses:26Used by:Timeline
Symbol 78 GraphicUsed by:89
Symbol 79 GraphicUsed by:89
Symbol 80 GraphicUsed by:89
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:89
Symbol 83 MovieClipUses:25 26 16Used by:89
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:30 78 14 16 24 79 80 82 83 18 19 84 85 86 87 88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:92 93Used by:Timeline
Symbol 95 FontUsed by:96 98
Symbol 96 EditableTextUses:95Used by:Timeline
Symbol 97 GraphicUsed by:101
Symbol 98 EditableTextUses:95Used by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 ButtonUses:97 98 99 100Used by:Timeline
Streaming Sound 1Used by:Symbol 48 MovieClip

Instance Names

"sky"Frame 2Symbol 39 MovieClip
"rahme"Frame 5Symbol 50 MovieClip
"rulez"Frame 8Symbol 64 MovieClip
"rezult"Frame 8Symbol 67 Button
"play"Frame 8Symbol 70 Button
"tableres"Frame 9Symbol 72 MovieClip
"load_string"Frame 9Symbol 38 MovieClip
"zzz"Frame 11Symbol 76 MovieClip
"zzz2"Frame 11Symbol 76 MovieClip
"zzz3"Frame 11Symbol 76 MovieClip
"bosh"Frame 11Symbol 77 MovieClip
"bo"Frame 11Symbol 89 MovieClip
"no"Frame 11Symbol 91 MovieClip
"fer"Frame 11Symbol 94 MovieClip
"more"Frame 12Symbol 101 Button
"rezult"Frame 12Symbol 67 Button
"sky2"Symbol 39 MovieClip Frame 1Symbol 35 MovieClip
"bocenter"Symbol 89 MovieClip Frame 1Symbol 82 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Xl$IgB.zD6Fq09h7GpUuztU91."
ExportAssets (56)Timeline Frame 1Symbol 1 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 2 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 3 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 4 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 5 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 6 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 7 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 7 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 6 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 5 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 4 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 5 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 4 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 3 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 2 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 3 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 2 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 1 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 1 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 10 as "kaktus"
ExportAssets (56)Timeline Frame 1Symbol 11 as "messnick"
ExportAssets (56)Timeline Frame 1Symbol 11 as "messnick"
ExportAssets (56)Timeline Frame 1Symbol 12 as "messnick"
ExportAssets (56)Timeline Frame 1Symbol 31 as "BO"
ExportAssets (56)Timeline Frame 2Symbol 31 as "BO"
ExportAssets (56)Timeline Frame 3Symbol 31 as "BO"
ExportAssets (56)Timeline Frame 5Symbol 51 as "bo_oi04"
ExportAssets (56)Timeline Frame 5Symbol 52 as "udar"
ExportAssets (56)Timeline Frame 5Symbol 53 as "nam"
ExportAssets (56)Timeline Frame 5Symbol 54 as "end_game06"
ExportAssets (56)Timeline Frame 5Symbol 55 as "end_game01"
ExportAssets (56)Timeline Frame 5Symbol 56 as "bowa1"
ExportAssets (56)Timeline Frame 6Symbol 57 as "bo_oi06"
ExportAssets (56)Timeline Frame 6Symbol 58 as "Trackq08"
ExportAssets (56)Timeline Frame 6Symbol 59 as "muz1"
ExportAssets (56)Timeline Frame 6Symbol 60 as "end_game04"
ExportAssets (56)Timeline Frame 6Symbol 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

zeitSymbol 9 EditableText"2"
t1Symbol 96 EditableText"x "
_root.t1Symbol 98 EditableText"t3"




http://swfchan.com/49/240424/info.shtml
Created: 15/4 -2021 21:28:21 Last modified: 20/8 -2021 11:47:15 Server time: 03/05 -2024 04:18:37