STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #26699 |
%Loaded |
<Adjust Volume |
<p align="justify"><font face="Optima" size="13" color="#000000" letterSpacing="0.000000" kerning="0"><a href="http://www.glaielgames.com" target = "_blank">www.glaielgames.com</a></font></p> |
Instructions: Arrow Keys: Move A: Throwing Star S: Sword Attack Space: Warp Speed You are constantly moving forward. Attack the evil ballons, clowns, elephants, and lions before they get you! You get more points for using the sword, but it is short range. Don't worry about enemies behind you, enemies will only attack if you can see them. Press left and right to turn. |
012345 |
Score: |
012345 |
SCORE: |
ActionScript [AS1/AS2]
Instance of Symbol 3 MovieClip in Frame 1onClipEvent (load) { _root.createEmptyMovieClip("l1", 1); _root.createEmptyMovieClip("l2", 2); perc = "0%"; p1 = 0; _root.stop(); } onClipEvent (enterFrame) { den = _root.getBytesTotal(); num = _root.getBytesLoaded(); p1 = (num / den) * 100; p2 = Math.round(p1); perc = ("" + p2) + "%"; _root.l1.clear(); _root.l1.moveTo(275, 200); _root.l1.lineStyle(2, 9874626, 100); _root.l1.lineTo(_root._xmouse, _root._ymouse); _root.l2.clear(); _root.l2.moveTo(275, 200); _root.l2.lineStyle(15, 9874626, 100); xd = _root._xmouse - 275; yd = _root._ymouse - 200; x = ((xd * p1) / 100) + 275; y = ((yd * p1) / 100) + 200; _root.l2.lineTo(x, y); if (p1 >= 100) { removeMovieClip(_root.l1); removeMovieClip(_root.l2); _root.play(); } }Frame 3stop();Instance of Symbol 12 MovieClip "vol" in Frame 3onClipEvent (load) { dragging = false; _root.sound = new Sound(_root); } on (press) { dragging = true; } onClipEvent (mouseUp) { dragging = false; } onClipEvent (enterFrame) { (dragging ? (_x = _root._xmouse_root._xmouse) : null); ((_x < _root.slider._x) ? (_x = _root.slider._x_root.slider._x) : null); ((_x > (_root.slider._x + 100)) ? (_x = (_root.slider._x + 100)_root.slider._x + 100) : null); _root.sound.setVolume(_x - _root.slider._x); }Frame 4function depthcalc(tgt) { tgt.swapDepths((((10000 * Math.round(tgt.xs)) + (100 * tgt._x)) + tgt._y) / 10); tgt._alpha = 100; if (tgt.xs > 100) { tgt._alpha = 90; } if (tgt.xs > 120) { tgt._alpha = 50; } if (tgt.xs > 140) { tgt._alpha = 40; } if (tgt.xs > 180) { tgt._alpha = 30; } if (tgt.xs > 190) { tgt._alpha = 20; } if ((tgt.xs >= 300) || ((tgt._x < ((-tgt._width) / 2)) || (tgt._x > (550 + (tgt._width / 2))))) { tgt._visible = false; } else { tgt._visible = true; } if (rem == true) { removeMovieClip(tgt); } } function depthcalc2(tgt) { if ((tgt.xs >= 300) || ((tgt._x < ((-tgt._width) / 2)) || (tgt._x > (550 + (tgt._width / 2))))) { tgt._visible = false; } else { tgt._visible = true; } if (rem == true) { removeMovieClip(tgt); } } function render3Dpoints(pt) { ptx = (pt.x * Math.cos(A)) + ((pt.z - pppp) * Math.sin(A)); pty = pt.y; ptz = ((-pt.x) * Math.sin(A)) + ((pt.z - pppp) * Math.cos(A)); pt.x = ptx; pt.z = ptz; pt.y = pty; if (pt.z <= -250) { pt.z = -250; } scalar = 500 / ((200 + pt.z) + pppp); npt = new Object(this); npt.x = 275 + (pt.x * scalar); npt.y = 200 + (pt.y * scalar); npt.scale = scalar * 100; return(npt); } function colTest(tgt, tgt2) { zdist = Math.abs(tgt.z - tgt2.z); xdist = Math.abs(tgt.x - tgt2.x); if ((zdist < 20) && (xdist < 20)) { return(true); } return(false); } function moving(tgt) { if (tgt.xspeed == undefined) { tgt.xspeed = 0; tgt.yspeed = 0; } tgt.xspeed = tgt.xspeed + (Math.random() - 0.5); tgt.yspeed = tgt.yspeed + (Math.random() - 0.5); tgt.x = tgt.x + tgt.xspeed; tgt.z = tgt.z + tgt.yspeed; ((tgt.x < 0) ? ((tgt.x = 0)) : null); ((tgt.x > 2500) ? ((tgt.x = 2500)) : null); ((tgt.z < 0) ? ((tgt.z = 0)) : null); ((tgt.z > 2500) ? ((tgt.z = 2500)) : null); } _quality = "LOW"; A = 0; life = 200; tstgt = sky; pppp = 50; score = 0; stop(); rem = false; xp = -200; yp = 0; zp = 0; cons = 2500; _root.createEmptyMovieClip("grid", 1); treenmbr = 10; nmbr = 1; var i = 0; while (i <= treenmbr) { duplicateMovieClip (tree, "t" + nmbr, nmbr); _root["t" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = random(_root.cons); this.z = random(_root.cons); this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc(this); if (((this.hitTest(275, 200, true) && (_root.char.ts._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { if (_root.tstgt.getDepth() < this.getDepth()) { _root.tstgt.gotoAndStop(1); _root.tstgt.iii.gotoAndStop(5); this.gotoAndStop(2); _root.tstgt = this; } } if (this._currentframe != 1) { this.y = this.y + 5; } if (((((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 90000) && (_root.char.ss._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { this.gotoAndStop(3); } this.pp = random(60); if ((this.pp == 0) && (this._visible == true)) { this.iii.gun.play(); } _root.moving(this); }; nmbr++; i++; } var i = 0; while (i <= 10) { duplicateMovieClip (dot, "d" + nmbr, nmbr); _root["d" + nmbr].i = i; _root["d" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = 0; this.z = this.i * 250; this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc2(this); }; nmbr++; i++; } var i = 0; while (i <= 10) { duplicateMovieClip (dot, "d" + nmbr, nmbr); _root["d" + nmbr].i = i; _root["d" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = 2500; this.z = this.i * 250; this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc2(this); }; nmbr++; i++; } var i = 0; while (i <= 10) { duplicateMovieClip (dot, "d" + nmbr, nmbr); _root["d" + nmbr].i = i; _root["d" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = this.i * 250; this.z = 0; this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc2(this); }; nmbr++; i++; } var i = 0; while (i <= 10) { duplicateMovieClip (dot, "d" + nmbr, nmbr); _root["d" + nmbr].i = i; _root["d" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = this.i * 250; this.z = 2500; this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc2(this); }; nmbr++; i++; } char.onEnterFrame = function () { if (this.y == undefined) { this.x = 1250; this.z = 1250; this.y = 100; this.swapDepths(999999); } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale / 2); this.xs = this.pt2.scale - 100; _root.depthcalc(this); }; _root.onEnterFrame = function () { _root.lastx = _root.char.x; _root.lastz = _root.char.z; if (Key.isDown(37)) { A = A + 0.1; sky._x = sky._x + 35.01408748; } if (Key.isDown(39)) { A = A - 0.1; sky._x = sky._x - 35.01408748; } if (sky._x < -1100) { sky._x = 0; } if (sky._x > 0) { sky._x = -1100; } _root.char.z = _root.char.z + (15 * Math.cos(A)); _root.char.x = _root.char.x - (15 * Math.sin(A)); if (Key.isDown(32)) { _root.char.z = _root.char.z + (20 * Math.cos(A)); _root.char.x = _root.char.x - (20 * Math.sin(A)); } if (_root.colTest(this, _root.char)) { char.z = lastz; char.x = lastx; } ((char.x < 0) ? ((char.x = 0)) : null); ((char.x > 2500) ? ((char.x = 2500)) : null); ((char.z < 0) ? ((char.z = 0)) : null); ((char.z > 2500) ? ((char.z = 2500)) : null); _root.xp = -_root.char.x; _root.zp = (-_root.char.z) + pppp; tstgt = sky; dup = random(100); if (dup == 0) { duplicateMovieClip (tree2, "t" + nmbr, nmbr); _root["t" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = random(_root.cons); this.z = random(_root.cons); this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc(this); if (((this.iii.head.hitTest(275, 200, true) && (_root.char.ts._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { if (_root.tstgt.getDepth() < this.getDepth()) { _root.tstgt.gotoAndStop(1); _root.tstgt.iii.gotoAndStop(5); this.gotoAndStop(2); _root.tstgt = this; } } if (this._currentframe != 1) { this.y = this.y + 5; } if (((((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 160000) && (_root.char.ss._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { this.gotoAndStop(3); } this.pp = random(10); if (((this.pp == 0) && (this._visible == true)) && ((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 90000)) { this.iii.gun.play(); } _root.moving(this); }; nmbr++; } dup = random(50); if (dup == 0) { duplicateMovieClip (tree, "t" + nmbr, nmbr); _root["t" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = random(_root.cons); this.z = random(_root.cons); this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc(this); if (((this.hitTest(275, 200, true) && (_root.char.ts._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { if (_root.tstgt.getDepth() < this.getDepth()) { _root.tstgt.gotoAndStop(1); _root.tstgt.iii.gotoAndStop(5); this.gotoAndStop(2); _root.tstgt = this; } } if (this._currentframe != 1) { this.y = this.y + 5; } if (((((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 90000) && (_root.char.ss._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { this.gotoAndStop(3); } this.pp = random(60); if ((this.pp == 0) && (this._visible == true)) { this.iii.gun.play(); } _root.moving(this); }; nmbr++; } dup = random(100); if ((dup == 0) && (score > 10000)) { duplicateMovieClip (tree3, "t" + nmbr, nmbr); _root["t" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = random(_root.cons); this.z = random(_root.cons); this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc(this); if (((this.iii.hitTest(275, 200, true) && (_root.char.ts._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { if (_root.tstgt.getDepth() < this.getDepth()) { _root.tstgt.gotoAndStop(1); _root.tstgt.iii.gotoAndStop(5); this.gotoAndStop(2); _root.tstgt = this; } } if (this._currentframe != 1) { this.y = this.y + 5; } if (((((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 160000) && (_root.char.ss._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { this.gotoAndStop(3); } this.pp = random(50); if ((this.pp == 0) && (this._visible == true)) { this.iii.gun.play(); } _root.moving(this); }; nmbr++; } dup = random(100); if ((dup == 0) && (score > 20000)) { duplicateMovieClip (tree4, "t" + nmbr, nmbr); _root["t" + nmbr].onEnterFrame = function () { if (this.y == undefined) { this.x = random(_root.cons); this.z = random(_root.cons); this.y = 0; } this.pt1 = new Object(this); this.pt1 = {x:this.x + _root.xp, y:this.y + _root.yp, z:this.z + _root.zp}; this.pt2 = _root.render3Dpoints(this.pt1); this._x = this.pt2.x; this._y = this.pt2.y; this._xscale = (this._yscale = this.pt2.scale * 2); this.xs = this.pt2.scale; _root.depthcalc(this); if (((this.iii.head.hitTest(275, 200, true) && (_root.char.ts._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { if (_root.tstgt.getDepth() < this.getDepth()) { _root.tstgt.gotoAndStop(1); _root.tstgt.iii.gotoAndStop(5); this.gotoAndStop(2); _root.tstgt = this; } } if (this._currentframe != 1) { this.y = this.y + 5; } if (((((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 160000) && (_root.char.ss._currentframe == 4)) && (this._currentframe == 1)) && (this._visible == true)) { this.gotoAndStop(3); } this.pp = random(10); if (((this.pp == 0) && (this._visible == true)) && ((Math.pow(this.x - _root.char.x, 2) + Math.pow(this.z - _root.char.z, 2)) < 160000)) { this.iii.gun.play(); } _root.moving(this); }; nmbr++; } };Instance of Symbol 225 MovieClip in Frame 4onClipEvent (load) { swapDepths(999998); _x = 275; _y = 200; }Instance of Symbol 241 MovieClip in Frame 4onClipEvent (load) { swapDepths(999997); } onClipEvent (enterFrame) { if (_root.rem == true) { removeMovieClip(this); } }Frame 5stop();Symbol 8 MovieClip Frame 5stop();Symbol 42 Buttonon (release) { _root.play(); }Symbol 53 MovieClip Frame 1stop();Symbol 53 MovieClip Frame 2_root.life = _root.life - 10;Symbol 61 MovieClip Frame 5stop();Symbol 88 MovieClip Frame 24_root.score = _root.score + 500; removeMovieClip(_parent);Symbol 91 MovieClip Frame 24_root.score = _root.score + 1000; removeMovieClip(_parent);Symbol 92 MovieClip Frame 1stop();Symbol 92 MovieClip Frame 2stop();Symbol 92 MovieClip Frame 3stop();Symbol 97 MovieClip Frame 1stop();Symbol 97 MovieClip Frame 5_root.life = _root.life - 5;Symbol 103 MovieClip Frame 5stop();Symbol 115 MovieClip Frame 30_root.score = _root.score + 300; removeMovieClip(_parent);Symbol 121 MovieClip Frame 25_root.score = _root.score + 500; removeMovieClip(_parent);Symbol 122 MovieClip Frame 1stop();Symbol 122 MovieClip Frame 2stop();Symbol 122 MovieClip Frame 3stop();Symbol 132 MovieClip Frame 1stop();Symbol 132 MovieClip Frame 3_root.life = _root.life - 5;Symbol 144 MovieClip Frame 5stop();Symbol 167 MovieClip Frame 30_root.score = _root.score + 200; removeMovieClip(_parent);Symbol 172 MovieClip Frame 25_root.score = _root.score + 400; removeMovieClip(_parent);Symbol 173 MovieClip Frame 1stop();Symbol 173 MovieClip Frame 2stop();Symbol 173 MovieClip Frame 3stop();Symbol 186 MovieClip Frame 1stop();Symbol 186 MovieClip Frame 6_root.life = _root.life - 2;Symbol 188 MovieClip Frame 5stop();Symbol 199 MovieClip Frame 9_root.score = _root.score + 100; removeMovieClip(_parent);Symbol 213 MovieClip Frame 15_root.score = _root.score + 300; removeMovieClip(_parent);Symbol 214 MovieClip Frame 1stop();Symbol 214 MovieClip Frame 2stop();Symbol 214 MovieClip Frame 3stop();Symbol 217 MovieClip Frame 1stop();Symbol 217 MovieClip Frame 44_root.rem = true;Symbol 217 MovieClip Frame 45_root.rem = true; removeMovieClip(_parent); _root.gotoAndStop(_root._currentframe + 1); stop();Instance of Symbol 223 MovieClip in Symbol 225 MovieClip Frame 1onClipEvent (enterFrame) { this.gotoAndStop(Math.round(100 - (_root.life / 2)) + 1); if (_root.life <= 0) { _parent.blood.play(); _visible = false; } }Symbol 231 MovieClip Frame 1stop();Symbol 238 MovieClip Frame 1stop();Symbol 239 MovieClip Frame 1stop();Instance of Symbol 231 MovieClip "ts" in Symbol 239 MovieClip Frame 1onClipEvent (enterFrame) { if ((Key.isDown(65) && (_parent.ss._currentframe == 1)) && (_root.life > 0)) { play(); } }Instance of Symbol 238 MovieClip "ss" in Symbol 239 MovieClip Frame 1onClipEvent (enterFrame) { if (((Key.isDown(83) && (_parent.ss._currentframe == 1)) && (!Key.isDown(65))) && (_root.life > 0)) { play(); } }Symbol 246 Buttonon (release) { _root.gotoAndStop("title"); }
Library Items
Symbol 1 Font | Used by:2 | |
Symbol 2 EditableText | Uses:1 | Used by:3 |
Symbol 3 MovieClip | Uses:2 | Used by:Timeline |
Symbol 4 Graphic | Used by:Timeline | |
Symbol 5 Sound | Used by:Timeline | |
Symbol 6 ShapeTweening | Used by:8 | |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip | Uses:6 7 | Used by:Timeline |
Symbol 9 Font | Used by:10 18 21 | |
Symbol 10 Text | Uses:9 | Used by:Timeline |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip | Uses:11 | Used by:Timeline |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip | Uses:13 | Used by:Timeline |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 MovieClip | Uses:16 | Used by:Timeline |
Symbol 18 EditableText | Uses:9 | Used by:20 |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 MovieClip | Uses:18 19 | Used by:Timeline |
Symbol 21 Text | Uses:9 | Used by:Timeline |
Symbol 22 Graphic | Used by:23 | |
Symbol 23 MovieClip | Uses:22 | Used by:Timeline |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:24 | Used by:42 246 |
Symbol 26 Graphic | Used by:42 246 | |
Symbol 27 Graphic | Used by:42 246 | |
Symbol 28 Graphic | Used by:42 246 | |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:42 246 |
Symbol 31 Graphic | Used by:42 246 | |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip | Uses:32 | Used by:42 246 |
Symbol 34 Graphic | Used by:42 246 | |
Symbol 35 Graphic | Used by:42 246 | |
Symbol 36 Graphic | Used by:37 | |
Symbol 37 MovieClip | Uses:36 | Used by:42 246 |
Symbol 38 Graphic | Used by:42 246 | |
Symbol 39 Graphic | Used by:42 246 | |
Symbol 40 Graphic | Used by:42 246 | |
Symbol 41 Graphic | Used by:42 246 | |
Symbol 42 Button | Uses:25 26 27 28 30 31 33 34 35 37 38 39 40 41 | Used by:Timeline |
Symbol 43 Bitmap | Used by:44 242 250 | |
Symbol 44 Graphic | Uses:43 | Used by:Timeline |
Symbol 45 Graphic | Used by:53 | |
Symbol 46 Graphic | Used by:51 | |
Symbol 47 Graphic | Used by:51 | |
Symbol 48 Graphic | Used by:51 | |
Symbol 49 Graphic | Used by:51 | |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip | Uses:46 47 48 49 50 | Used by:53 |
Symbol 52 Sound | Used by:53 | |
Symbol 53 MovieClip | Uses:45 51 52 | Used by:61 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:54 | Used by:61 |
Symbol 56 Graphic | Used by:61 | |
Symbol 57 Graphic | Used by:61 | |
Symbol 58 Graphic | Used by:61 | |
Symbol 59 Graphic | Used by:61 | |
Symbol 60 Graphic | Used by:61 | |
Symbol 61 MovieClip | Uses:53 55 56 57 58 59 60 | Used by:92 |
Symbol 62 Graphic | Used by:88 91 | |
Symbol 63 Graphic | Used by:88 | |
Symbol 64 Graphic | Used by:88 91 | |
Symbol 65 Graphic | Used by:88 | |
Symbol 66 Sound | Used by:88 91 | |
Symbol 67 Graphic | Used by:88 91 | |
Symbol 68 Graphic | Used by:88 91 | |
Symbol 69 Graphic | Used by:88 91 | |
Symbol 70 Graphic | Used by:88 91 | |
Symbol 71 Graphic | Used by:88 91 | |
Symbol 72 Graphic | Used by:88 91 | |
Symbol 73 Graphic | Used by:88 91 | |
Symbol 74 Graphic | Used by:88 91 | |
Symbol 75 Graphic | Used by:88 91 | |
Symbol 76 Graphic | Used by:88 91 | |
Symbol 77 Graphic | Used by:88 91 | |
Symbol 78 Graphic | Used by:88 91 | |
Symbol 79 Graphic | Used by:88 91 | |
Symbol 80 Graphic | Used by:88 91 | |
Symbol 81 Graphic | Used by:88 91 | |
Symbol 82 Graphic | Used by:88 91 | |
Symbol 83 Graphic | Used by:88 91 | |
Symbol 84 Graphic | Used by:88 91 | |
Symbol 85 Graphic | Used by:88 91 | |
Symbol 86 Graphic | Used by:88 91 | |
Symbol 87 Graphic | Used by:88 91 | |
Symbol 88 MovieClip | Uses:62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | Used by:92 |
Symbol 89 Graphic | Used by:91 | |
Symbol 90 Graphic | Used by:91 | |
Symbol 91 MovieClip | Uses:62 89 64 90 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | Used by:92 |
Symbol 92 MovieClip | Uses:61 88 91 | Used by:Timeline |
Symbol 93 Graphic | Used by:97 | |
Symbol 94 Sound | Used by:97 | |
Symbol 95 Graphic | Used by:97 | |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:93 94 95 96 | Used by:103 |
Symbol 98 Graphic | Used by:103 | |
Symbol 99 Graphic | Used by:103 | |
Symbol 100 Graphic | Used by:103 | |
Symbol 101 Graphic | Used by:103 | |
Symbol 102 Graphic | Used by:103 | |
Symbol 103 MovieClip | Uses:97 98 99 100 101 102 | Used by:122 |
Symbol 104 Graphic | Used by:115 | |
Symbol 105 Graphic | Used by:115 | |
Symbol 106 Graphic | Used by:115 | |
Symbol 107 Sound | Used by:115 167 | |
Symbol 108 Graphic | Used by:115 | |
Symbol 109 Graphic | Used by:115 | |
Symbol 110 Graphic | Used by:115 | |
Symbol 111 Graphic | Used by:115 | |
Symbol 112 Graphic | Used by:115 | |
Symbol 113 Graphic | Used by:114 | |
Symbol 114 MovieClip | Uses:113 | Used by:115 |
Symbol 115 MovieClip | Uses:104 105 106 107 108 109 110 111 112 114 | Used by:122 |
Symbol 116 Graphic | Used by:117 | |
Symbol 117 MovieClip | Uses:116 | Used by:121 |
Symbol 118 Graphic | Used by:119 | |
Symbol 119 MovieClip | Uses:118 | Used by:121 |
Symbol 120 Sound | Used by:121 | |
Symbol 121 MovieClip | Uses:117 119 120 | Used by:122 |
Symbol 122 MovieClip | Uses:103 115 121 | Used by:Timeline |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:123 | Used by:132 |
Symbol 125 Graphic | Used by:132 | |
Symbol 126 Graphic | Used by:127 | |
Symbol 127 MovieClip | Uses:126 | Used by:132 |
Symbol 128 Graphic | Used by:132 | |
Symbol 129 Sound | Used by:132 | |
Symbol 130 Graphic | Used by:132 | |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 MovieClip | Uses:124 125 127 128 129 130 131 | Used by:144 |
Symbol 133 Graphic | Used by:134 | |
Symbol 134 MovieClip | Uses:133 | Used by:144 |
Symbol 135 Graphic | Used by:138 | |
Symbol 136 Graphic | Used by:138 | |
Symbol 137 Graphic | Used by:138 | |
Symbol 138 MovieClip | Uses:135 136 137 | Used by:144 |
Symbol 139 Graphic | Used by:144 | |
Symbol 140 Graphic | Used by:144 | |
Symbol 141 Graphic | Used by:144 | |
Symbol 142 Graphic | Used by:144 | |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:132 134 138 139 140 141 142 143 | Used by:173 |
Symbol 145 Graphic | Used by:167 | |
Symbol 146 Graphic | Used by:167 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:147 | Used by:166 167 |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip | Uses:149 | Used by:166 167 |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip | Uses:151 | Used by:166 167 |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:153 | Used by:166 167 |
Symbol 155 Graphic | Used by:156 | |
Symbol 156 MovieClip | Uses:155 | Used by:166 167 |
Symbol 157 Graphic | Used by:158 | |
Symbol 158 MovieClip | Uses:157 | Used by:166 167 |
Symbol 159 Sound | Used by:167 172 | |
Symbol 160 Graphic | Used by:167 | |
Symbol 161 Graphic | Used by:167 | |
Symbol 162 Graphic | Used by:167 | |
Symbol 163 Graphic | Used by:167 | |
Symbol 164 Graphic | Used by:167 | |
Symbol 165 Graphic | Used by:167 | |
Symbol 166 MovieClip | Uses:148 150 152 154 156 158 | Used by:167 |
Symbol 167 MovieClip | Uses:145 146 148 150 152 154 156 158 107 159 160 161 162 163 164 165 166 | Used by:173 |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:168 | Used by:172 |
Symbol 170 Graphic | Used by:171 | |
Symbol 171 MovieClip | Uses:170 | Used by:172 |
Symbol 172 MovieClip | Uses:169 171 159 | Used by:173 |
Symbol 173 MovieClip | Uses:144 167 172 | Used by:Timeline |
Symbol 174 Graphic | Used by:175 | |
Symbol 175 MovieClip | Uses:174 | Used by:Timeline |
Symbol 176 Graphic | Used by:186 | |
Symbol 177 Graphic | Used by:186 | |
Symbol 178 Sound | Used by:186 | |
Symbol 179 Graphic | Used by:186 | |
Symbol 180 Graphic | Used by:186 | |
Symbol 181 Graphic | Used by:186 | |
Symbol 182 Graphic | Used by:186 | |
Symbol 183 Graphic | Used by:186 | |
Symbol 184 Graphic | Used by:186 | |
Symbol 185 Graphic | Used by:186 | |
Symbol 186 MovieClip | Uses:176 177 178 179 180 181 182 183 184 185 | Used by:188 |
Symbol 187 Graphic | Used by:188 199 213 | |
Symbol 188 MovieClip | Uses:186 187 | Used by:214 |
Symbol 189 Graphic | Used by:190 | |
Symbol 190 MovieClip | Uses:189 | Used by:199 231 |
Symbol 191 Graphic | Used by:199 | |
Symbol 192 Sound | Used by:199 213 | |
Symbol 193 Graphic | Used by:199 | |
Symbol 194 Graphic | Used by:199 | |
Symbol 195 Graphic | Used by:199 | |
Symbol 196 Graphic | Used by:199 | |
Symbol 197 Graphic | Used by:199 | |
Symbol 198 Graphic | Used by:199 | |
Symbol 199 MovieClip | Uses:190 187 191 192 193 194 195 196 197 198 | Used by:214 |
Symbol 200 Graphic | Used by:213 | |
Symbol 201 Graphic | Used by:213 | |
Symbol 202 Graphic | Used by:213 | |
Symbol 203 Graphic | Used by:213 | |
Symbol 204 Graphic | Used by:213 | |
Symbol 205 Graphic | Used by:213 | |
Symbol 206 Graphic | Used by:213 | |
Symbol 207 Graphic | Used by:213 | |
Symbol 208 Graphic | Used by:213 | |
Symbol 209 Graphic | Used by:213 | |
Symbol 210 Graphic | Used by:213 | |
Symbol 211 Graphic | Used by:213 | |
Symbol 212 Graphic | Used by:213 | |
Symbol 213 MovieClip | Uses:187 200 192 201 202 203 204 205 206 207 208 209 210 211 212 | Used by:214 |
Symbol 214 MovieClip | Uses:188 199 213 | Used by:Timeline |
Symbol 215 Graphic | Used by:216 | |
Symbol 216 MovieClip | Uses:215 | Used by:217 |
Symbol 217 MovieClip | Uses:216 | Used by:225 |
Symbol 218 Font | Used by:219 220 | |
Symbol 219 EditableText | Uses:218 | Used by:225 |
Symbol 220 Text | Uses:218 | Used by:225 |
Symbol 221 ShapeTweening | Used by:223 | |
Symbol 222 Graphic | Used by:223 | |
Symbol 223 MovieClip | Uses:221 222 | Used by:225 |
Symbol 224 Graphic | Used by:225 | |
Symbol 225 MovieClip | Uses:217 219 220 223 224 | Used by:Timeline |
Symbol 226 Graphic | Used by:231 | |
Symbol 227 Sound | Used by:231 | |
Symbol 228 Graphic | Used by:231 | |
Symbol 229 Graphic | Used by:231 | |
Symbol 230 Graphic | Used by:231 | |
Symbol 231 MovieClip | Uses:226 227 190 228 229 230 | Used by:239 |
Symbol 232 Graphic | Used by:238 | |
Symbol 233 Graphic | Used by:234 | |
Symbol 234 MovieClip | Uses:233 | Used by:238 |
Symbol 235 Graphic | Used by:236 | |
Symbol 236 MovieClip | Uses:235 | Used by:238 |
Symbol 237 Sound | Used by:238 | |
Symbol 238 MovieClip | Uses:232 234 236 237 | Used by:239 |
Symbol 239 MovieClip | Uses:231 238 | Used by:Timeline |
Symbol 240 Graphic | Used by:241 | |
Symbol 241 MovieClip | Uses:240 | Used by:Timeline |
Symbol 242 Graphic | Uses:43 | Used by:243 |
Symbol 243 MovieClip | Uses:242 | Used by:244 |
Symbol 244 MovieClip | Uses:243 | Used by:245 |
Symbol 245 MovieClip | Uses:244 | Used by:Timeline |
Symbol 246 Button | Uses:25 26 27 28 30 31 33 34 35 37 38 39 40 41 | Used by:Timeline |
Symbol 247 Font | Used by:248 249 | |
Symbol 248 EditableText | Uses:247 | Used by:Timeline |
Symbol 249 Text | Uses:247 | Used by:Timeline |
Symbol 250 Graphic | Uses:43 | Used by:Timeline |
Instance Names
"vol" | Frame 3 | Symbol 12 MovieClip |
"slider" | Frame 3 | Symbol 14 MovieClip |
"title" | Frame 3 | Symbol 17 MovieClip |
"tree4" | Frame 4 | Symbol 92 MovieClip |
"tree3" | Frame 4 | Symbol 122 MovieClip |
"tree2" | Frame 4 | Symbol 173 MovieClip |
"dot" | Frame 4 | Symbol 175 MovieClip |
"tree" | Frame 4 | Symbol 214 MovieClip |
"char" | Frame 4 | Symbol 239 MovieClip |
"sky" | Frame 4 | Symbol 245 MovieClip |
"gun" | Symbol 61 MovieClip Frame 1 | Symbol 53 MovieClip |
"head" | Symbol 61 MovieClip Frame 1 | Symbol 55 MovieClip |
"iii" | Symbol 92 MovieClip Frame 1 | Symbol 61 MovieClip |
"gun" | Symbol 103 MovieClip Frame 1 | Symbol 97 MovieClip |
"iii" | Symbol 122 MovieClip Frame 1 | Symbol 103 MovieClip |
"gun" | Symbol 144 MovieClip Frame 1 | Symbol 132 MovieClip |
"head" | Symbol 144 MovieClip Frame 1 | Symbol 134 MovieClip |
"iii" | Symbol 173 MovieClip Frame 1 | Symbol 144 MovieClip |
"gun" | Symbol 188 MovieClip Frame 1 | Symbol 186 MovieClip |
"iii" | Symbol 214 MovieClip Frame 1 | Symbol 188 MovieClip |
"blood" | Symbol 225 MovieClip Frame 1 | Symbol 217 MovieClip |
"ts" | Symbol 239 MovieClip Frame 1 | Symbol 231 MovieClip |
"ss" | Symbol 239 MovieClip Frame 1 | Symbol 238 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
"title" | Frame 3 |
Dynamic Text Variables
perc | Symbol 2 EditableText | "%Loaded" |
_root.score | Symbol 219 EditableText | "012345" |
score | Symbol 248 EditableText | "012345" |
|