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/29441155?noj=FRM29441155-16DC" width="1" height="1"></div>

Cursor Thief - Amped.swf

This is the info page for
Flash #48624

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


Text
Cursor Thief

0

You

Thief

0

Ball
Power

1

Sheild
Strength

0%

1

Ball
Power lvl

Cartmack Designs

ActionScript [AS1/AS2]

Frame 1
gotoAndStop (1); stop();
Instance of Symbol 100 MovieClip "Theif" in Frame 1
onClipEvent (load) { function animation(curFrame) { if (curFrame == STILL) { this.gotoAndStop(1); } if (curFrame == WAVE) { if ((this._currentframe < 2) || (this._currentframe > 20)) { this.gotoAndPlay(2); } if (this._currentframe == 20) { boredTimer = 0; jackTimer = jackTimer + 1; } } if (curFrame == WALKR) { if ((this._currentframe < 21) or (this._currentframe >= 26)) { this.gotoAndPlay(22); } } if (curFrame == WALKL) { if ((this._currentframe < 27) || (this._currentframe >= 32)) { this.gotoAndPlay(28); } } if (curFrame == JUMP) { if ((this._currentframe <= 34) || (this._currentframe >= 46)) { this.gotoAndPlay(34); } } if (curFrame == STOLEN) { if ((this._currentframe <= 48) || (this._currentframe >= 52)) { this.gotoAndPlay(48); } } if (curFrame == JACKH) { if ((this._currentframe < 54) || (this._currentframe > 64)) { this.gotoAndPlay(54); } if (this._currentframe >= 64) { this.gotoAndPlay(59); } } if (curFrame == POGO) { if ((this._currentframe < 66) || (this._currentframe > 74)) { this.gotoAndPlay(66); } if (this._currentframe >= 74) { this.gotoAndStop(74); } } if (curFrame == GUN1) { if ((this._currentframe < 76) || (this._currentframe > 81)) { this.gotoAndPlay(76); } if (this._currentframe >= 81) { AimGun("w_gun"); this.gotoAndStop(81); } } if (curFrame == JETPACK) { if ((this._currentframe < 82) || (this._currentframe > 92)) { this.gotoAndPlay(82); } if (this._currentframe >= 92) { this.gotoAndPlay(88); } } if (curFrame == UNIS) { if ((this._currentframe < 93) || (this._currentframe > 116)) { noMove = true; this.gotoAndPlay(93); } if (this._currentframe >= 96) { noMove = false; } } if (curFrame == UNIL) { if ((this._currentframe < 98) || (this._currentframe >= 106)) { this.gotoAndPlay(98); } } if (curFrame == UNIR) { if ((this._currentframe < 108) || (this._currentframe >= 116)) { this.gotoAndPlay(108); } } if (curFrame == ROLLL) { if ((this._currentframe < 118) || (this._currentframe > 126)) { this.gotoAndPlay(118); tmpx = this._x + 50; } if (this._currentframe >= 126) { anim == STILL; noAW = false; } Bump(tmpx); } if (curFrame == ROLLR) { if ((this._currentframe < 127) || (this._currentframe > 135)) { this.gotoAndPlay(127); tmpx = this._x - 50; } if (this._currentframe >= 134) { anim == STILL; noAW = false; } Bump(tmpx); } if (curFrame == TELE) { if ((this._currentframe < 136) || (this._currentframe > 144)) { this.gotoAndPlay(136); } } } function Bump(x) { this._x = this._x + ((x - this._x) / 5); } function AimGun(name) { mc = _root; x = this._xmouse; y = this._ymouse * -1; angle = (Math.atan(y / x) / (Math.PI/180)) - 45; if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } if (gCount == 0) { this[name]._rotation = angle * -1; } if (_root.mBox.score > 4) { if (bulletCount > 0) { if (bulletDelay < 0) { bulletCount = bulletCount - 1; bulletDelay = 3 * Math.random(); idname = "bul" + bulletCount; mc.attachMovie("Bullet", idname, bulletCount + 1); mc[idname]._x = this._x; mc[idname]._y = this._y; mc[idname]._rotation = angle * -1; mc[idname]._rot = angle * -1; mc[idname]._class = "bullet"; mc[idname]._speed = 25; mc[nm]._speed = -25; } bulletDelay = bulletDelay - 1; } if (bulletCount == 0) { noMove = false; bulletCount = 15; runTimer = 0; anim = STILL; } } else if (gCount == 0) { noMove = true; idname = "bul1"; mc.attachMovie("Graple", idname, 2); mc[idname]._x = this._x; mc[idname]._y = this._y; mc[idname]._rotation = angle * -1; mc[idname]._rot = angle * -1; mc[idname].gotoAndStop(1); mc[idname]._class = "graple"; mc[idname]._speed = 20; gCount = gCount + 1; } } function BulletMove() { mc = _root; i = 0; while (i < 30) { idname = "bul" + i; if (mc[idname]) { mc[idname]._x = mc[idname]._x + (Math.sin((mc[idname]._rot + 45) * (Math.PI/180)) * mc[idname]._speed); mc[idname]._y = mc[idname]._y + ((Math.cos((mc[idname]._rot + 45) * (Math.PI/180)) * mc[idname]._speed) * -1); if ((((mc[idname]._x < -400) || (mc[idname]._x > 550)) || (mc[idname]._y < -400)) || (mc[idname]._y > 400)) { if (mc[idname]._class == "graple") { _root.triangle.removeMovieClip(); noMove = false; anim = STILL; runTimer = 0; gCount = 0; mc[idname].removeMovieClip(); return(undefined); } mc[idname].removeMovieClip(); } if (mc[idname]._class == "graple") { _root.createEmptyMovieClip("triangle", 1); _root.triangle._x = this._x; _root.triangle._y = this._y; _root.triangle.lineStyle(2, 255, 100); _root.triangle.lineTo(mc[idname]._x - _root.triangle._x, mc[idname]._y - _root.triangle._y); if (mc[idname].hitTest(this) && (mc[idname]._speed < 0)) { mc[idname].removeMovieClip(); noMove = false; if (_root.mBox.shielfP == false) { anim = STOLEN; runTimer = 0; noMove = false; gCount = 0; mc[idname].removeMovieClip(); } else if (_root.mBox.shieldC > 1) { _root.mBox.shieldC = _root.mBox.shieldC - 1; anim = STILL; noMove = false; gCount = 0; } else { anim = STOLEN; runTimer = 0; noMove = false; gCount = 0; mc[idname].removeMovieClip(); } runTimer = 0; } } } i++; } } function Move(x, y) { BulletMove(); if ((this._y >= 292.2) || (noAW == true)) { if ((x < (this._x - 10)) || (x > (this._x + 10))) { if (anim != JACKH) { if (uniP == false) { if (noMove == false) { if (noAW == true) { if (yspeed > 0) { this._x = this._x + ((x - this._x) / 5); } } else if (yspeed == 0) { this._x = this._x + ((x - this._x) / 5); } } if ((anim != STOLEN) && (noAW == false)) { if (yspeed == 0) { runTimer = runTimer + 1; if (((x - this._x) / 5) > 0) { anim = WALKR; } if (((x - this._x) / 5) < 0) { anim = WALKL; } } } } else if (uniP == true) { if (noMove == false) { if (noAW == true) { if (yspeed > 0) { this._x = this._x + ((x - this._x) / 3); } } else if (yspeed == 0) { this._x = this._x + ((x - this._x) / 3); } } if ((anim != STOLEN) && (noAW == false)) { if (yspeed == 0) { runTimer = runTimer + 1; if (((x - this._x) / 5) > 0) { anim = UNIL; } if (((x - this._x) / 5) < 0) { anim = UNIR; } } } } } else { this._y = 292.2; anim = JUMP; yspeed = 5; boredTimer = 0; jackTimer = 0; } if (telDelay > 9) { anim = STILL; noMove = false; runTimer = 0; this._x = _root._xmouse; this._y = _root._ymouse - 10; telDelay = 0; } if (runTimer >= 120) { if (_root.mBox.score < 10) { anim = GUN1; noMove = true; } else if (_root.mBox.score >= 10) { anim = TELE; noMove = true; telDelay = telDelay + 1; } } } } if (((x - this._x) > -10) && ((x - this._x) < 10)) { if ((noMove == false) && (anim != STOLEN)) { if ((this._y > 292.2) && (yspeed == 0)) { if (jumpTimer < 5) { if ((y > 225) && (this._y > y)) { anim = JUMP; yspeed = 5; jumpTimer = jumpTimer + 1; } else if (y < 225) { anim = STILL; } } else if ((jumpTimer >= 5) && (jumpTimer < 10)) { if ((y > 200) && (this._y > y)) { anim = POGO; if (this._currentframe >= 74) { yspeed = 8; jumpTimer = jumpTimer + 1; } } else if (y < 200) { anim = STILL; } } else if (jumpTimer >= 10) { if ((y > 100) && (this._y > y)) { anim = JETPACK; if (this._currentframe >= 92) { yspeed = 20; noAW = true; } } else if (y < 100) { anim = STILL; } } } } } this._y = this._y - yspeed; if (this._y <= 292.2) { yspeed = yspeed - gravity; } else { if (yspeed < 0) { yspeed = 0; noAW = false; } if ((this._y > 293) && (anim != JACKH)) { this._y = 292.3; } } } function StealMouse() { if (_root.bullHolder.mFall == false) { if (this.hitTest(_root.mBox)) { if (_root.mBox.shieldP == false) { anim = STOLEN; noAW = false; Mouse.hide(); if (this._y > 292.2) { this._y = 292.2; } } else { if (this._x >= _root._xmouse) { noAW = true; anim = ROLLL; _root.mBox.shieldC = _root.mBox.shieldC - 1; } if (this._x < _root._xmouse) { noAW = true; anim = ROLLR; _root.mBox.shieldC = _root.mBox.shieldC - 1; } } } } else if (this.hitTest(_root.cursor._x, _root.cursor._y)) { anim = STOLEN; noAW = false; _root.cursor._alpha = 0; if (this._y > 292.2) { this._y = 292.2; } } } function AI() { StealMouse(); if ((anim != STOLEN) && (noMove == false)) { if (_root.bullHolder.mFall == false) { if ((_root._xmouse > (this._x - 10)) && (_root._xmouse < (this._x + 10))) { if (_root._ymouse > this._y) { if (boredTimer <= 60) { anim = STILL; boredTimer = boredTimer + 1; } if (jackTimer >= 2) { anim = JACKH; if (this._y < 320) { this._y = this._y + 0.3; } else { boredTimer = 0; anim = jump; yspeed = 5; jackTimer = 0; } boredTimer = 0; } if (boredTimer >= 60) { anim = WAVE; } } } else { boredTimer = 0; } Move(_root._xmouse, _root._ymouse); } else { Move(_root.cursor._x, _root.cursor._y); } } else if (this._x < 550) { Move(this._x + 50, this._y); } else { _root.mBox.tscore = _root.mBox.tscore + 1; _root.gotoAndPlay(3); } animation(anim); } Mouse.show(); STILL = 1; WAVE = 2; WALKR = 3; WALKL = 4; JUMP = 5; STOLEN = 6; JACKH = 7; POGO = 8; GUN1 = 9; JETPACK = 10; UNIL = 11; UNIR = 12; ROLLL = 13; ROLLR = 14; TELE = 15; anim = 1; yspeed = 0; gravity = 1; noMove = false; uniP = false; noAW = false; boredTimer = 0; jumpTimer = 0; jackTimer = 0; runTimer = 0; moonTimer = 0; telDelay = 0; bulletCount = 15; bulletDelay = 2; gCount = 0; animation(anim); } onClipEvent (enterFrame) { AI(); }
Instance of Symbol 101 MovieClip "bullHolder" in Frame 1
onClipEvent (load) { function BulletHit() { i = 0; while (i < 13) { nm = "bul" + i; if (_root[nm]) { if (_root[nm].hitTest(_root.mBox)) { if (!_root.Theif.hitTest(_root._xmouse, _root._ymouse)) { if (_root[nm]._class == "bullet") { if (_root.mBox.shieldP == false) { Mouse.hide(); _root.cursor._x = _root._xmouse; _root.cursor._y = _root._ymouse; mFall = true; } else { _root.mBox.shieldC = _root.mBox.shieldC - 1; } } else if (_root[nm]._class == "graple") { if (_root.mBox.shieldP == false) { Mouse.hide(); } _root[nm]._speed = -20; _root[nm].gotoAndStop(2); mTrieve = true; } break; } } } i++; } } function MRetrieve() { mTTimer = mTTimer + 1; if (mTTimer >= 2) { _root.triangle.removeMovieClip(); mTTTimer = 0; } } function MouseFall() { if (_root.cursor._y < 292) { _root.cursor._y = _root.cursor._y + 6; } else if (_root.cursor._y > 292) { _root.cursor._y = _root.cursor._y - 6; } } mFall = false; mTrieve = false; mTTimer = 0; } onClipEvent (enterFrame) { this._x = _root.Theif._x; this._y = _root.Theif._y; if (mFall == false) { BulletHit(); } if (mFall == true) { MouseFall(); } if (mTrieve == true) { MRetrieve(); } }
Instance of Symbol 103 MovieClip "Ball" in Frame 1
onClipEvent (load) { function Move(p) { this._x = this._x + p; this._rotation = this._rotation + (p * 5); if (this._x > 511.9) { this._x = 40; _root.mBox.score = _root.mBox.score + 1; _root.score.text = _root.mBox.score; } } mDown = false; power = 0; pwrLvl = 1; } onClipEvent (mouseDown) { if (_root.Theif.anim != _root.Theif.STOLEN) { if (this.hitTest(_root._xmouse, _root._ymouse)) { mDown = true; } } } onClipEvent (mouseUp) { mDown = false; } onClipEvent (enterFrame) { if (_root.Theif.anim == _root.Theif.STOLEN) { mDown = false; } _root.ballPlvltext.text = pwrLvl; if (mDown == true) { if (_root.Theif.yspeed == 0) { power = power + (3 * pwrLvl); } else { power = power + (0.8 * pwrLvl); } } else if (power >= 0.2) { power = power * 0.8; Move(power); } if (!this.hitTest(_root._xmouse, _root._ymouse)) { mDown = false; } _root.ballPtext.text = Math.round(power); }
Instance of Symbol 105 MovieClip in Frame 1
onClipEvent (load) { function Collide() { if (this.hitTest(_root.mBox) && (_root.Theif.anim != _root.Theif.STOLEN)) { this._alpha = 0; dropTimer = Math.round((Math.random() * 300) + 100); if ((Math.random() * 10) > 5) { _root.mBox.shieldP = true; _root.mBox.shieldC = Math.round(Math.random() * 10); } else { _root.Ball.pwrLvl = _root.Ball.pwrLvl + Math.round(Math.random() * 3); } } if (this.hitTest(_root.Theif)) { _root.Theif.uniP = true; this._alpha = 0; dropTimer = Math.round((Math.random() * 300) + 100); } } dropTimer = Math.round((Math.random() * 20) + 50); this._alpha = 0; this._x = (Math.random() * 400) + 50; this._y = -20; } onClipEvent (enterFrame) { if (this._y < 292.2) { this._y = this._y + (8 + _root.mBox.score); } if (this._alpha == 100) { Collide(); } if (dropTimer == 0) { this._alpha = 100; this._y = -50 * _root.Ball.pwrLvl; } dropTimer = dropTimer - 1; }
Instance of Symbol 125 MovieClip "mBox" in Frame 1
onClipEvent (load) { score = 0; tscore = 0; shieldP = false; shieldC = 0; this.gotoAndStop(1); } onClipEvent (mouseMove) { this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; _root.tscore.text = tscore; if (shieldP == true) { this.gotoAndStop(2); this._alpha = 100; } else { this.gotoAndStop(1); this._alpha = 0; } this._x = _root._xmouse; this._y = _root._ymouse; if (shieldC == 0) { shieldP = false; } _root.shieldPer.text = (shieldC * 10) + "%"; }
Frame 2
gotoAndStop (1);
Frame 55
gotoAndStop (1);
Symbol 125 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"Theif"Frame 1Symbol 100 MovieClip
"bullHolder"Frame 1Symbol 101 MovieClip
"Ball"Frame 1Symbol 103 MovieClip
"cursor"Frame 1Symbol 108 MovieClip
"score"Frame 1Symbol 112 EditableText
"tscore"Frame 1Symbol 115 EditableText
"mBox"Frame 1Symbol 125 MovieClip
"ballPtext"Frame 1Symbol 127 EditableText
"shieldPer"Frame 1Symbol 129 EditableText
"ballPlvltext"Frame 1Symbol 130 EditableText
"w_gun"Symbol 100 MovieClip Frame 81Symbol 64 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "Bullet"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Graple"




http://swfchan.com/10/48624/info.shtml
Created: 29/4 -2019 14:42:32 Last modified: 29/4 -2019 14:42:32 Server time: 16/05 -2024 09:39:13