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

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

Delibeery.swf

This is the info page for
Flash #28549

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


Text
Loading

0%

PLAY GAME

PLAY GAME

PLAY GAME

INSTRUCTIONS

Guide the bee
with the arrow
keys. Avoid all
obstacles on your
way to the exit

INSTRUCTIONS

ADD THIS GAME
TO YOUR SITE

ADD THIS GAME
TO YOUR SITE

PLAY MORE
GAMES

PLAY MORE
GAMES

Developed by Sismo Games

Developed by Sismo Games

:

E

R

O

C

S

TIME:

99999

SCORE:

TIME:

9999

SCORE:

99999

TRY AGAIN?

LAND HERE

ActionScript [AS1/AS2]

Frame 9
totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100) + " %"; if (_root._framesloaded >= _root._totalframes) { gotoAndPlay (28); }
Frame 19
totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100) + " %"; if (_root._framesloaded >= _root._totalframes) { gotoAndPlay (28); }
Frame 27
totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round(getBytesLoaded() / 1024); percentDone = Math.round((loadedBytes / totalBytes) * 100) + " %"; if (_root._framesloaded >= _root._totalframes) { gotoAndPlay (28); } else { gotoAndPlay (1); }
Frame 101
gotoAndPlay (102);
Frame 102
stop(); fscommand ("allowscale", "false"); fscommand ("showmenu", "false"); butplay.onRelease = function () { nextFrame(); }; butinst.onRollOver = function () { this.play(); }; butinst.onRollOut = function () { this.gotoAndStop(1); }; buthome.onRelease = function () { getURL ("http://www.sismostudio.com/", _blank); }; butmail.onRelease = function () { getURL ("mailto:info@sismostudio.com"); };
Frame 103
stop();
Frame 105
stop(); _root.gameover.stop(); _root.barra.vida4._visible = false; _root.barra.score = 0; _root.barra.times.timer = 1000; vidas = 3; vidaschau = 0;
Instance of Symbol 85 MovieClip in Frame 105
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 163; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 98 MovieClip "barra" in Frame 105
onClipEvent (enterFrame) { if (!(_root.barra.times.timer === 0)) { _root.barra.times.timer--; } }
Instance of Symbol 101 MovieClip "sprite" in Frame 105
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } }
Frame 106
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 115 MovieClip "hormiga" in Frame 106
/* no clip actions */
Instance of Symbol 116 MovieClip "sprite" in Frame 106
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 107
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 119 MovieClip in Frame 107
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 76; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 120 MovieClip "sprite" in Frame 107
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 108
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 85 MovieClip in Frame 108
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 163; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 128 MovieClip "sprite" in Frame 108
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 109
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 119 MovieClip in Frame 109
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 76; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 129 MovieClip "sprite" in Frame 109
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 110
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 133 MovieClip in Frame 110
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 76; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 134 MovieClip "sprite" in Frame 110
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 111
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 137 MovieClip in Frame 111
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 76; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 142 MovieClip "hormiga" in Frame 111
/* no clip actions */
Instance of Symbol 143 MovieClip "sprite" in Frame 111
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 112
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 147 MovieClip in Frame 112
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite._x = 18; _root.sprite._y = 76; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 155 MovieClip "sprite" in Frame 112
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 113
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 115 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 142 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 115 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 160 MovieClip "sprite" in Frame 113
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.vidax.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.vidax.hitTest(this.getBounds(_root).xMax, this._y, true)) { _root.vidax.unloadMovie(); if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == true)) { _root.barra.vida4._visible = true; } else if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == false)) { _root.barra.vida1._visible = true; _root.vidaschau--; } else if ((_root.barra.vida2._visible == false) and (_root.barra.vida1._visible == false)) { _root.barra.vida2._visible = true; _root.vidaschau--; } } if (_root.vidax.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.vidax.hitTest(this._x, this.getBounds(_root).yMax, true)) { _root.vidax.unloadMovie(); if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == true)) { _root.barra.vida4._visible = true; } else if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == false)) { _root.barra.vida1._visible = true; _root.vidaschau--; } else if ((_root.barra.vida2._visible == false) and (_root.barra.vida1._visible == false)) { _root.barra.vida2._visible = true; _root.vidaschau--; } } }
Frame 114
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 164 MovieClip "sprite" in Frame 114
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 115
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 183 MovieClip "hormiga" in Frame 115
/* no clip actions */
Instance of Symbol 184 MovieClip "sprite" in Frame 115
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 116
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 142 MovieClip "hormiga" in Frame 116
/* no clip actions */
Instance of Symbol 187 MovieClip "sprite" in Frame 116
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } }
Frame 117
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.times.timer = 1000;
Instance of Symbol 196 MovieClip in Frame 117
onClipEvent (enterFrame) { if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) { _root.sprite.control = false; _root.sprite.avancex = 0; _root.sprite.avancey = 0; _root.sprite.gravedad = 0; _root.nextFrame(); } }
Instance of Symbol 204 MovieClip "sprite" in Frame 117
onClipEvent (load) { stop(); avancex = 0; avancey = 0; gravedad = 0; control = true; } onClipEvent (enterFrame) { gravedad = gravedad + 0.1; _x = (_x + avancex); _y = (_y + (avancey + gravedad)); if (Key.isDown(39)) { avancex = avancex + 1; } if (Key.isDown(37)) { avancex = avancex - 1; } if (Key.isDown(38)) { avancey = avancey - 1; } if (Key.isDown(40)) { avancey = avancey + 1; } if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) { control = false; this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.play(); } if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) { this.play(); } if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) { this.play(); } if (_root.landhere.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.landhere.hitTest(this.getBounds(_root).xMax, this._y, true)) { _root.landhere._visible = false; } if (_root.landhere.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.landhere.hitTest(this._x, this.getBounds(_root).yMax, true)) { _root.landhere._visible = false; } }
Frame 118
stop(); _root.barra.score = _root.barra.score + _root.barra.times.timer; _root.barra.vida1._visible = false; _root.barra.vida2._visible = false; _root.barra.vida3._visible = false; _root.barra.times._visible = false; _root.barra._x = 300;
Symbol 10 Button
on (release) { getURL ("http://www.arcademuffin.com", "_blank"); }
Symbol 13 Button
on (release) { getURL ("http://www.arcademuffin.com"); }
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 55 Button
on (release) { getURL ("http://www.arcademuffin.com/page/4.html"); }
Symbol 58 Button
on (release) { getURL ("http://www.arcademuffin.com"); }
Symbol 63 Button
on (release) { getURL ("http://www.sismostudio.com", "_blank"); }
Symbol 72 MovieClip Frame 62
stop(); tellTarget (_root) { gotoAndPlay ("games"); };
Symbol 101 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 60; this._y = 170; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 106 Button
on (release) { getURL ("http://www.arcademuffin.com"); }
Symbol 107 MovieClip Frame 2
stop(); scoreover = _root.barra.score; tryag.onRelease = function () { tellTarget (_root) { gotoAndPlay ("games"); }; };
Symbol 109 MovieClip Frame 7
stop();
Symbol 116 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 55; this._y = 66; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 120 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 485; this._y = 40; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 128 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 35; this._y = 349; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 129 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 35; this._y = 286; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 134 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 65; this._y = 170; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 143 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 327; this._y = 434; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 155 MovieClip Frame 28
stop(); _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 35; this._y = 385; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 160 MovieClip Frame 28
stop(); if (_root.barra.vida4._visible == true) { _root.barra.vida4._visible = false; } else { _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 28; this._y = 278; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 164 MovieClip Frame 28
stop(); if (_root.barra.vida4._visible == true) { _root.barra.vida4._visible = false; } else { _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 37; this._y = 306; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 184 MovieClip Frame 28
stop(); if (_root.barra.vida4._visible == true) { _root.barra.vida4._visible = false; } else { _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 37; this._y = 88; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 187 MovieClip Frame 28
stop(); if (_root.barra.vida4._visible == true) { _root.barra.vida4._visible = false; } else { _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 37; this._y = 370; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 204 MovieClip Frame 28
stop(); if (_root.barra.vida4._visible == true) { _root.barra.vida4._visible = false; } else { _root.vidaschau++; switch (_root.vidaschau) { case 1 : _root.barra.vida1._visible = false; break; case 2 : _root.barra.vida2._visible = false; break; case 3 : _root.barra.vida3._visible = false; } } if (_root.vidaschau < _root.vidas) { this.gotoAndStop(1); this.avancex = 0; this.avancey = 0; this.gravedad = 0; this.control = true; this._x = 41; this._y = 176; } else { _root.barra._visible = false; _root.gameover.play(); }

Library Items

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

Instance Names

"butplay"Frame 102Symbol 45 Button
"butinst"Frame 102Symbol 52 MovieClip
"caminotest"Frame 105Symbol 84 MovieClip
"barra"Frame 105Symbol 98 MovieClip
"sprite"Frame 105Symbol 101 MovieClip
"gameover"Frame 105Symbol 107 MovieClip
"caminotest"Frame 106Symbol 111 MovieClip
"hormiga"Frame 106Symbol 115 MovieClip
"sprite"Frame 106Symbol 116 MovieClip
"caminotest"Frame 107Symbol 118 MovieClip
"sprite"Frame 107Symbol 120 MovieClip
"caminotest"Frame 108Symbol 122 MovieClip
"hormvola"Frame 108Symbol 127 MovieClip
"sprite"Frame 108Symbol 128 MovieClip
"sprite"Frame 109Symbol 129 MovieClip
"caminotest"Frame 110Symbol 132 MovieClip
"sprite"Frame 110Symbol 134 MovieClip
"caminotest"Frame 111Symbol 136 MovieClip
"hormiga"Frame 111Symbol 142 MovieClip
"sprite"Frame 111Symbol 143 MovieClip
"caminotest"Frame 112Symbol 146 MovieClip
"arania"Frame 112Symbol 154 MovieClip
"sprite"Frame 112Symbol 155 MovieClip
"caminotest"Frame 113Symbol 157 MovieClip
"hormvola"Frame 113Symbol 127 MovieClip
"hormiga"Frame 113Symbol 115 MovieClip
"hormiga"Frame 113Symbol 142 MovieClip
"hormiga"Frame 113Symbol 115 MovieClip
"vidax"Frame 113Symbol 159 MovieClip
"sprite"Frame 113Symbol 160 MovieClip
"caminotest"Frame 114Symbol 163 MovieClip
"arania"Frame 114Symbol 154 MovieClip
"sprite"Frame 114Symbol 164 MovieClip
"caminotest"Frame 115Symbol 167 MovieClip
"hormiga"Frame 115Symbol 183 MovieClip
"hormvola"Frame 115Symbol 127 MovieClip
"sprite"Frame 115Symbol 184 MovieClip
"caminotest"Frame 116Symbol 186 MovieClip
"arania"Frame 116Symbol 154 MovieClip
"hormiga"Frame 116Symbol 142 MovieClip
"sprite"Frame 116Symbol 187 MovieClip
"caminotest"Frame 117Symbol 190 MovieClip
"landhere"Frame 117Symbol 195 MovieClip
"arania"Frame 117Symbol 203 MovieClip
"sprite"Frame 117Symbol 204 MovieClip
"d"Symbol 11 MovieClip Frame 1Symbol 10 Button
"times"Symbol 98 MovieClip Frame 1Symbol 91 MovieClip
"vida3"Symbol 98 MovieClip Frame 1Symbol 93 MovieClip
"vida2"Symbol 98 MovieClip Frame 1Symbol 95 MovieClip
"vida1"Symbol 98 MovieClip Frame 1Symbol 97 MovieClip
"vida4"Symbol 98 MovieClip Frame 1Symbol 93 MovieClip
"tryag"Symbol 107 MovieClip Frame 2Symbol 106 Button

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$eX$srTpMvQpegS7wim8R.JzO/."

Labels

"games"Frame 104

Dynamic Text Variables

_root.percentDoneSymbol 3 EditableText"  0%"
scoreSymbol 87 EditableText"99999"
timerSymbol 90 EditableText"9999"
scoreoverSymbol 104 EditableText"99999"




http://swfchan.com/6/28549/info.shtml
Created: 20/5 -2019 08:42:49 Last modified: 20/5 -2019 08:42:49 Server time: 29/04 -2024 08:43:45