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

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

CD07 - FionClock's Rampage.swf

This is the info page for
Flash #61302

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


Text
<p align="center"><font face="Verdana_10pt_st" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">0%</font></p>

Happy 2007
Clock Day

Y

L

A

P

You play FionClock and you have
100 seconds to kill as many clocklings as
possible. Knock them off the edge using
the arrow keys to move and space to
attack. Don't fall off the platforms!

Game Over!

Clocklings Killed:

RE

Y

L

A

P

RE

U

N

E

M

U

N

E

M

ActionScript [AS1/AS2]

Instance of Symbol 68 MovieClip in Frame 1
onClipEvent (load) { _visible = false; }
Frame 2
stop();
Frame 3
function onEnterFrame() { var _local1 = Math.round(1000 / (getTimer() - pt)); pt = getTimer(); fpsShow = _local1; sec--; if (sec == 0) { time--; sec = 35; } if (((time == 0) && (_currentframe == 3)) || ((lives == 0) && (_currentframe == 3))) { play(); } } stop(); _root.kills = 0; _root.attacking = false; _root.lives = 3; time = 100; sec = 35; var pt = getTimer();
Instance of Symbol 86 MovieClip in Frame 3
onClipEvent (enterFrame) { _x = (_root.cam._x / 1.5); _y = (_root.cam._y / 1.5); }
Instance of Symbol 87 MovieClip in Frame 3
onClipEvent (enterFrame) { _x = (_root.cam._x / 2); _y = (_root.cam._y / 2); }
Instance of Symbol 110 MovieClip "fionClock" in Frame 3
onClipEvent (load) { grav = 0; speed = 7; jumpHeight = 20; scale = _xscale; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; _root.lives--; } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(2); } } else if (_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) { this.gotoAndStop(1); } if (Key.isDown(38) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(3); } if (_root.ground.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x - speed); } if (_root.ground.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.ground.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, _y - _height, true)) { grav = 2; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 132 MovieClip "clock2" in Frame 3
onClipEvent (load) { gotoAndStop(random(5) + 1); grav = 0; speed = 4; scale = _currentframe; var filter = (new flash.filters.GlowFilter(16711680, 100, 60, 60, 2, 1, true)); var spawn = (new flash.filters.GlowFilter(16777215, 100, 50, 50, 2, 1, false, true)); var newLife = true; var count = 20; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; count = 20; newLife = true; _root.kills++; gotoAndStop(random(5) + 1); scale = _currentframe; } if (newLife) { this.filters = [spawn]; count--; if (count <= 0) { newLife = false; } } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (this._x > 550) { this._x = this._x - speed; gotoAndStop(scale); } else if (this._x < 0) { this._x = this._x + speed; gotoAndStop(scale + 5); } else { if (_currentframe == scale) { this._x = this._x - speed; } if (_currentframe == (scale + 5)) { this._x = this._x + speed; } if (!_root.ground.hitTest(_x, _y + 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } } if (!this.hitTest(_root.ground)) { gotoAndStop(scale); } if (_root.ground.hitTest(_x, _y - 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (this.hitTest(_root.fionClock.fist) && (_root.attacking)) { this.filters = [filter]; if (_x > _root.fionClock._x) { _x = (_x + 17); _y = (_y - 7); } else { _x = (_x - 17); _y = (_y - 7); } } else if (!newLife) { this.filters = null; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 132 MovieClip "clock1" in Frame 3
onClipEvent (load) { gotoAndStop(random(5) + 1); grav = 0; speed = 4; scale = _currentframe; var filter = (new flash.filters.GlowFilter(16711680, 100, 60, 60, 2, 1, true)); var spawn = (new flash.filters.GlowFilter(16777215, 100, 50, 50, 2, 1, false, true)); var newLife = true; var count = 20; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; count = 20; newLife = true; _root.kills++; gotoAndStop(random(5) + 1); scale = _currentframe; } if (newLife) { this.filters = [spawn]; count--; if (count <= 0) { newLife = false; } } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (this._x > 550) { this._x = this._x - speed; gotoAndStop(scale); } else if (this._x < 0) { this._x = this._x + speed; gotoAndStop(scale + 5); } else { if (_currentframe == scale) { this._x = this._x - speed; } if (_currentframe == (scale + 5)) { this._x = this._x + speed; } if (!_root.ground.hitTest(_x, _y + 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } } if (!this.hitTest(_root.ground)) { gotoAndStop(scale); } if (_root.ground.hitTest(_x, _y - 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (this.hitTest(_root.fionClock.fist) && (_root.attacking)) { this.filters = [filter]; if (_x > _root.fionClock._x) { _x = (_x + 17); _y = (_y - 7); } else { _x = (_x - 17); _y = (_y - 7); } } else if (!newLife) { this.filters = null; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 132 MovieClip in Frame 3
onClipEvent (load) { gotoAndStop(random(5) + 1); grav = 0; speed = 4; scale = _currentframe; var filter = (new flash.filters.GlowFilter(16711680, 100, 60, 60, 2, 1, true)); var spawn = (new flash.filters.GlowFilter(16777215, 100, 50, 50, 2, 1, false, true)); var newLife = true; var count = 20; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; count = 20; newLife = true; _root.kills++; gotoAndStop(random(5) + 1); scale = _currentframe; } if (newLife) { this.filters = [spawn]; count--; if (count <= 0) { newLife = false; } } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_currentframe == scale) { this._x = this._x - speed; } if (_currentframe == (scale + 5)) { this._x = this._x + speed; } if (!_root.ground.hitTest(_x, _y + 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (!this.hitTest(_root.ground)) { gotoAndStop(scale); } if (_root.ground.hitTest(_x, _y - 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (this.hitTest(_root.fionClock.fist) && (_root.attacking)) { this.filters = [filter]; if (_x > _root.fionClock._x) { _x = (_x + 17); _y = (_y - 7); } else { _x = (_x - 17); _y = (_y - 7); } } else if (!newLife) { this.filters = null; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 132 MovieClip in Frame 3
onClipEvent (load) { gotoAndStop(random(5) + 1); grav = 0; speed = 4; scale = _currentframe; var filter = (new flash.filters.GlowFilter(16711680, 100, 60, 60, 2, 1, true)); var spawn = (new flash.filters.GlowFilter(16777215, 100, 50, 50, 2, 1, false, true)); var newLife = true; var count = 20; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; count = 20; newLife = true; _root.kills++; gotoAndStop(random(5) + 1); scale = _currentframe; } if (newLife) { this.filters = [spawn]; count--; if (count <= 0) { newLife = false; } } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_currentframe == scale) { this._x = this._x - speed; } if (_currentframe == (scale + 5)) { this._x = this._x + speed; } if (!_root.ground.hitTest(_x, _y + 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (!this.hitTest(_root.ground)) { gotoAndStop(scale); } if (_root.ground.hitTest(_x, _y - 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (this.hitTest(_root.fionClock.fist) && (_root.attacking)) { this.filters = [filter]; if (_x > _root.fionClock._x) { _x = (_x + 17); _y = (_y - 7); } else { _x = (_x - 17); _y = (_y - 7); } } else if (!newLife) { this.filters = null; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 132 MovieClip in Frame 3
onClipEvent (load) { gotoAndStop(random(5) + 1); grav = 0; speed = 4; scale = _currentframe; var filter = (new flash.filters.GlowFilter(16711680, 100, 60, 60, 2, 1, true)); var spawn = (new flash.filters.GlowFilter(16777215, 100, 50, 50, 2, 1, false, true)); var newLife = true; var count = 20; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; count = 20; newLife = true; _root.kills++; gotoAndStop(random(5) + 1); scale = _currentframe; } if (newLife) { this.filters = [spawn]; count--; if (count <= 0) { newLife = false; } } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_currentframe == scale) { this._x = this._x - speed; } if (_currentframe == (scale + 5)) { this._x = this._x + speed; } if (!_root.ground.hitTest(_x, _y + 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (!this.hitTest(_root.ground)) { gotoAndStop(scale); } if (_root.ground.hitTest(_x, _y - 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (this.hitTest(_root.fionClock.fist) && (_root.attacking)) { this.filters = [filter]; if (_x > _root.fionClock._x) { _x = (_x + 17); _y = (_y - 7); } else { _x = (_x - 17); _y = (_y - 7); } } else if (!newLife) { this.filters = null; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 132 MovieClip in Frame 3
onClipEvent (load) { gotoAndStop(random(5) + 1); grav = 0; speed = 4; scale = _currentframe; var filter = (new flash.filters.GlowFilter(16711680, 100, 60, 60, 2, 1, true)); var spawn = (new flash.filters.GlowFilter(16777215, 100, 50, 50, 2, 1, false, true)); var newLife = true; var count = 20; xspawn = _x; yspawn = _y; } onClipEvent (enterFrame) { if (_y >= 600) { _x = xspawn; _y = yspawn; count = 20; newLife = true; _root.kills++; gotoAndStop(random(5) + 1); scale = _currentframe; } if (newLife) { this.filters = [spawn]; count--; if (count <= 0) { newLife = false; } } grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_currentframe == scale) { this._x = this._x - speed; } if (_currentframe == (scale + 5)) { this._x = this._x + speed; } if (!_root.ground.hitTest(_x, _y + 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (!this.hitTest(_root.ground)) { gotoAndStop(scale); } if (_root.ground.hitTest(_x, _y - 5, true)) { if (_currentframe == scale) { this._x = this._x + speed; this.gotoAndStop(scale + 5); } else if (_currentframe == (scale + 5)) { this._x = this._x - speed; this.gotoAndStop(scale); } } if (this.hitTest(_root.fionClock.fist) && (_root.attacking)) { this.filters = [filter]; if (_x > _root.fionClock._x) { _x = (_x + 17); _y = (_y - 7); } else { _x = (_x - 17); _y = (_y - 7); } } else if (!newLife) { this.filters = null; } if (this.hitTest(_root.ground.platform2)) { _x = (_x - 4.5); } if (this.hitTest(_root.ground.platform4)) { _x = (_x + 2.2); } if (this.hitTest(_root.ground.platform5)) { _x = (_x + 5.7); } if (this.hitTest(_root.ground.platform7)) { _x = (_x - 2.8); } }
Instance of Symbol 68 MovieClip "cam" in Frame 3
onClipEvent (enterFrame) { _y = (_y + ((_root.fionClock._y - _y) / 3)); _x = (_x + ((_root.fionClock._x - _x) / 3)); }
Frame 4
stop();
Instance of Symbol 68 MovieClip in Frame 4
onClipEvent (load) { _visible = false; }
Symbol 45 MovieClip Frame 20
stop();
Symbol 47 Button
on (release) { _root.play(); }
Symbol 54 MovieClip Frame 1
_root.stop(); onEnterFrame = function () { percent = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (_currentframe < percent) { nextFrame(); } pert = _currentframe + "%"; onMouseDown = function () { if (percent > 99) { gotoAndPlay (100); } }; };
Symbol 54 MovieClip Frame 100
play();
Symbol 54 MovieClip Frame 134
_root.play();
Symbol 68 MovieClip Frame 1
var copyrightNotice = "Copyright (c) 2006-2007 Sockpuppet Pty Ltd. All Rights Reserved. http://www.reanimator.net"; var reanimator = (new flash.geom.Transform(this)); var camera = (new flash.geom.Transform(this._parent)); var w = Stage.width; var h = Stage.height; this.onEnterFrame = function () { this._parent.filters = this.filters; var _local2 = reanimator.matrix; camera.colorTransform = reanimator.colorTransform; _local2.invert(); _local2.translate(w * 0.5, h * 0.5); camera.matrix = _local2; };
Instance of Symbol 66 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop(_root.lives); }
Symbol 82 Button
on (release) { play(); }
Symbol 104 MovieClip Frame 1
_root.attacking = false; stop(); stop(); stop();
Symbol 104 MovieClip Frame 3
_root.attacking = true;
Symbol 104 MovieClip Frame 6
_root.attacking = false;
Symbol 104 MovieClip Frame 7
stop(); stop(); stop();
Symbol 104 MovieClip Frame 12
_root.attacking = true;
Symbol 104 MovieClip Frame 15
_root.attacking = false;
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (6); }
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (8); }
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (8); }
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (10); }
Instance of Symbol 101 MovieClip in Symbol 109 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (5); }
Instance of Symbol 104 MovieClip "sword" in Symbol 109 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(90)) { play(); } }
Symbol 109 MovieClip Frame 11
_parent.gotoAndStop(1);
Symbol 110 MovieClip Frame 1
stop();
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (6); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (8); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (3); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (8); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (10); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { gotoAndPlay (5); }
Instance of Symbol 104 MovieClip "fist" in Symbol 110 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(32)) { play(); } }
Symbol 110 MovieClip Frame 2
stop();
Symbol 110 MovieClip Frame 3
stop();
Symbol 143 Button
on (release) { gotoAndPlay (3); }
Symbol 154 Button
on (release) { gotoAndPlay (2); }

Library Items

Symbol 1 GraphicUsed by:54
Symbol 2 GraphicUsed by:54
Symbol 3 GraphicUsed by:54
Symbol 4 GraphicUsed by:54
Symbol 5 GraphicUsed by:54
Symbol 6 GraphicUsed by:54
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:54
Symbol 9 GraphicUsed by:54
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:54
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:54
Symbol 14 GraphicUsed by:54
Symbol 15 GraphicUsed by:54
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:54
Symbol 18 GraphicUsed by:31 54
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:54
Symbol 21 GraphicUsed by:54
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:54
Symbol 24 GraphicUsed by:54
Symbol 25 FontUsed by:26
Symbol 26 EditableTextUses:25Used by:54
Symbol 27 GraphicUsed by:54
Symbol 28 GraphicUsed by:54
Symbol 29 GraphicUsed by:54
Symbol 30 ShapeTweeningUsed by:54
Symbol 31 MovieClipUses:18Used by:54
Symbol 32 ShapeTweeningUsed by:54
Symbol 33 ShapeTweeningUsed by:54
Symbol 34 GraphicUsed by:54
Symbol 35 GraphicUsed by:54
Symbol 36 GraphicUsed by:54
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:54
Symbol 39 GraphicUsed by:54
Symbol 40 GraphicUsed by:54
Symbol 41 GraphicUsed by:54
Symbol 42 GraphicUsed by:54
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:45
Symbol 45 MovieClipUses:44Used by:54
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:46Used by:54
Symbol 48 ShapeTweeningUsed by:54
Symbol 49 GraphicUsed by:54
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:54
Symbol 52 ShapeTweeningUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:1 2 3 4 5 6 8 9 11 13 14 15 17 18 20 21 23 24 26 27 28 29 30 31 32 33 34 35 36 38 39 40 41 42 45 47 48 49 51 52 53Used by:Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:68
Symbol 57 FontUsed by:58 60
Symbol 58 EditableTextUses:57Used by:68
Symbol 59 GraphicUsed by:68
Symbol 60 EditableTextUses:57Used by:68
Symbol 61 FontUsed by:62
Symbol 62 EditableTextUses:61Used by:68
Symbol 63 GraphicUsed by:66
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:63 64 65Used by:68
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:56 58 59 60 62 66 67Used by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 FontUsed by:72
Symbol 72 EditableTextUses:71Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:82
Symbol 75 GraphicUsed by:82 143 154
Symbol 76 FontUsed by:77 78 79 80 136 138 139 140 141 142 145 146 147 148 150 151 152 153
Symbol 77 TextUses:76Used by:82 143
Symbol 78 TextUses:76Used by:82 143
Symbol 79 TextUses:76Used by:82 143
Symbol 80 TextUses:76Used by:82 143
Symbol 81 GraphicUsed by:82
Symbol 82 ButtonUses:74 75 77 78 79 80 81Used by:Timeline
Symbol 83 FontUsed by:84 133 134 155
Symbol 84 TextUses:83Used by:Timeline
Symbol 85 GraphicUsed by:86 87
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 MovieClipUses:85Used by:Timeline
Symbol 88 GraphicUsed by:110
Symbol 89 GraphicUsed by:101
Symbol 90 GraphicUsed by:101
Symbol 91 GraphicUsed by:101
Symbol 92 GraphicUsed by:101
Symbol 93 GraphicUsed by:101
Symbol 94 GraphicUsed by:101
Symbol 95 GraphicUsed by:101
Symbol 96 GraphicUsed by:101
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:89 90 91 92 93 94 95 96 97 98 99 100Used by:109 110
Symbol 102 GraphicUsed by:110
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:109 110
Symbol 105 GraphicUsed by:110
Symbol 106 GraphicUsed by:110
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:107 101 108 104Used by:110
Symbol 110 MovieClipUses:88 101 102 104 105 106 109Used by:Timeline
Symbol 111 BitmapUsed by:112 113 118
Symbol 112 GraphicUses:111Used by:120
Symbol 113 GraphicUses:111Used by:114
Symbol 114 MovieClipUses:113Used by:120
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:117
Symbol 117 MovieClipUses:116Used by:120
Symbol 118 GraphicUses:111Used by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClipUses:112 114 117 119Used by:Timeline
Symbol 121 GraphicUsed by:132
Symbol 122 GraphicUsed by:132
Symbol 123 GraphicUsed by:132
Symbol 124 GraphicUsed by:132
Symbol 125 GraphicUsed by:132
Symbol 126 GraphicUsed by:132
Symbol 127 GraphicUsed by:132
Symbol 128 GraphicUsed by:132
Symbol 129 GraphicUsed by:132
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:121 122 123 124 125 126 127 128 129 130 131Used by:Timeline
Symbol 133 TextUses:83Used by:Timeline
Symbol 134 TextUses:83Used by:Timeline
Symbol 135 GraphicUsed by:143
Symbol 136 TextUses:76Used by:143
Symbol 137 GraphicUsed by:143
Symbol 138 TextUses:76Used by:143
Symbol 139 TextUses:76Used by:143
Symbol 140 TextUses:76Used by:143
Symbol 141 TextUses:76Used by:143
Symbol 142 TextUses:76Used by:143
Symbol 143 ButtonUses:135 75 77 78 79 80 136 137 138 139 140 141 142Used by:Timeline
Symbol 144 GraphicUsed by:154
Symbol 145 TextUses:76Used by:154
Symbol 146 TextUses:76Used by:154
Symbol 147 TextUses:76Used by:154
Symbol 148 TextUses:76Used by:154
Symbol 149 GraphicUsed by:154
Symbol 150 TextUses:76Used by:154
Symbol 151 TextUses:76Used by:154
Symbol 152 TextUses:76Used by:154
Symbol 153 TextUses:76Used by:154
Symbol 154 ButtonUses:144 75 145 146 147 148 149 150 151 152 153Used by:Timeline
Symbol 155 EditableTextUses:83Used by:Timeline

Instance Names

"fionClock"Frame 3Symbol 110 MovieClip
"ground"Frame 3Symbol 120 MovieClip
"clock2"Frame 3Symbol 132 MovieClip
"clock1"Frame 3Symbol 132 MovieClip
"cam"Frame 3Symbol 68 MovieClip
"sword"Symbol 109 MovieClip Frame 1Symbol 104 MovieClip
"fist"Symbol 110 MovieClip Frame 1Symbol 104 MovieClip
"platform5"Symbol 120 MovieClip Frame 1Symbol 114 MovieClip
"platform1"Symbol 120 MovieClip Frame 1Symbol 117 MovieClip
"platform2"Symbol 120 MovieClip Frame 1Symbol 119 MovieClip
"platform6"Symbol 120 MovieClip Frame 50Symbol 114 MovieClip
"platform3"Symbol 120 MovieClip Frame 50Symbol 119 MovieClip
"platform7"Symbol 120 MovieClip Frame 100Symbol 114 MovieClip
"platform4"Symbol 120 MovieClip Frame 100Symbol 119 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

pertSymbol 26 EditableText"<p align="center"><font face="Verdana_10pt_st" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">0%</font></p>"
_root.timeSymbol 58 EditableText""
_root.killsSymbol 60 EditableText""
_root.fpsShowSymbol 62 EditableText""
_root.killsSymbol 155 EditableText""




http://swfchan.com/13/61302/info.shtml
Created: 15/4 -2019 15:52:47 Last modified: 15/4 -2019 15:52:47 Server time: 19/05 -2024 06:27:39