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

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

CoMers trailer.swf

This is the info page for
Flash #72876

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


Text
loading

PLAY Ø

PLAY Ø

PLAY Ø

A. E. Greco
PRESENTS

AT-690522
RAGNAROK

O

C  M

ERS

A 15 Part Web Series

AVAILABLE NOW

Created and Written by
Tony Greco
Story Consultant
Stan Davis
Animation
Tony Greco
Stan Davis
Music
Matt Henson

Copyright ©2005 Tony Greco

www.comerstheseries.com

PLAY AGAIN

PLAY AGAIN

ActionScript [AS1/AS2]

Frame 1
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100); myOutput.text = percent + "% is loaded";
Frame 2
if (percent == 100) { gotoAndPlay (6); } else { gotoAndPlay (1); }
Frame 4
stop();
Frame 6
stop();
Frame 825
_level0.rf.Asteroids.setDriftSpeed(20, 20, 20); _level0.rf.Asteroids.setDriftAngle(90, 90, 8); _level0.sf.Stars.setDriftSpeed(1, 1, 5); _level0.sf.Stars.setDriftAngle(90, 90, 6);
Frame 1193
stop();
Symbol 32 Button
on (release) { gotoAndPlay (7); }
Instance of Symbol 40 MovieClip "ExplosionMarker" in Symbol 43 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 42 MovieClip "EB" in Symbol 43 MovieClip Frame 1
onClipEvent (load) { function BigBoom(XFlashRad, XFadeRad, XFlashDuration, XFadeDuration) { this.flashDuration = XFlashDuration; this.flashCount = 0; this.flashIncrement = 90 / XFlashDuration; this.flashMaxdis = XFlashRad / 2; this.fadeDuration = XFadeDuration; this.fadeCount = 0; this.fadeIncrement = 90 / XFadeDuration; this.fadeMaxdis = XFadeRad / 2; this.dis = 1; this.lastFade = XFadeDuration / 2; this.degrees = new Array(); this.boomBalls = new Array(0); countbb = mf(mr() * 10) + 8; bb = 0; while (bb < 8) { this.boomBalls[bb] = new BoomBall(bb, XFlashRad); this.boomBalls[bb].placement.MD = 0; this.boomBalls[bb].angle = (this.boomBalls[bb].placement.A = (mr() * 45) * (bb * 45)); bb++; } bb = 8; while (bb < countbb) { this.boomBalls[bb] = new BoomBall(bb, XFlashRad); this.boomBalls[bb].placement.MD = mr() * (this.flashMaxdis / 2); bb++; } count = mf(mr() * 4) + 3; tempPoints = new Array(); tempPoints[0] = mr() * 120; tempPoints[1] = (mr() * 120) + 120; tempPoints[2] = (mr() * 120) + 240; i = 3; while (i < count) { tempPoints[i] = mr() * 360; i++; } tempPoints[tempPoints.length] = 360; tempPoints.sort(numberOrder); i = 0; while (i < count) { this.degrees[this.degrees.length] = tempPoints[i]; this.degrees[this.degrees.length] = ((tempPoints[i + 1] - tempPoints[i]) / 2) + tempPoints[i]; i++; } i = 0; while (i < this.degrees.length) { this.degrees[i] = new Point(this.degrees[i], 0); this.degrees[i + 1] = new Point(this.degrees[i + 1], mr() * (this.flashMaxdis / 2)); this.degrees[i + 1].SD = this.degrees[i + 1].D; this.degrees[i + 1].MD = (mr() * this.flashMaxdis) + this.flashMaxdis; i = i + 2; } this.animate = ExplosionGoBoom; } function BoomBall(id, relativeScale) { this.id = id; this.fillColor = 10027008 /* 0x990000 */; this.angle = mr() * 360; this.xDeform = mr() * 0.2; this.yDeform = mr() * 0.2; this.viewScale = ((mr() * 0.5) + 0.5) * (relativeScale / 300); this.placement = new Point(this.angle, 0); this.outerFill = 16711680 /* 0xFF0000 */; this.innerFill = 16777215 /* 0xFFFFFF */; this.draw = drawBoomBall; this.animate = boomBallAnimate; } function Point(A, D) { this.A = A; this.D = D; this.SD = D; this.Y = (-D) * mc(Deg2Rad * A); this.X = D * ms(Deg2Rad * A); this.figurePoint = PointCalc; } function ExplosionGoBoom() { i = 0; while (i < this.boomBalls.length) { this.boomBalls[i].animate(this); i++; } if (this.flashCount < this.flashDuration) { this.MC = createEmptyMovieClip("Boom", 1); with (Boom) { beginFill(16777215, 100); lineStyle(1, 10027008, 100); moveto(this.degrees[this.degrees.length - 1].X, this.degrees[this.degrees.length - 1].Y); i = 0; while (i < this.degrees.length) { tempDis = ((this.degrees[i + 1].MD - this.degrees[i + 1].SD) * ms(Deg2Rad * (this.flashIncrement * (this.flashCount++)))) + this.degrees[i + 1].SD; this.degrees[i].figurePoint((tempDis / 10) * -1); this.degrees[i + 1].figurePoint(tempDis); curveto(this.degrees[i].X, this.degrees[i].Y, this.degrees[i + 1].X, this.degrees[i + 1].Y); i = i + 2; } endFill(); } } else if (this.fadeCount < this.fadeDuration) { this.dis = (this.fadeMaxdis - this.flashMaxdis) * ms(Deg2Rad * (this.fadeIncrement * (this.fadeCount++))); clipAlpha = 100 - ((100 / this.fadeDuration) * this.fadeCount); this.MC = createEmptyMovieClip("Boom", 1); with (Boom) { beginFill(16711680, clipAlpha); lineStyle(1, 10027008, clipAlpha); moveto(this.degrees[this.degrees.length - 1].X, this.degrees[this.degrees.length - 1].Y); i = 0; while (i < this.degrees.length) { curveto(this.degrees[i].X, this.degrees[i].Y, this.degrees[i + 1].X, this.degrees[i + 1].Y); i = i + 2; } endFill(); _xscale = (_yscale = 100 + this.dis); } } else if (this.lastFade > 0) { this.fadeCount++; i = 0; while (i < this.boomBalls.length) { this.boomBalls[i].mc._alpha = 100 - (100 / this.lastFade); i++; } this.lastFade--; } else { i = 0; while (i < this.boomBalls.length) { this.boomBalls[i].mc.removeMovieClip(); i++; } this.MC.removeMovieClip(); BB = new BigBoom(XFlashRad, XFadeRad, XFlashDuration, XFadeDuration); } } function PointCalc(D) { this.D = D; this.Y = (-D) * mc(Deg2Rad * this.A); this.X = D * ms(Deg2Rad * this.A); } function checkLength(str) { while (str.length < 2) { str = "0" + str; } return(str); } function boomBallAnimate(pa) { fD = pa.fadeDuration + pa.flashDuration; fC = pa.fadeCount + pa.flashCount; fI = 90 / (pa.fadeDuration + pa.flashDuration); tempPer = (100 / fD) * fC; tempDis = ((this.placement.MD - this.placement.SD) * ms(Deg2Rad * (fC * fI))) + this.placement.SD; if (fC < fD) { OFR = 255 - mf((1 / (fD - fC)) * 255); OFR = checkLength(OFR.toString(16)); this.outerFill = ("0x" + OFR) + "0000"; IFRG = 255 - mf((1 / (fD - fC)) * 225); IFB = mf((1 / (fD - fC)) * 25); IFRG = checkLength(IFRG.toString(16)); IFB = checkLength(IFB.toString(16)); this.innerFill = (("0x" + IFRG) + IFRG) + IFB; } this.placement.figurePoint(tempDis); this.draw(100, tempPer); this.mc._xscale = (tempPer * this.viewScale) + this.xDeform; this.mc._yscale = (tempPer * this.viewScale) + this.yDeform; } function drawBoomBall(outerRadius, innerRadius) { this.mc = createEmptyMovieClip("bb" + this.id, 100 + this.id); with (this.mc) { Outw1 = outerRadius / 2; Outw2 = (-outerRadius) / 2; Outh1 = (-outerRadius) / 2; Outh2 = -outerRadius; Inw1 = innerRadius / 2; Inw2 = (-innerRadius) / 2; Inh1 = (-innerRadius) / 2; Inh2 = -innerRadius; beginFill(this.outerFill, 100); lineStyle(1, 0, 0); moveto(0, 0); curveto(Outw1, 0, Outw1, Outh1); curveto(Outw1, Outh2, 0, Outh2); curveto(Outw2, Outh2, Outw2, Outh1); curveto(Outw2, 0, 0, 0); endFill(); beginFill(this.innerFill, 80); lineStyle(1, 0, 1); moveto(0, 0); curveto(Inw1, 0, Inw1, Inh1); curveto(Inw1, Inh2, 0, Inh2); curveto(Inw2, Inh2, Inw2, Inh1); curveto(Inw2, 0, 0, 0); endFill(); lineStyle(0.25, 0, 80); moveto(Outw1, Outh1); curveto(Outw1, Outh2, 0, Outh2); curveto(Outw2, Outh2, Outw2, Outh1); _rotation = this.angle; _x = this.placement.X; _y = this.placement.Y; } } function numberOrder(a, b) { return(a - b); } XFlashDuration = 2; XFlashRad = 75; XFadeDuration = 8; XFadeRad = 150; var mr = Math.random; var mf = Math.floor; var mp = Math.PI; var mc = Math.cos; var ms = Math.sin; var Deg2Rad = (mp / 180); BB = new BigBoom(XFlashRad, XFadeRad, XFlashDuration, XFadeDuration); } onClipEvent (enterFrame) { BB.animate(); }
Symbol 230 MovieClip Frame 1
function StarField(sfCount, sfWidth, sfHeight, sfSpeed, sfEndSpeed, sfFrameSpeed, sfWarp, sfAngle, sfEndAngle, sfFrameTurn) { this.fieldWidth = sfWidth; this.fieldHeight = sfHeight; this.driftSpeed = sfSpeed; this.driftStartSpeed = sfSpeed; this.driftEndSpeed = sfEndSpeed; this.driftFrameSpeed = sfFrameSpeed; this.driftFrameSpeedCount = 1; this.driftAcceleration = 90 / sfFrameSpeed; this.driftWarpSpeed = sfWarp; this.driftAngle = sfAngle; this.driftStartAngle = sfAngle; this.driftEndAngle = sfEndAngle; this.driftFrameTurn = sfFrameTurn; this.driftFrameTurnCount = 1; this.driftTurnRate = 90 / sfFrameTurn; this.stars = new Array(sfCount); this.MC = createEmptyMovieClip("MC", 0); this.makeStars = StarField_makeStars; this.driftStars = StarField_driftStars; this.setDriftSpeed = StarField_setDriftSpeed; this.setDriftAngle = StarField_setDriftAngle; this.makeStars(); } function Star(starfield, starX, starY, starZ, starScale, starName, MClevel) { this.X = starX; this.Y = starY; this.Z = starZ; this.startScale = starScale; this.viewScale = this.startScale * starZ; this.MC = starfield.attachMovie(starName, "star_" + MClevel, MClevel); this.MC._x = starX; this.MC._y = starY; this.MC._xscale = this.viewScale; this.MC._yscale = this.viewScale; } function StarField_makeStars() { this.MC._x = 0; this.MC._y = 0; this.MC.beginFill(19, 100); this.MC.lineStyle(0, 0, 0); this.MC.moveTo(0, 0); this.MC.lineTo(this.fieldWidth, 0); this.MC.lineTo(this.fieldWidth, this.fieldHeight); this.MC.lineTo(0, this.fieldHeight); this.MC.lineTo(0, 0); this.MC.endFill(); s = 0; while (s < this.stars.length) { starX = (mr() * (this.fieldWidth + 20)) - 10; starY = (mr() * (this.fieldHeight + 20)) - 10; starZ = (mr() * 60) + 40; starScale = (mr() * 0.6) + 0.4; starName = "Star_" + mf(mr() * 5); this.stars[s] = new Star(this.MC, starX, starY, starZ, starScale, starName, s + 1); s++; } } function StarField_setDriftSpeed(dSSpd, dESpd, dFrm) { this.driftStartSpeed = dSSpd; this.driftEndSpeed = dESpd; this.driftFrameSpeed = dFrm; this.driftFrameSpeedCount = 1; this.driftAcceleration = 90 / dFrm; } function StarField_setDriftAngle(dSAng, dEAng, dFrm) { this.driftStartAngle = dSAng; this.driftEndAngle = dEAng; this.driftFrameTurn = dFrm; this.driftFrameTurnCount = 1; this.driftTurnRate = 90 / dFrm; } function StarField_driftStars() { dsE = this.driftEndSpeed; dsS = this.driftStartSpeed; dsWS = this.driftWarpSpeed; dsF = this.driftFrameSpeed; dsFC = this.driftFrameSpeedCount++; dsA = this.driftAcceleration; if (dsFC <= dsF) { speedRate = dsA * dsFC; this.driftSpeed = ((dsE - dsS) * ms(Deg2Rad * speedRate)) + dsS; } ds = this.driftSpeed; daS = this.driftStartAngle; daE = this.driftEndAngle; daF = this.driftFrameTurn; daFC = this.driftFrameTurnCount++; daTR = this.driftTurnRate; if (dsFC <= dsF) { TurnRate = daTR * dsFC; this.driftAngle = ((daE - daS) * ms(Deg2Rad * TurnRate)) + daS; } da = this.driftAngle; if (ds >= (dsWS + 1)) { warpSpeed = true; } else { warpSpeed = false; } s = 0; while (s < this.stars.length) { star = this.stars[s]; dis = ds * (star.Z / 100); if (warpSpeed) { star.MC._yscale = star.viewScale * (dis - dsWS); star.MC._rotation = da; } star.MC._y = star.MC._y + ((-dis) * mc((mp / 180) * da)); star.MC._x = star.MC._x + (dis * ms((mp / 180) * da)); sW = star.MC._width; sH = star.MC._height; if (star.MC._x < (-sW)) { star.MC._x = star.MC._x + (this.fieldWidth + sW); } else if (star.MC._x > (this.fieldWidth + sW)) { star.MC._x = star.MC._x - (this.fieldWidth + sW); } if (star.MC._y < (-sH)) { star.MC._y = star.MC._y + (this.fieldHeight + sH); } else if (star.MC._y > (this.fieldHeight + sH)) { star.MC._y = star.MC._y - (this.fieldHeight + sH); } s++; } } starFieldCount = 13; starFieldWidth = 600; starFieldHeight = 280; starFieldStartSpeed = 0; starFieldStopSpeed = 0; starFieldFrameSpeed = 0; starFieldWarpSpeed = 25; starFieldStartAngle = 90; starFieldStopAngle = 90; starFieldFrameTurn = 1; var mr = Math.random; var mf = Math.floor; var mp = Math.PI; var mc = Math.cos; var ms = Math.sin; var Deg2Rad = (Math.PI/180); Stars = new StarField(starFieldCount, starFieldWidth, starFieldHeight, starFieldStartSpeed, starFieldStopSpeed, starFieldFrameSpeed, starFieldWarpSpeed, starFieldStartAngle, starFieldStopAngle, starFieldFrameTurn);
Symbol 230 MovieClip Frame 3
Stars.driftStars(); gotoAndPlay (2);
Symbol 231 MovieClip Frame 1
function RoidField(sfCountS, sfCountD, sfWidth, sfHeight, sfSpeed, sfEndSpeed, sfFrameSpeed, sfWarp, sfAngle, sfEndAngle, sfFrameTurn) { this.fieldWidth = sfWidth; this.fieldHeight = sfHeight; this.driftSpeed = sfSpeed; this.driftStartSpeed = sfSpeed; this.driftEndSpeed = sfEndSpeed; this.driftFrameSpeed = sfFrameSpeed; this.driftFrameSpeedCount = 1; this.driftAcceleration = 90 / sfFrameSpeed; this.driftWarpSpeed = sfWarp; this.driftAngle = sfAngle; this.driftStartAngle = sfAngle; this.driftEndAngle = sfEndAngle; this.driftFrameTurn = sfFrameTurn; this.driftFrameTurnCount = 1; this.driftTurnRate = 90 / sfFrameTurn; this.roids = new Array(sfCountS + sfCountD); this.detailedRoids = sfCountD; this.MC = createEmptyMovieClip("MC", 0); this.makeRoids = RoidField_makeRoids; this.driftRoids = RoidField_driftRoids; this.setDriftSpeed = RoidField_setDriftSpeed; this.setDriftAngle = RoidField_setDriftAngle; this.makeRoids(); } function Roid(roidfield, roidName, roidX, roidY, roidZ, roidScale, roidRotation, roidFrame, MClevel) { this.X = roidX; this.Y = roidY; this.Z = roidZ; this.startScale = roidScale; this.viewScale = this.startScale * roidZ; this.MC = roidfield.attachMovie(roidName, "roid" + MClevel, (roidZ * 100) + mr()); this.MC.gotoAndStop(roidFrame); this.MC._rotation = roidRotation; this.MC._x = roidX; this.MC._y = roidY; this.MC._xscale = this.viewScale + (this.viewScale * ((mr() * 0.8) - 0.4)); this.MC._yscale = this.viewScale + (this.viewScale * ((mr() * 0.8) - 0.4)); this.MC.Z = this.Z; this.MC.spin = (mf(mr() * 10) - 5) * 0.5; tempColor = new Color(this.MC); tempTransform = tempColor.getTransform(); tempTransform.ra = roidZ + 30; tempTransform.ga = roidZ + 20; tempTransform.ba = roidZ + 10; tempColor.setTransform(tempTransform); this.MC.onEnterFrame = function () { this._rotation = this._rotation + ((0.01 * this.Z) * this.spin); }; this.randomize = Roid_randomize; } function Roid_randomize() { this.MC._rotation = mr() * 360; this.MC.gotoAndStop(mf(mr() * 19) + 1); this.MC.spin = (mf(mr() * 10) - 5) * 0.5; this.MC._xscale = this.viewScale + (this.viewScale * ((mr() * 0.8) - 0.4)); this.MC._yscale = this.viewScale + (this.viewScale * ((mr() * 0.8) - 0.4)); } function RoidField_makeRoids() { s = 0; while (s < this.roids.length) { if (s < this.detailedRoids) { roidName = "Roid_" + (mf(mr() * 2) + 4); roidZ = (mr() * 20) + 70; roidScale = (mr() * 0.6) + 0.3; } else { roidName = "Roid_" + (mf(mr() * 3) + 1); roidZ = (mr() * 50) + 10; roidScale = (mr() * 0.6) + (mr() * 0.4); } roidX = (mr() * (this.fieldWidth + 20)) - 10; roidY = (mr() * (this.fieldHeight + 20)) - 10; roidFrame = mf(mr() * 19) + 1; roidRotation = mr() * 360; this.roids[s] = new Roid(this.MC, roidName, roidX, roidY, roidZ, roidScale, roidRotation, roidFrame, s + 1); s++; } } function RoidField_setDriftSpeed(dSSpd, dESpd, dFrm) { this.driftStartSpeed = dSSpd; this.driftEndSpeed = dESpd; this.driftFrameSpeed = dFrm; this.driftFrameSpeedCount = 1; this.driftAcceleration = 90 / dFrm; } function RoidField_setDriftAngle(dSAng, dEAng, dFrm) { this.driftStartAngle = dSAng; this.driftEndAngle = dEAng; this.driftFrameTurn = dFrm; this.driftFrameTurnCount = 1; this.driftTurnRate = 90 / dFrm; } function RoidField_driftRoids() { dsE = this.driftEndSpeed; dsS = this.driftStartSpeed; dsWS = this.driftWarpSpeed; dsF = this.driftFrameSpeed; dsFC = this.driftFrameSpeedCount++; dsA = this.driftAcceleration; if (dsFC <= dsF) { speedRate = dsA * dsFC; this.driftSpeed = ((dsE - dsS) * ms(Deg2Rad * speedRate)) + dsS; } ds = this.driftSpeed; daS = this.driftStartAngle; daE = this.driftEndAngle; daF = this.driftFrameTurn; daFC = this.driftFrameTurnCount++; daTR = this.driftTurnRate; if (dsFC <= dsF) { TurnRate = daTR * dsFC; this.driftAngle = ((daE - daS) * ms(Deg2Rad * TurnRate)) + daS; } da = this.driftAngle; if (ds >= (dsWS + 1)) { warpSpeed = true; } else { warpSpeed = false; } s = 0; while (s < this.roids.length) { roid = this.roids[s]; dis = ds * (roid.Z / 100); if (warpSpeed) { roid.MC._yscale = roid.viewScale * (dis - dsWS); roid.MC._rotation = da; } roid.MC._y = roid.MC._y + ((-dis) * mc((mp / 180) * da)); roid.MC._x = roid.MC._x + (dis * ms((mp / 180) * da)); sW = roid.MC._width / 2; sH = roid.MC._height / 2; if (roid.MC._x < (-sW)) { roid.randomize(); roid.MC._x = this.fieldWidth + (roid.MC._width / 2); roid.MC._y = (mr() * (this.fieldHeight + roid.MC._height)) - (roid.MC._height / 2); } else if (roid.MC._x > (this.fieldWidth + sW)) { roid.randomize(); roid.MC._x = -(roid.MC._width / 2); roid.MC._y = (mr() * (this.fieldHeight + roid.MC._height)) - (roid.MC._height / 2); } if (roid.MC._y < (-sH)) { roid.randomize(); roid.MC._x = (mr() * (this.fieldWidth + roid.MC._width)) - (roid.MC._width / 2); roid.MC._y = this.fieldHeight + (roid.MC._height / 2); } else if (roid.MC._y > (this.fieldHeight + sH)) { roid.randomize(); roid.MC._x = (mr() * (this.fieldWidth + roid.MC._width)) - (roid.MC._width / 2); roid.MC._y = -(roid.MC._height / 2); } s++; } } roidFieldCountSimple = 30; roidFieldCountDetail = 4; roidFieldWidth = 600; roidFieldHeight = 280; roidFieldStartSpeed = 5; roidFieldStopSpeed = 5; roidFieldFrameSpeed = 1; roidFieldWarpSpeed = 30; roidFieldStartAngle = 78; roidFieldStopAngle = 78; roidFieldFrameTurn = 1; var mr = Math.random; var mf = Math.floor; var mp = Math.PI; var mc = Math.cos; var ms = Math.sin; var Deg2Rad = (Math.PI/180); Asteroids = new RoidField(roidFieldCountSimple, roidFieldCountDetail, roidFieldWidth, roidFieldHeight, roidFieldStartSpeed, roidFieldStopSpeed, roidFieldFrameSpeed, roidFieldWarpSpeed, roidFieldStartAngle, roidFieldStopAngle, roidFieldFrameTurn);
Instance of Symbol 20 MovieClip [Roid_2] in Symbol 231 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 231 MovieClip Frame 3
Asteroids.driftRoids(); gotoAndPlay (2);
Symbol 337 MovieClip Frame 31
stop();
Symbol 376 Button
on (release) { getURL ("http://www.comerstheseries.com/index.shtml", "_blank"); }
Symbol 380 Button
on (release) { gotoAndPlay (7); }

