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

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

Delibeery.swf

This is the info page for
Flash #24890

(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?

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 118 MovieClip "hormiga" in Frame 106
/* no clip actions */
Instance of Symbol 119 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 122 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 123 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 131 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 122 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 132 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 136 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 137 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 140 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 145 MovieClip "hormiga" in Frame 111
/* no clip actions */
Instance of Symbol 146 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 150 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 158 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 118 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 145 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 118 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 163 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 167 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 186 MovieClip "hormiga" in Frame 115
/* no clip actions */
Instance of Symbol 187 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 145 MovieClip "hormiga" in Frame 116
/* no clip actions */
Instance of Symbol 190 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 199 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 207 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 110 MovieClip Frame 2
stop(); scoreover = _root.barra.score; tryag.onRelease = function () { tellTarget (_root) { gotoAndPlay ("games"); }; };
Symbol 112 MovieClip Frame 7
stop();
Symbol 119 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 123 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 131 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 132 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 137 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 146 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 158 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 163 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 167 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 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 = 88; } else { _root.barra._visible = false; _root.gameover.play(); }
Symbol 190 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 207 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 119 123 131 132 137 146 158 163 167 187 190 207  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 107
Symbol 41 TextUses:40Used by:45
Symbol 42 TextUses:40Used by:45
Symbol 43 TextUses:40Used by:45
Symbol 44 GraphicUsed by:45 85 122 136 140 150 198 199
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:110  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 195
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 119 123 131 132 137 146 158 163 167 187 190 207
Symbol 101 MovieClipUses:100 7Used by:Timeline
Symbol 102 GraphicUsed by:109 110
Symbol 103 TextUses:40Used by:110
Symbol 104 EditableTextUses:40Used by:110
Symbol 105 TextUses:40Used by:109
Symbol 106 GraphicUsed by:109
Symbol 107 TextUses:40Used by:109
Symbol 108 GraphicUsed by:109
Symbol 109 ButtonUses:102 105 106 107 108Used by:110
Symbol 110 MovieClipUses:102 103 104 109 58Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 ShapeTweeningUsed by:118
Symbol 116 ShapeTweeningUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:115 116 117Used by:Timeline
Symbol 119 MovieClipUses:100 7Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 MovieClipUses:44Used by:Timeline
Symbol 123 MovieClipUses:100 7Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:Timeline
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:126 127 128Used by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 MovieClipUses:100 7Used by:Timeline
Symbol 132 MovieClipUses:100 7Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:135 139
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 MovieClipUses:44Used by:Timeline
Symbol 137 MovieClipUses:100 7Used by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 MovieClipUses:134Used by:Timeline
Symbol 140 MovieClipUses:44Used by:Timeline
Symbol 141 GraphicUsed by:145
Symbol 142 ShapeTweeningUsed by:145
Symbol 143 ShapeTweeningUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:141 142 143 144Used by:Timeline
Symbol 146 MovieClipUses:100 7Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 MovieClipUses:44Used by:Timeline
Symbol 151 ShapeTweeningUsed by:157
Symbol 152 GraphicUsed by:154
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:152 153Used by:157 206
Symbol 155 ShapeTweeningUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:151 154 155 156Used by:Timeline
Symbol 158 MovieClipUses:100 7Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 MovieClipUses:100 7Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClipUses:165Used by:Timeline
Symbol 167 MovieClipUses:100 7Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:Timeline
Symbol 171 ShapeTweeningUsed by:186
Symbol 172 GraphicUsed by:186
Symbol 173 GraphicUsed by:186
Symbol 174 GraphicUsed by:186
Symbol 175 ShapeTweeningUsed by:186
Symbol 176 ShapeTweeningUsed by:186
Symbol 177 ShapeTweeningUsed by:186
Symbol 178 ShapeTweeningUsed by:186
Symbol 179 ShapeTweeningUsed by:186
Symbol 180 ShapeTweeningUsed by:186
Symbol 181 GraphicUsed by:186
Symbol 182 ShapeTweeningUsed by:186
Symbol 183 GraphicUsed by:186
Symbol 184 GraphicUsed by:186
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:171 172 173 174 175 176 177 178 179 180 181 182 183 184 185Used by:Timeline
Symbol 187 MovieClipUses:100 7Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 MovieClipUses:100 7Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 EditableTextUses:74Used by:198
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 MovieClipUses:44 195 197Used by:Timeline
Symbol 199 MovieClipUses:44Used by:Timeline
Symbol 200 GraphicUsed by:202
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:200 201Used by:Timeline
Symbol 203 ShapeTweeningUsed by:206
Symbol 204 ShapeTweeningUsed by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:203 154 204 205Used by:Timeline
Symbol 207 MovieClipUses:100 7Used by:Timeline
Symbol 208 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 110 MovieClip
"caminotest"Frame 106Symbol 114 MovieClip
"hormiga"Frame 106Symbol 118 MovieClip
"sprite"Frame 106Symbol 119 MovieClip
"caminotest"Frame 107Symbol 121 MovieClip
"sprite"Frame 107Symbol 123 MovieClip
"caminotest"Frame 108Symbol 125 MovieClip
"hormvola"Frame 108Symbol 130 MovieClip
"sprite"Frame 108Symbol 131 MovieClip
"sprite"Frame 109Symbol 132 MovieClip
"caminotest"Frame 110Symbol 135 MovieClip
"sprite"Frame 110Symbol 137 MovieClip
"caminotest"Frame 111Symbol 139 MovieClip
"hormiga"Frame 111Symbol 145 MovieClip
"sprite"Frame 111Symbol 146 MovieClip
"caminotest"Frame 112Symbol 149 MovieClip
"arania"Frame 112Symbol 157 MovieClip
"sprite"Frame 112Symbol 158 MovieClip
"caminotest"Frame 113Symbol 160 MovieClip
"hormvola"Frame 113Symbol 130 MovieClip
"hormiga"Frame 113Symbol 118 MovieClip
"hormiga"Frame 113Symbol 145 MovieClip
"hormiga"Frame 113Symbol 118 MovieClip
"vidax"Frame 113Symbol 162 MovieClip
"sprite"Frame 113Symbol 163 MovieClip
"caminotest"Frame 114Symbol 166 MovieClip
"arania"Frame 114Symbol 157 MovieClip
"sprite"Frame 114Symbol 167 MovieClip
"caminotest"Frame 115Symbol 170 MovieClip
"hormiga"Frame 115Symbol 186 MovieClip
"hormvola"Frame 115Symbol 130 MovieClip
"sprite"Frame 115Symbol 187 MovieClip
"caminotest"Frame 116Symbol 189 MovieClip
"arania"Frame 116Symbol 157 MovieClip
"hormiga"Frame 116Symbol 145 MovieClip
"sprite"Frame 116Symbol 190 MovieClip
"caminotest"Frame 117Symbol 193 MovieClip
"landhere"Frame 117Symbol 198 MovieClip
"arania"Frame 117Symbol 206 MovieClip
"sprite"Frame 117Symbol 207 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 110 MovieClip Frame 2Symbol 109 Button

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Dd$4k9iLpwT3Se6UOnPtCuSi.."

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/5/24890/info.shtml
Created: 24/5 -2019 09:43:52 Last modified: 24/5 -2019 09:43:52 Server time: 16/05 -2024 03:31:06