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

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

Spiders.swf

This is the info page for
Flash #25844

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


Text
100 %

0 %

50 %

10/234 kb loaded

The best online games!

SPIDERS

ã 2001-2003 vKIDS.ru

START

RULES

Walking in the forest you’ve stumbled across a huge web in the
thicket. There is a butterfly tossing about in the middle of the web. It
is big and strong and it is about to become free but there appears
a tremendous spider who is going to have breakfast. It is good that
you have a rifle with you… Bang! And there is no more villain… But
there is a pack of small spiders running to the victim! Such spiders you
can’t hit with your rifle. But you have a gas spray canister! Pssst and
the butterfly will be rescued! Huge red spiders are throwing a new
web upon the butterfly! Thank God you have hands and you are
intercepting the new hobbles before they reach the victim.
But what’s that? New spiders are running from every corner! You
have to rescue the butterfly! Come on!
Left mouse button – SHOT
1 - HANDS
2 - gas spray canister
3 - rifle

BACK

22

WEB

WEAPON

LEVEL

Strength

SCORES:

0

SCORES:

0

Excellent!
It’s time
to go to
the next web

Proceed

This is the end
of the butterfly…

HUGE NUMBER OF OnLine GAMES
PLAY TO GET HIGH SCORES
on - www.vKIDS.ru

CONTINUE

ActionScript [AS1/AS2]