Library Items

Symbol 1 GraphicUsed by:20
Symbol 2 GraphicUsed by:20
Symbol 3 GraphicUsed by:20
Symbol 4 GraphicUsed by:20
Symbol 5 GraphicUsed by:20
Symbol 6 GraphicUsed by:20
Symbol 7 GraphicUsed by:20
Symbol 8 GraphicUsed by:20
Symbol 9 GraphicUsed by:20
Symbol 10 GraphicUsed by:20
Symbol 11 GraphicUsed by:20
Symbol 12 GraphicUsed by:20
Symbol 13 GraphicUsed by:20
Symbol 14 GraphicUsed by:20
Symbol 15 GraphicUsed by:20
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [Roid_2]Uses:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19Used by:231
Symbol 21 FontUsed by:22 23 24 28 29 31 370 371 372 373 374 377 378
Symbol 22 TextUses:21Used by:Timeline
Symbol 23 EditableTextUses:21Used by:Timeline
Symbol 24 EditableTextUses:21Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 FontUsed by:28 29 31
Symbol 28 TextUses:27 21Used by:32
Symbol 29 TextUses:27 21Used by:32
Symbol 30 GraphicUsed by:32
Symbol 31 TextUses:27 21Used by:32
Symbol 32 ButtonUses:28 29 30 31Used by:Timeline
Symbol 33 FontUsed by:35
Symbol 34 FontUsed by:35
Symbol 35 TextUses:33 34Used by:Timeline
Symbol 36 SoundUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:44
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:43
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClipUses:40 42Used by:44  Timeline
Symbol 44 MovieClipUses:38 43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 SoundUsed by:Timeline
Symbol 48 SoundUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 GraphicUsed by:59  Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:52 58Used by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:61 62 63Used by:Timeline
Symbol 65 SoundUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 SoundUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 SoundUsed by:Timeline
Symbol 78 SoundUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 SoundUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 ShapeTweeningUsed by:Timeline
Symbol 96 SoundUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 ShapeTweeningUsed by:Timeline
Symbol 99 ShapeTweeningUsed by:Timeline
Symbol 100 ShapeTweeningUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 ShapeTweeningUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 ShapeTweeningUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 ShapeTweeningUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:110 111Used by:Timeline
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:113 114Used by:Timeline
Symbol 116 SoundUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 GraphicUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 GraphicUsed by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 GraphicUsed by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 GraphicUsed by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 GraphicUsed by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 SoundUsed by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 SoundUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 GraphicUsed by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:Timeline
Symbol 190 FontUsed by:191
Symbol 191 TextUses:190Used by:Timeline
Symbol 192 GraphicUsed by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 GraphicUsed by:209
Symbol 202 GraphicUsed by:209
Symbol 203 GraphicUsed by:209
Symbol 204 GraphicUsed by:209
Symbol 205 GraphicUsed by:209
Symbol 206 GraphicUsed by:209
Symbol 207 GraphicUsed by:209
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:201 202 203 204 205 206 207 208Used by:219
Symbol 210 GraphicUsed by:219
Symbol 211 GraphicUsed by:219
Symbol 212 SoundUsed by:219
Symbol 213 GraphicUsed by:219
Symbol 214 GraphicUsed by:219
Symbol 215 GraphicUsed by:219
Symbol 216 GraphicUsed by:219
Symbol 217 GraphicUsed by:219
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:209 210 211 212 213 214 215 216 217 218Used by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 GraphicUsed by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 GraphicUsed by:Timeline
Symbol 226 GraphicUsed by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 GraphicUsed by:231  Timeline
Symbol 229 GraphicUsed by:230 231  Timeline
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 MovieClipUses:228 20 229Used by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 GraphicUsed by:Timeline
Symbol 242 GraphicUsed by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 ShapeTweeningUsed by:Timeline
Symbol 246 ShapeTweeningUsed by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 SoundUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 ShapeTweeningUsed by:Timeline
Symbol 257 ShapeTweeningUsed by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 GraphicUsed by:Timeline
Symbol 262 GraphicUsed by:Timeline
Symbol 263 GraphicUsed by:Timeline
Symbol 264 GraphicUsed by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 ShapeTweeningUsed by:Timeline
Symbol 268 ShapeTweeningUsed by:Timeline
Symbol 269 GraphicUsed by:Timeline
Symbol 270 GraphicUsed by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 GraphicUsed by:Timeline
Symbol 274 GraphicUsed by:Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 GraphicUsed by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:Timeline
Symbol 281 GraphicUsed by:Timeline
Symbol 282 ShapeTweeningUsed by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 GraphicUsed by:Timeline
Symbol 288 GraphicUsed by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 GraphicUsed by:Timeline
Symbol 292 GraphicUsed by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 GraphicUsed by:Timeline
Symbol 298 GraphicUsed by:Timeline
Symbol 299 GraphicUsed by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 GraphicUsed by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 GraphicUsed by:Timeline
Symbol 315 GraphicUsed by:Timeline
Symbol 316 GraphicUsed by:Timeline
Symbol 317 GraphicUsed by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:Timeline
Symbol 323 GraphicUsed by:Timeline
Symbol 324 GraphicUsed by:Timeline
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:Timeline
Symbol 329 GraphicUsed by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 SoundUsed by:337  Timeline
Symbol 334 ShapeTweeningUsed by:337
Symbol 335 GraphicUsed by:337
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:333 334 335 336Used by:Timeline
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:Timeline
Symbol 340 ShapeTweeningUsed by:342
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:340 341Used by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 SoundUsed by:Timeline
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:Timeline
Symbol 347 GraphicUsed by:Timeline
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:348Used by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:351Used by:Timeline
Symbol 353 GraphicUsed by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 GraphicUsed by:Timeline
Symbol 357 GraphicUsed by:Timeline
Symbol 358 GraphicUsed by:Timeline
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:Timeline
Symbol 361 GraphicUsed by:Timeline
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:362Used by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 FontUsed by:366 367 368
Symbol 366 TextUses:365Used by:Timeline
Symbol 367 TextUses:365Used by:Timeline
Symbol 368 TextUses:365Used by:Timeline
Symbol 369 SoundUsed by:Timeline
Symbol 370 TextUses:21Used by:Timeline
Symbol 371 TextUses:21Used by:Timeline
Symbol 372 TextUses:21Used by:Timeline
Symbol 373 TextUses:21Used by:Timeline
Symbol 374 TextUses:21Used by:376
Symbol 375 GraphicUsed by:376
Symbol 376 ButtonUses:374 375Used by:Timeline
Symbol 377 TextUses:21Used by:380
Symbol 378 TextUses:21Used by:380
Symbol 379 GraphicUsed by:380
Symbol 380 ButtonUses:377 378 379Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"myOutput"Frame 1Symbol 23 EditableText
"myOutput"Frame 2Symbol 24 EditableText
"sf"Frame 555Symbol 43 MovieClip
"sf"Frame 824Symbol 230 MovieClip
"rf"Frame 824Symbol 231 MovieClip
"ExplosionMarker"Symbol 43 MovieClip Frame 1Symbol 40 MovieClip
"EB"Symbol 43 MovieClip Frame 1Symbol 42 MovieClip
"sf"Symbol 44 MovieClip Frame 3Symbol 43 MovieClip
"sf"Symbol 44 MovieClip Frame 11Symbol 43 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$kl$lNLJxdLUTAksscoSgEkcj/."
ExportAssets (56)Timeline Frame 1Symbol 20 as "Roid_2"
ExportAssets (56)Timeline Frame 824Symbol 20 as "Roid_2"
ExportAssets (56)Timeline Frame 824Symbol 20 as "Roid_2"




http://swfchan.com/15/72876/info.shtml
Created: 8/4 -2019 13:14:20 Last modified: 8/4 -2019 13:14:20 Server time: 22/12 -2024 22:15:43