Frame 1
function min(a, b) { if (a < b) { return(a); } return(b); } function butterFlyMinus1() { butterPow = butterPow - spd1_u; setIndicators(); } function butterFlyMinus3() { butterPow = butterPow - spd3_u; setIndicators(); } function butterFlyMinusMy1() { butterPow = butterPow - butt_vint; setIndicators(); } function butterFlyMinusMy2() { butterPow = butterPow - butt_gus; setIndicators(); } function netAdd() { butterNet = butterNet + butt_net; setIndicators(); } function changeGun(num) { curGun = num; i = 1; while (3 >= i) { tmpP = eval ("gpos" + i); tmpP._visible = i == num; tmpP = eval ("cur" + i); tmpP._visible = (i == num) && (!mouseVisible); i++; } } function setIndicators() { if (100 < butterNet) { butterNet = 100; } ind_pow.a._x = ind_pow.b._x - (ind_pow.b._width * (1 - (butterPow / 100))); ind_net.a._x = ind_net.b._x - (ind_net.b._width * (1 - (butterNet / 100))); if (0 >= butterNet) { gameWin(); } if (0 >= butterPow) { gameOver(); } } function removeAll() { i = 1; while (spdC >= i) { spdA[i].remove(); i++; } } function gameOver() { removeAll(); mc_sloop.gotoAndStop(3); this.gotoAndPlay("lamo"); Mouse.show(); _quality = "HIGH"; } function gameWin() { removeAll(); mc_sloop.gotoAndStop(3); this.gotoAndPlay("rul"); Mouse.show(); _quality = "HIGH"; } function gameStart() { level = 0; nextLevel(); Set("/gametablo:scores", 0); setProperty("/gametablo", _visible , true); } function nextLevel() { level++; gotoAndStop (4); if (!stopSoundFlag) { mc_sloop.gotoAndStop(2); } _quality = "MEDIUM"; } function newGame() { setProperty("/Game", _visible , 0); this.Stop(); setProperty("/Rating", _visible , 1); tellTarget ("/Rating") { gotoAndStop ("Save"); }; } function startPause() { pauseFlag = true; mc_sloop.gotoAndStop(3); } function stopPause() { pauseFlag = false; if (!stopSoundFlag) { mc_sloop.gotoAndStop(2); } } function stopMySound() { stopSoundFlag = true; mc_sloop.gotoAndStop(3); } function startMySound() { stopSoundFlag = false; if (!pauseFlag) { mc_sloop.gotoAndStop(2); } } function playSnd(lib_snd, v) { s = new Sound(this); s.attachSound(lib_snd); s.setVolume(v); s.start(); } mP = 57.2957795130823; mPo = (Math.PI/180); sp_r1 = 45; sp_r2 = 110; _sp1 = 4000; _sp1_k = 4500; _sp2 = 3000; _sp2_k = 3300; _sp2_s = 3600; _sp3 = 2000; _sp3_k = 2500; _bms = 7000; _bmb1 = 8000; _bmb2 = 8500; _netv = 9000; _netp = 9600; _net = 9300; _butb = 10000; Spider1 = function (num, parent, parent_k, _boom, velo) { this.num = Number(num); this.p = parent; this.p_k = parent_k; this.p.sender = (this.p_k.sender = this); parent_k._visible = false; parent_k._x = (parent_k._y = -1000); this.pB = _boom; this.vx = 0; this.vy = 0; this.v = velo; this.st = 0; this.wNum = -1; this.p_tmp_B = null; this.fBoom = false; }; Spider1.prototype.sGo = function () { this.wNum = random(6); i = 0; while (5 >= i) { if (freeWay[this.wNum] == true) { break; } this.wNum++; if (this.wNum == 6) { this.wNum = 0; } i++; } tmpI = this.wNum * 60; this.vx = Math.sin(tmpI * mPo); this.vy = Math.cos(tmpI * mPo); freeWay[this.wNum] = false; a = 45; k = Math.abs(this.vy / this.vx); x = 195 + a; y = k * x; y0 = 195 + a; if (y0 < y) { y = y0; x = y / k; } if (this.vx < 0) { x = -x; } if (this.vy < 0) { y = -y; } this.p._x = 195 + x; this.p._y = 195 + y; with (this) { p._visible = true; vx = -vx; vy = -vy; tmpI = Math.atan2(vx, vy) * mP; p._rotation = (-tmpI) + 180; st = 1; } }; Spider1.prototype.goto = function () { with (this) { if (st == 1) { p._x = p._x + (vx * v); p._y = p._y + (vy * v); if (Math.abs(195 - p._x) < sp_r1) { if (Math.abs(195 - p._y) < sp_r1) { st = 2; p_k._x = p._x; p_k._y = p._y; p_k._rotation = p._rotation; p_k._visible = true; p._x = (p._y = -1000); p._visible = false; } } } else if (st == 2) { butterFlyMinus1(); } } }; Spider1.prototype.die = function () { with (this) { if ((st != 1) && (st != 2)) { return(undefined); } _parent._parent.freeWay[this.wNum] = true; Set("/gametablo:scores", Number(/gametablo:scores) + _parent._parent.scrSpd1); fBoom = true; pB.duplicateMovieClip("pBoom_b1_" + num, Number(_parent._parent._bmb1) + num); p_tmp_B = eval ("_parent.pBoom_b1_" + num); p_tmp_B.sender = this; if (st == 1) { p_tmp_B.senderObj = p; p_tmp_B._x = p._x; p_tmp_B._y = p._y; } else { p_tmp_B.senderObj = p_k; p_tmp_B._x = p_k._x; p_tmp_B._y = p_k._y; } st = 3; } }; Spider1.prototype.endDie = function () { with (this) { _x = (_y = -1000); st = 0; fBoom = false; } }; Spider1.prototype.checkZone = function () { with (this) { if ((st != 1) && (st != 2)) { return(false); } if (st == 1) { if ((Math.abs(p._x - 195) < 195) && (Math.abs(p._y - 195) < 195)) { return(true); } } else if ((Math.abs(p_k._x - 195) < 195) && (Math.abs(p_k._y - 195) < 195)) { return(true); } return(false); } }; Spider1.prototype.remove = function () { with (this) { if (fBoom) { p_tmp_B.removeMovieClip(); } p.removeMovieClip(); p_k.removeMovieClip(); } }; Spider3 = function (num, parent, parent_k, _boom, velo) { this.num = Number(num); this.p = parent; this.p_k = parent_k; this.p.sender = (this.p_k.sender = this); parent_k._visible = false; parent_k._x = (parent_k._y = -1000); this.pB = _boom; this.vx = 0; this.vy = 0; this.v = velo; this.st = 0; this.wNum = -1; this.p_tmp_B = null; this.fBoom = false; }; Spider3.prototype.sGo = function () { this.wNum = random(6); i = 0; while (5 >= i) { if (freeWay[this.wNum] == true) { break; } this.wNum++; if (this.wNum == 6) { this.wNum = 0; } i++; } tmpI = this.wNum * 60; this.vx = Math.sin(tmpI * mPo); this.vy = Math.cos(tmpI * mPo); freeWay[this.wNum] = false; a = 45; k = Math.abs(this.vy / this.vx); x = 195 + a; y = k * x; y0 = 195 + a; if (y0 < y) { y = y0; x = y / k; } if (this.vx < 0) { x = -x; } if (this.vy < 0) { y = -y; } this.p._x = 195 + x; this.p._y = 195 + y; with (this) { p._visible = true; vx = -vx; vy = -vy; tmpI = Math.atan2(vx, vy) * mP; p._rotation = (-tmpI) + 180; st = 1; } }; Spider3.prototype.goto = function () { with (this) { if (st == 1) { p._x = p._x + (vx * v); p._y = p._y + (vy * v); if (Math.abs(195 - p._x) < sp_r1) { if (Math.abs(195 - p._y) < sp_r1) { st = 2; p_k._x = p._x; p_k._y = p._y; p_k._rotation = p._rotation; p_k._visible = true; p._x = (p._y = -1000); p._visible = false; } } } else if (st == 2) { butterFlyMinus3(); } } }; Spider3.prototype.die = function () { with (this) { if ((st != 1) && (st != 2)) { return(undefined); } _parent._parent.freeWay[this.wNum] = true; Set("/gametablo:scores", Number(/gametablo:scores) + _parent._parent.scrSpd3); fBoom = true; pB.duplicateMovieClip("pBoom_s_" + num, Number(_parent._parent._bms) + num); p_tmp_B = eval ("_parent.pBoom_s_" + num); p_tmp_B.sender = this; if (st == 1) { p_tmp_B.senderObj = p; p_tmp_B._x = p._x; p_tmp_B._y = p._y; } else { p_tmp_B.senderObj = p_k; p_tmp_B._x = p_k._x; p_tmp_B._y = p_k._y; } st = 3; } }; Spider3.prototype.endDie = function () { with (this) { _x = (_y = -1000); st = 0; fBoom = false; } }; Spider3.prototype.checkZone = function () { with (this) { if ((st != 1) && (st != 2)) { return(false); } if (st == 1) { if ((Math.abs(p._x - 195) < 195) && (Math.abs(p._y - 195) < 195)) { return(true); } } else if ((Math.abs(p_k._x - 195) < 195) && (Math.abs(p_k._y - 195) < 195)) { return(true); } return(false); } }; Spider3.prototype.remove = function () { with (this) { if (fBoom) { p_tmp_B.removeMovieClip(); } p.removeMovieClip(); p_k.removeMovieClip(); } }; Spider2 = function (num, parent, parent_s, _boom, parent_net, velo) { this.num = Number(num); this.p = parent; this.p_s = parent_s; this.p.sender = (this.p_s.sender = this); parent_s._visible = false; parent_s._x = (parent_s._y = -1000); this.pB = _boom; this.pN = parent_net; this.pN._rotation = 0; this.pN._visible = false; this.pN._x = (this.pN._y = -1000); this.vx = 0; this.vy = 0; this.v = velo; this.st = 0; this.nst = 0; this.nV = 5; this.dragget = false; this.wNum = -1; this.p_tmp_B = null; this.fBoom = false; }; Spider2.prototype.sGo = function () { this.wNum = random(6); i = 0; while (5 >= i) { if (freeWay[this.wNum] == true) { break; } this.wNum++; if (this.wNum == 6) { this.wNum = 0; } i++; } tmpI = this.wNum * 60; this.vx = Math.sin(tmpI * mPo); this.vy = Math.cos(tmpI * mPo); freeWay[this.wNum] = false; a = 45; k = Math.abs(this.vy / this.vx); x = 195 + a; y = k * x; y0 = 195 + a; if (y0 < y) { y = y0; x = y / k; } if (this.vx < 0) { x = -x; } if (this.vy < 0) { y = -y; } this.p._x = 195 + x; this.p._y = 195 + y; with (this) { p._visible = true; vx = -vx; vy = -vy; tmpI = Math.atan2(vx, vy) * mP; p._rotation = (-tmpI) + 180; st = 1; } }; Spider2.prototype.goto = function () { with (this) { if (st == 1) { p._x = p._x + (vx * v); p._y = p._y + (vy * v); if (Math.abs(195 - p._x) < sp_r2) { if (Math.abs(195 - p._y) < sp_r2) { st = 2; nn.spider2_k.duplicateMovieClip("pSpi_2_k_" + num, Number(_sp2_k) + num); this.p_k = eval ("nn.pSpi_2_k_" + num); p_s._x = (p_k._x = p._x); p_s._y = (p_k._y = p._y); p_s._rotation = (p_k._rotation = p._rotation); p_k.sender = this; p._x = (p._y = -1000); p._visible = false; } } } if (nst == 2) { if (dragget) { return(undefined); } if (0 < (195 - pN._x)) { dx = 1; } else { dx = -1; } if (0 < (195 - pN._y)) { dy = 1; } else { dy = -1; } pN._x = pN._x + (dx * nV); pN._y = pN._y + (dy * nV); pN._rotation = pN._rotation + 5; if ((nV >= Math.abs(195 - pN._x)) && (nV >= Math.abs(195 - pN._y))) { nst = 3; mc_net_p.duplicateMovieClip("pNetP" + num, Number(_netp) + num); tmpP = eval ("pNetP" + num); tmpP._x = pN._x; tmpP._y = pN._y; tmpP._rotation = pN._rotation; tmpP.sender = this; pN._x = (pN._y = -1000); pN._visible = false; } } } }; Spider2.prototype.die = function () { with (this) { if (((st != 1) && (st != 2)) && (st != 3)) { return(undefined); } _parent._parent.freeWay[this.wNum] = true; Set("/gametablo:scores", Number(/gametablo:scores) + _parent._parent.scrSpd2); fBoom = true; pB.duplicateMovieClip("pBoom_b2_" + num, Number(_parent._parent._bmb2) + num); p_tmp_B = eval ("_parent.pBoom_b2_" + num); p_tmp_B.sender = this; if (st == 1) { p_tmp_B.senderObj = p; p_tmp_B._x = p._x; p_tmp_B._y = p._y; } else if (st == 2) { p_tmp_B.senderObj = p_k; p_tmp_B._x = p_k._x; p_tmp_B._y = p_k._y; } else { p_tmp_B.senderObj = p_s; p_tmp_B._x = p_s._x; p_tmp_B._y = p_s._y; } st = 4; } }; Spider2.prototype.endDie = function () { with (this) { _x = (_y = -1000); st = 0; fBoom = false; } }; Spider2.prototype.shoot = function () { with (this) { if (st != 2) { return(undefined); } _parent._parent.mc_net_v.duplicateMovieClip("pNetV" + num, Number(_parent._parent._netv) + num); tmpP = eval ("_parent._parent.pNetV" + num); tmpP._x = p_s._x; tmpP._y = p_s._y; tmpP.sender = this; nst = 1; } }; Spider2.prototype.afterShoot = function () { with (this) { if (st != 2) { return(undefined); } p_s._visible = true; st = 3; } }; Spider2.prototype.endVzlet = function () { with (this) { pN._x = p_s._x; pN._y = p_s._y; pN._rotation = 0; pN._visible = true; pN.sender = this; nst = 2; } }; Spider2.prototype.endPrizem = function () { with (this) { if (!dragget) { _parent.netAdd(); } else { dragget = false; if (_parent.mc_butter.hitTest(_parent._x + net_priz._x, _parent._y + net_priz._y, true)) { _parent.netAdd(); } else { Set("/gametablo:scores", Number(/gametablo:scores) + _parent.scrNet); } } nst = 0; if (st == 3) { st = 2; _parent.nn.spider2_k.duplicateMovieClip("pSpi_2_k_" + num, Number(_parent._sp2_k) + num); this.p_k = eval ("_parent.nn.pSpi_2_k_" + num); p_k._x = p_s._x; p_k._y = p_s._y; p_k._rotation = p_s._rotation; p_k.sender = this; p_s._visible = false; } } }; Spider2.prototype.sDrag = function () { with (this) { dragget = true; } }; Spider2.prototype.endDrag = function () { with (this) { nst = 3; _parent.mc_net_p.duplicateMovieClip("pNetP" + num, Number(_parent._netp) + num); tmpP = eval ("_parent.pNetP" + num); this.net_priz = tmpP; tmpP._x = pN._x; tmpP._y = pN._y; tmpP._rotation = pN._rotation; tmpP.sender = this; pN._x = (pN._y = -1000); pN._visible = false; } }; Spider2.prototype.checkZone = function () { with (this) { if (((st != 1) && (st != 2)) && (st != 3)) { return(false); } if (st == 1) { if ((Math.abs(p._x - 195) < 195) && (Math.abs(p._y - 195) < 195)) { return(true); } } else if (st == 2) { if ((Math.abs(p_k._x - 195) < 195) && (Math.abs(p_k._y - 195) < 195)) { return(true); } } else if ((Math.abs(p_s._x - 195) < 195) && (Math.abs(p_s._y - 195) < 195)) { return(true); } return(false); } }; Spider2.prototype.remove = function () { with (this) { if (fBoom) { p_tmp_B.removeMovieClip(); } p.removeMovieClip(); p_s.removeMovieClip(); pN.removeMovieClip(); if (st == 2) { p_k.removeMovieClip(); } } }; stopSoundFlag = false; stop();
Frame 2
stop();
Instance of Symbol 53 MovieClip "sn" in Frame 2
onClipEvent (load) { if (_parent.sound) { _parent.snd.start(0, 200000); } else { gotoAndStop (2); } } onClipEvent (unload) { _parent.snd.stop(); }
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 89 MovieClip in Frame 4
onClipEvent (load) { tellTarget (_parent) { txtLevel = level; pauseFlag = false; if (stopSoundFlag) { btn1.gotoAndStop(2); } cur1._visible = false; cur2._visible = false; cur3._visible = false; mouseVisible = true; tellTarget ("_parent.nn.boom_s") { stop(); _visible = false; }; tellTarget ("_parent.nn.boom_b") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider1") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider1_k") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider2") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider2_k") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider2_s") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider3") { stop(); _visible = false; }; tellTarget ("_parent.nn.Spider3_k") { stop(); _visible = false; }; tellTarget ("_parent.mc_net_v") { stop(); _visible = false; }; tellTarget ("_parent.mc_net") { stop(); _visible = false; }; tellTarget ("_parent.mc_net_p") { stop(); _visible = false; }; tellTarget ("_parent.mc_butter_boom") { stop(); _visible = false; }; changeGun(3); spdStartP = min(5 + level, 80); spd1_v = 4 + (0.5 * level); spd2_v = 3 + (0.5 * level); spd3_v = 4 + (0.5 * level); spd1_u = min(90, 0.5 * (2 + level)); spd3_u = min(90, 0.5 * (1 + level)); butt_vint = min(90, 16 + (2 * level)); butt_gus = min(90, 10 + level); butt_net = min(90, 10 + level); spdC = min(3 + Math.round(level * 0.3), 6); spdRunC = min(level, 4); scrSpd1 = 20; scrSpd2 = 16; scrSpd3 = 18; scrNet = 1; spdA = new Array(spdC + 1); cnt = 1; i = 1; while (spdC >= i) { if (cnt == 1) { nn.Spider1.duplicateMovieClip("pSpider1_" + i, Number(_sp1) + i); nn.Spider1_k.duplicateMovieClip("pSpider1_k_" + i, Number(_sp1_k) + i); spdA[i] = new Spider1(i, eval ("nn.pSpider1_" + i), eval ("nn.pSpider1_k_" + i), nn.boom_b, spd1_v); } else if (cnt == 2) { nn.Spider3.duplicateMovieClip("pSpider3_" + i, Number(_sp3) + i); nn.Spider3_k.duplicateMovieClip("pSpider3_k_" + i, Number(_sp3_k) + i); spdA[i] = new Spider3(i, eval ("nn.pSpider3_" + i), eval ("nn.pSpider3_k_" + i), nn.boom_s, spd2_v); } else { nn.Spider2.duplicateMovieClip("pSpider2_" + i, Number(_sp2) + i); nn.Spider2_s.duplicateMovieClip("pSpider2_s_" + i, Number(_sp2_s) + i); mc_net.duplicateMovieClip("pNet_" + i, Number(_net) + i); spdA[i] = new Spider2(i, eval ("nn.pSpider2_" + i), eval ("nn.pSpider2_s_" + i), nn.boom_b, eval ("pNet_" + i), spd3_v); } cnt++; if (cnt == 4) { cnt = 1; } i++; } butterPow = 100; butterNet = 100; setIndicators(); freeWay = new Array(6); i = 0; while (5 >= i) { freeWay[i] = true; i++; } }; } onClipEvent (enterFrame) { tellTarget (_parent) { if (pauseFlag) { return(undefined); } butterPow = butterPow - 0.05; butterNet = butterNet - 0.2; setIndicators(); tmpC = 0; i = 1; while (spdC >= i) { if ((spdA[i].st == 1) || (spdA[i].st == 2)) { tmpC++; } i++; } f = true; if (tmpC >= spdRunC) { f = false; } r100 = random(100); if (f) { if (r100 < spdStartP) { randN = random(spdC) + 1; i = 1; while (spdC >= i) { if (spdA[randN].st == 0) { spdA[randN].sGo(); break; } randN++; if (spdC < randN) { randN = 1; } i++; } } } i = 1; while (spdC >= i) { spdA[i].goto(); i++; } }; } onClipEvent (keyDown) { if (pauseFlag) { return(undefined); } if ((Key.isDown(51) || (Key.isDown(99))) || (Key.isDown(34))) { _parent.changeGun(1); } else if ((Key.isDown(50) || (Key.isDown(98))) || (Key.isDown(40))) { _parent.changeGun(2); } else if ((Key.isDown(49) || (Key.isDown(97))) || (Key.isDown(35))) { _parent.changeGun(3); } } onClipEvent (mouseMove) { tellTarget (_parent) { cur1._x = (cur2._x = (cur3._x = _xmouse)); cur1._y = (cur2._y = (cur3._y = _ymouse)); if ((((mouseVisible && (_xmouse < 390)) && (0 < _xmouse)) && (_ymouse < 390)) && (0 < _ymouse)) { Mouse.hide(); mouseVisible = false; tmpP = eval ("cur" + curGun); tmpP._visible = true; } if ((!mouseVisible) && (!((((_xmouse < 390) && (0 < _xmouse)) && (_ymouse < 390)) && (0 < _ymouse)))) { Mouse.show(); mouseVisible = true; i = 1; while (3 >= i) { tmpP = eval ("cur" + i); tmpP._visible = false; i++; } } }; updateAfterEvent(); }
Instance of Symbol 140 MovieClip "mc_butter" in Frame 4
onClipEvent (mouseDown) { if (_parent.pauseFlag) { return(undefined); } if (390 < _parent._xmouse) { return(undefined); } if (_parent.curGun == 2) { _parent.mc_butter_boom.duplicateMovieClip("pButBoom", _parent._butb); _parent.pButBoom._x = _parent._xmouse; _parent.pButBoom._y = _parent._ymouse; if (_parent.mc_hit.hitTest(_root.Game._x + _parent._xmouse, _root.Game._y + _parent._ymouse, true)) { _parent.butterFlyMinusMy2(); } } if (_parent.curGun == 1) { _parent.playSnd("lib_snd_1", 50); if (_parent.mc_hit.hitTest(_root.Game._x + _parent._xmouse, _root.Game._y + _parent._ymouse, true)) { _parent.butterFlyMinusMy1(); } } if (_parent.curGun == 3) { _parent.playSnd("lib_snd_2", 50); } }
Frame 9
stop();
Frame 54
stop(); newGame();
Instance of Symbol 53 MovieClip "sn" in Frame 54
onClipEvent (load) { if (_parent.sound) { _parent.snd.start(0, 200000); } else { gotoAndStop (2); } } onClipEvent (unload) { _parent.snd.stop(); }
Symbol 4 MovieClip Frame 1
stop();
Symbol 7 Button
on (press) { getURL ("http://vkids.ru", "_blank"); }
Instance of Symbol 23 MovieClip "ball" in Symbol 28 MovieClip Frame 2
onClipEvent (load) { stop(); }
Symbol 28 MovieClip Frame 101
_parent.ru.play(); stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 17
_parent.voda.ball.gotoAndPlay(1); if (_parent._currentframe == 1) { _parent.play(); } stop();
Symbol 49 Button
on (release) { _root.GlobalSoundVkids = false; gotoAndStop (3); }
Symbol 52 Button
on (release) { _root.GlobalSoundVkids = true; gotoAndStop (2); }
Symbol 53 MovieClip Frame 1
stop(); if (_root.GlobalSoundVkids == false) { gotoAndStop (3); } else { _root.GlobalSoundVkids = true; gotoAndStop (2); }
Symbol 53 MovieClip Frame 2
stop();
Symbol 53 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 1
stop();
Instance of Symbol 28 MovieClip "voda" in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) { _parent.FullSize = ((Math.floor(_parent._parent.getBytesLoaded() / 1024) + " / ") + Math.floor(_parent._parent.getBytesTotal() / 1024)) + " kb loaded"; var percent = ((_parent._parent.getBytesLoaded() / _parent._parent.getBytesTotal()) * 100); if (_currentframe < (Math.floor(percent) + 1)) { gotoAndStop(Math.floor(percent) + 1); } }
Instance of Symbol 53 MovieClip "sn" in Symbol 55 MovieClip Frame 2
onClipEvent (load) { if (_parent.sound) { _parent.snd.start(0, 200000); } else { gotoAndStop (2); } } onClipEvent (unload) { _parent.snd.stop(); }
Symbol 55 MovieClip Frame 74
_parent.play(); _parent.play();
Symbol 75 Button
on (press) { getURL ("http://vkids.ru", "_blank"); }
Symbol 78 Button
on (release) { gameStart(); }
Symbol 80 Button
on (release) { gotoAndStop (3); }
Symbol 83 Button
on (release) { gameStart(); }
Symbol 85 Button
on (release) { gotoAndStop (2); }
Symbol 91 MovieClip Frame 4
this.senderObj._visible = false;
Symbol 91 MovieClip Frame 6
this.sender.endDie(); this.removeMovieClip();
Symbol 99 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 1) { sender.die(); } }
Symbol 108 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 1) { sender.die(); } }
Symbol 119 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 2) { sender.die(); } }
Symbol 123 MovieClip Frame 3
this.senderObj._visible = false;
Symbol 123 MovieClip Frame 5
this.sender.endDie(); this.removeMovieClip();
Symbol 125 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 1) { sender.die(); } }
Symbol 129 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 2) { sender.die(); } }
Symbol 132 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 1) { sender.die(); } }
Symbol 133 MovieClip Frame 6
this.sender.shoot();
Symbol 133 MovieClip Frame 9
this.sender.afterShoot(); this.removeMovieClip();
Symbol 135 Button
on (press) { if (_parent._parent.pauseFlag) { return(undefined); } if (_parent._parent.curGun == 1) { sender.die(); } }
Symbol 150 MovieClip Frame 4
this.sender.endVzlet(); this.removeMovieClip();
Symbol 151 MovieClip Frame 10
this.sender.endPrizem(); this.removeMovieClip();
Symbol 153 Button
on (press) { if (_parent.pauseFlag) { return(undefined); } this.dragget = false; if (_parent.curGun != 3) { return(undefined); } this.dragget = true; startDrag (this, true, 23, 23, 367, 367); this.sender.sDrag(); } on (release) { if (!this.dragget) { return(undefined); } stopDrag(); this.sender.endDrag(); }
Symbol 156 MovieClip Frame 6
this.removeMovieClip();
Symbol 172 Button
on (release) { _parent.startPause(); this.gotoAndStop(2); }
Symbol 174 Button
on (release) { _parent.stopPause(); this.gotoAndStop(1); }
Symbol 175 MovieClip Frame 1
stop();
Symbol 177 Button
on (release) { _parent.stopMySound(); this.gotoAndStop(2); }
Symbol 179 Button
on (release) { _parent.startMySound(); this.gotoAndStop(1); }
Symbol 180 MovieClip Frame 1
stop();
Symbol 201 Button
on (release) { nextLevel(); }
Symbol 210 Button
on (press) { getURL ("http://vkids.ru", "_blank"); }
Symbol 213 Button
on (release) { gotoAndStop (2); }

Library Items

Symbol 1 Sound [lib_snd_2]
Symbol 2 Sound [lib_snd_1]
Symbol 3 SoundUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 GraphicUsed by:55
Symbol 6 GraphicUsed by:7
Symbol 7 ButtonUses:6Used by:55
Symbol 8 GraphicUsed by:55
Symbol 9 GraphicUsed by:55
Symbol 10 GraphicUsed by:55
Symbol 11 GraphicUsed by:14
Symbol 12 MovieClipUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:11 12 13Used by:28
Symbol 15 GraphicUsed by:28
Symbol 16 GraphicUsed by:23
Symbol 17 GraphicUsed by:23
Symbol 18 GraphicUsed by:23
Symbol 19 GraphicUsed by:23
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:16 17 18 19 20 21 22Used by:28
Symbol 24 GraphicUsed by:28
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:14 15 23 24 26 27Used by:55
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:32
Symbol 31 SoundUsed by:32
Symbol 32 MovieClipUses:30 31Used by:55
Symbol 33 FontUsed by:34 35 36 193 195
Symbol 34 TextUses:33Used by:55
Symbol 35 TextUses:33Used by:55
Symbol 36 TextUses:33Used by:55
Symbol 37 FontUsed by:38 42
Symbol 38 EditableTextUses:37Used by:55
Symbol 39 GraphicUsed by:55
Symbol 40 GraphicUsed by:55
Symbol 41 GraphicUsed by:55
Symbol 42 TextUses:37Used by:55
Symbol 43 BitmapUsed by:46
Symbol 44 BitmapUsed by:46
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:43 44 45Used by:55
Symbol 47 GraphicUsed by:53
Symbol 48 GraphicUsed by:49 52
Symbol 49 ButtonUses:48Used by:53
Symbol 50 SoundUsed by:53  Timeline
Symbol 51 GraphicUsed by:53
Symbol 52 ButtonUses:48Used by:53
Symbol 53 MovieClipUses:47 49 50 51 52Used by:55  Timeline
Symbol 54 SoundUsed by:55
Symbol 55 MovieClipUses:5 7 8 9 10 28 32 34 35 36 38 39 40 41 42 46 53 54Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:140  Timeline
Symbol 65 GraphicUsed by:140  Timeline
Symbol 66 GraphicUsed by:140  Timeline
Symbol 67 GraphicUsed by:140  Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 FontUsed by:70 76 79 82 84 200
Symbol 70 TextUses:69Used by:Timeline
Symbol 71 FontUsed by:73
Symbol 72 FontUsed by:73
Symbol 73 TextUses:71 72Used by:75
Symbol 74 GraphicUsed by:75 160 162 163
Symbol 75 ButtonUses:73 74Used by:Timeline
Symbol 76 TextUses:69Used by:78 83
Symbol 77 GraphicUsed by:78 80 83 85 201
Symbol 78 ButtonUses:76 77Used by:Timeline
Symbol 79 TextUses:69Used by:80  Timeline
Symbol 80 ButtonUses:79 77Used by:Timeline
Symbol 81 FontUsed by:82 199 203
Symbol 82 TextUses:69 81Used by:Timeline
Symbol 83 ButtonUses:76 77Used by:Timeline
Symbol 84 TextUses:69Used by:85
Symbol 85 ButtonUses:84 77Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91 123 156
Symbol 91 MovieClipUses:90Used by:137
Symbol 92 GraphicUsed by:98 99 124 125
Symbol 93 GraphicUsed by:98 99 124 125
Symbol 94 GraphicUsed by:98 99 124 125
Symbol 95 GraphicUsed by:98 99 124 125
Symbol 96 GraphicUsed by:98 99 124 125
Symbol 97 GraphicUsed by:98 99 124 125
Symbol 98 MovieClipUses:92 93 94 95 96 97Used by:99
Symbol 99 ButtonUses:98 92 93 94 95 96 97Used by:100
Symbol 100 MovieClipUses:99Used by:137
Symbol 101 GraphicUsed by:107 108 131 132 134 135
Symbol 102 GraphicUsed by:107 108 131 132 134 135
Symbol 103 GraphicUsed by:107 108 131 132 134 135
Symbol 104 GraphicUsed by:107 108 131 132 134 135
Symbol 105 GraphicUsed by:107 108 131 132 134 135
Symbol 106 GraphicUsed by:107 108 131 132 134 135
Symbol 107 MovieClipUses:101 102 103 104 105 106Used by:108
Symbol 108 ButtonUses:107 101 102 103 104 105 106Used by:109
Symbol 109 MovieClipUses:108Used by:137
Symbol 110 GraphicUsed by:116
Symbol 111 GraphicUsed by:116
Symbol 112 GraphicUsed by:116
Symbol 113 GraphicUsed by:116
Symbol 114 GraphicUsed by:116
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:110 111 112 113 114 115Used by:117 127
Symbol 117 MovieClipUses:116Used by:119
Symbol 118 GraphicUsed by:119
Symbol 119 ButtonUses:117 118Used by:120
Symbol 120 MovieClipUses:119Used by:137
Symbol 121 GraphicUsed by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:121 90 122Used by:137
Symbol 124 MovieClipUses:92 93 94 95 96 97Used by:125
Symbol 125 ButtonUses:124 92 93 94 95 96 97Used by:126
Symbol 126 MovieClipUses:125Used by:137
Symbol 127 MovieClipUses:116Used by:129
Symbol 128 GraphicUsed by:129
Symbol 129 ButtonUses:127 128Used by:130
Symbol 130 MovieClipUses:129Used by:137
Symbol 131 MovieClipUses:101 102 103 104 105 106Used by:132
Symbol 132 ButtonUses:131 101 102 103 104 105 106Used by:133
Symbol 133 MovieClipUses:132Used by:137
Symbol 134 MovieClipUses:101 102 103 104 105 106Used by:135
Symbol 135 ButtonUses:134 101 102 103 104 105 106Used by:136
Symbol 136 MovieClipUses:135Used by:137
Symbol 137 MovieClipUses:91 100 109 120 123 126 130 133 136Used by:Timeline
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:64 65 67 66 138 139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 ShapeTweeningUsed by:148
Symbol 144 ShapeTweeningUsed by:148
Symbol 145 ShapeTweeningUsed by:148
Symbol 146 ShapeTweeningUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:143 144 145 146 147Used by:149
Symbol 149 MovieClipUses:148Used by:150 151 153
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 MovieClipUses:149Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 ButtonUses:149 152Used by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 SoundUsed by:156
Symbol 156 MovieClipUses:90 155Used by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 FontUsed by:159
Symbol 159 EditableTextUses:158Used by:Timeline
Symbol 160 MovieClipUses:74Used by:162 163
Symbol 161 GraphicUsed by:162 163
Symbol 162 MovieClipUses:160 161 74Used by:Timeline
Symbol 163 MovieClipUses:160 161 74Used by:Timeline
Symbol 164 FontUsed by:165 166 167 168 192 194 208
Symbol 165 EditableTextUses:164Used by:Timeline
Symbol 166 EditableTextUses:164Used by:Timeline
Symbol 167 EditableTextUses:164Used by:Timeline
Symbol 168 EditableTextUses:164Used by:Timeline
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:172 174 177 179
Symbol 171 GraphicUsed by:172 174 177 179
Symbol 172 ButtonUses:169 170 171Used by:175
Symbol 173 GraphicUsed by:174
Symbol 174 ButtonUses:173 170 171Used by:175
Symbol 175 MovieClipUses:172 174Used by:Timeline
Symbol 176 GraphicUsed by:177 179
Symbol 177 ButtonUses:170 176 171Used by:180
Symbol 178 GraphicUsed by:179
Symbol 179 ButtonUses:170 176 178 171Used by:180
Symbol 180 MovieClipUses:177 179Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 TextUses:164Used by:196
Symbol 193 EditableTextUses:33Used by:196
Symbol 194 TextUses:164Used by:196
Symbol 195 EditableTextUses:33Used by:196
Symbol 196 MovieClipUses:192 193 194 195Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 TextUses:81Used by:Timeline
Symbol 200 TextUses:69Used by:201
Symbol 201 ButtonUses:200 77Used by:Timeline
Symbol 202 GraphicUsed by:Timeline
Symbol 203 TextUses:81Used by:Timeline
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:210
Symbol 206 GraphicUsed by:210
Symbol 207 FontUsed by:208 211
Symbol 208 TextUses:207 164Used by:210
Symbol 209 GraphicUsed by:210
Symbol 210 ButtonUses:205 206 208 209Used by:Timeline
Symbol 211 TextUses:207Used by:213
Symbol 212 GraphicUsed by:213
Symbol 213 ButtonUses:211 212Used by:Timeline

Instance Names

"mc_sloop"Frame 1Symbol 4 MovieClip
"sn"Frame 2Symbol 53 MovieClip
"nn"Frame 4Symbol 137 MovieClip
"mc_butter"Frame 4Symbol 140 MovieClip
"mc_hit"Frame 4Symbol 142 MovieClip
"mc_net_v"Frame 4Symbol 150 MovieClip
"mc_net_p"Frame 4Symbol 151 MovieClip
"mc_net"Frame 4Symbol 154 MovieClip
"mc_butter_boom"Frame 4Symbol 156 MovieClip
"ind_pow"Frame 4Symbol 162 MovieClip
"ind_net"Frame 4Symbol 163 MovieClip
"btn2"Frame 4Symbol 175 MovieClip
"btn1"Frame 4Symbol 180 MovieClip
"gpos2"Frame 4Symbol 184 MovieClip
"gpos3"Frame 4Symbol 184 MovieClip
"gpos1"Frame 4Symbol 184 MovieClip
"cur1"Frame 4Symbol 187 MovieClip
"cur2"Frame 4Symbol 189 MovieClip
"cur3"Frame 4Symbol 191 MovieClip
"gametablo"Frame 4Symbol 196 MovieClip
"sn"Frame 54Symbol 53 MovieClip
"ball"Symbol 28 MovieClip Frame 2Symbol 23 MovieClip
"voda"Symbol 55 MovieClip Frame 1Symbol 28 MovieClip
"ru"Symbol 55 MovieClip Frame 1Symbol 32 MovieClip
"sn"Symbol 55 MovieClip Frame 2Symbol 53 MovieClip
"boom_s"Symbol 137 MovieClip Frame 1Symbol 91 MovieClip
"spider1"Symbol 137 MovieClip Frame 1Symbol 100 MovieClip
"spider2"Symbol 137 MovieClip Frame 1Symbol 109 MovieClip
"spider3"Symbol 137 MovieClip Frame 1Symbol 120 MovieClip
"boom_b"Symbol 137 MovieClip Frame 1Symbol 123 MovieClip
"spider1_k"Symbol 137 MovieClip Frame 1Symbol 126 MovieClip
"spider3_k"Symbol 137 MovieClip Frame 1Symbol 130 MovieClip
"spider2_k"Symbol 137 MovieClip Frame 1Symbol 133 MovieClip
"spider2_s"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip
"b"Symbol 162 MovieClip Frame 1Symbol 160 MovieClip
"a"Symbol 162 MovieClip Frame 1Symbol 160 MovieClip
"b"Symbol 163 MovieClip Frame 1Symbol 160 MovieClip
"a"Symbol 163 MovieClip Frame 1Symbol 160 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "lib_snd_2"
ExportAssets (56)Timeline Frame 1Symbol 2 as "lib_snd_1"

Labels

"main"Frame 2
"rulez"Frame 3
"start"Frame 4
"rul"Frame 5
"lamo"Frame 10

Dynamic Text Variables

FullSizeSymbol 38 EditableText"10/234 kb loaded"
txtLevelSymbol 159 EditableText"22"
scoresSymbol 193 EditableText"0"
scoresSymbol 195 EditableText"0"




http://swfchan.com/6/25844/info.shtml
Created: 23/5 -2019 07:45:58 Last modified: 23/5 -2019 07:45:58 Server time: 17/05 -2024 21:26:02