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

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

MikuFlash.swf

This is the info page for
Flash #121934

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


Text
Miku vs
zombies

<p align="left"><font face="Hobo Std" size="30" color="#6600ff" letterSpacing="0.000000" kerning="1"><a href="http://www.mikuflash.com" target = "_blank"><b>mikuflash.com</b></a></font></p>

<p align="left"><font face="Bell Gothic Std Light" size="11" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.fakju.hostzi.com" target = "_self">fakju.hostzi.com</a></font></p>

arrows to move,  control to shoot.

START

START

START

Miku zaps zombies
and zombies fap
Miku.

demo only in
the works.

ToxicGames

Affiliated $
network

100%

100%

50%

12%

2%

restart

restart

restart

restart

Game Over

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 3
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Instance of Symbol 88 MovieClip "mainGround" in Frame 3
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 102 MovieClip "kay" in Frame 3
onClipEvent (load) { _root.kay._visible = false; moveSpeed = 10; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.spaceship._visible = false; newlineAccessibility.updateProperties(this.spaceship2); if (Key.isDown(39)) { load.kay._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = false; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.spaceship._visible = false; _root.spaceship2._visible = false; _root.spaceshipk._visible = false; _root.kay._visible = true; } } onClipEvent (keyUp) { if (Key.getCode() == 37) { scrollStart = false; _root.kay._visible = false; _root.spaceship._visible = false; _root.spaceshipk._visible = true; } }
Instance of Symbol 31 MovieClip "spaceship2" in Frame 3
onClipEvent (load) { _root.spaceship._visible = false; _root.spaceship2._visible = false; _root.spaceshipk._visible = false; moveSpeed = 10; _root.fire._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.spaceship2._visible = false; newlineAccessibility.updateProperties(this.spaceship); if (Key.isDown(39)) { _root.spaceship2._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.spaceship2._visible = false; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.spaceship2._visible = false; _root.spaceship._visible = true; _root.laser._visible = true; _root.fire._visible = false; _root.spaceshipk._visible = false; } }
Instance of Symbol 126 MovieClip "spaceship" in Frame 3
onClipEvent (load) { _root.spaceship._visible = true; moveSpeed = 10; _root.laser._visible = false; _root.laser2._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 5; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; _root.laser.duplicateMovieClip("laser2" + depthCounter, depthCounter); _root["laser2" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.spaceship._visible = false; newlineAccessibility.updateProperties(this.spaceship2); if (Key.isDown(39)) { load.spaceship._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.spaceship2._visible = false; _root.spaceshipk._visible = false; _root.spaceship._visible = false; } }
Instance of Symbol 126 MovieClip "spaceshipk" in Frame 3
onClipEvent (load) { _root.spaceshipk._visible = false; moveSpeed = 10; _root.laser._visible = false; _root.laser2._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 5; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; _root.laser.duplicateMovieClip("laser2" + depthCounter, depthCounter); _root["laser2" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.spaceshipk._visible = false; newlineAccessibility.updateProperties(this.spaceship2); if (Key.isDown(39)) { load.spaceshipk._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.spaceship._visible = false; _root.spaceshipk._visible = false; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.spaceship2._visible = false; _root.spaceshipk._visible = false; _root.kay._visible = false; } }
Instance of Symbol 130 MovieClip "laser" in Frame 3
onClipEvent (load) { _root.laser._visible = false; _root.laser2._visible = false; laserMoveSpeed = 20; this._x = _root.spaceship._x + 79; this._y = _root.spaceship._y - 70; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (1250 < this._x) { _root.spaceship.laserCounter--; _root.spaceshipk.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 163 MovieClip "enemy1" in Frame 3
onClipEvent (load) { function reset() { this._x = 700; this._y = 302; enemySpeed = random(2) + 3; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("hit"); } }
Frame 4
stop();
Frame 5
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Instance of Symbol 88 MovieClip "mainGround" in Frame 5
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.miku.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 188 MovieClip "miku3" in Frame 5
onClipEvent (load) { _root.miku3._visible = false; moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.miku3._visible = false; newlineAccessibility.updateProperties(this.miku2); if (Key.isDown(39)) { load.miku3._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = false; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.miku._visible = false; _root.miku2._visible = false; _root.miku3._visible = true; } } onClipEvent (keyUp) { if (Key.getCode() == 37) { scrollStart = false; _root.miku3._visible = false; _root.miku._visible = true; } }
Instance of Symbol 207 MovieClip "miku2" in Frame 5
onClipEvent (load) { _root.miku._visible = false; _root.miku2._visible = false; moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.miku2._visible = false; newlineAccessibility.updateProperties(this.miku); if (Key.isDown(39)) { _root.miku2._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.miku2._visible = false; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.miku2._visible = false; _root.miku._visible = true; } }
Instance of Symbol 211 MovieClip "miku" in Frame 5
onClipEvent (load) { _root.miku._visible = true; moveSpeed = 10; _root.laser._visible = false; _root.laser2._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 5; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; _root.laser.duplicateMovieClip("laser2" + depthCounter, depthCounter); _root["laser2" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.miku._visible = false; newlineAccessibility.updateProperties(this.miku2); if (Key.isDown(39)) { load.miku2._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.miku2._visible = false; _root.miku2._visible = false; } }
Instance of Symbol 130 MovieClip "fire" in Frame 5
onClipEvent (load) { _root.fire._visible = false; moveSpeed = 10; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { _root.fire._visible = true; my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.bot._visible = false; newlineAccessibility.updateProperties(this.fire); if (Key.isDown(39)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = false; } } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == 17) { scrollStart = false; _root.fire._visible = false; } }
Instance of Symbol 214 MovieClip "laser" in Frame 5
onClipEvent (load) { laserMoveSpeed = 60; this._x = _root.miku._x + 40; this._y = _root.miku._y + 15; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (1250 < this._x) { _root.miku.laserCounter--; _root.miku.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 163 MovieClip "enemy1" in Frame 5
onClipEvent (load) { function reset() { this._x = 700; this._y = 302; enemySpeed = random(2) + 3; this.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { if (_root.miku.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.miku)) { _root.gotoAndStop("hit+"); } }
Frame 7
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Instance of Symbol 88 MovieClip "mainGround" in Frame 7
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.mikut.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 235 MovieClip "mikut3" in Frame 7
onClipEvent (load) { _root.mikut3._visible = false; moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.mikut3._visible = false; newlineAccessibility.updateProperties(this.mikut2); if (Key.isDown(39)) { _root.mikut3._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.mikut._visible = false; _root.mikut2._visible = false; _root.mikut3._visible = true; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.mikut3._visible = false; _root.mikut2._visible = false; _root.mikut._visible = true; } }
Instance of Symbol 235 MovieClip "mikut2" in Frame 7
onClipEvent (load) { _root.mikut._visible = false; _root.mikut2._visible = false; moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 4; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.mikut2._visible = false; newlineAccessibility.updateProperties(this.mikut); if (Key.isDown(39)) { load.mikut2._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; _root.mikut2._visible = false; } } onClipEvent (keyUp) { if (Key.getCode() == 37) { scrollStart = false; _root.mikut2._visible = false; _root.mikut3._visible = false; _root.mikut._visible = true; } }
Instance of Symbol 244 MovieClip "mikut" in Frame 7
onClipEvent (load) { _root.mikut._visible = true; moveSpeed = 10; _root.laser._visible = false; _root.laser2._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxLasers = 5; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(17) and (maxLasers >= laserCounter)) { var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", false); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; _root.laser.duplicateMovieClip("laser2" + depthCounter, depthCounter); _root["laser2" + depthCounter]._visible = true; depthCounter++; if (maxLasers < depthCounter) { depthCounter = 1; } } if (Key.isDown(39)) { _root.mikut._visible = false; newlineAccessibility.updateProperties(this.mikut); if (Key.isDown(39)) { load.mikut._visible = true; } if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; _root.mikut2._visible = false; _root.mikut2._visible = false; } }
Instance of Symbol 214 MovieClip "laser" in Frame 7
onClipEvent (load) { laserMoveSpeed = 60; this._x = _root.mikut._x + 40; this._y = _root.mikut._y + 15; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (1200 < this._x) { _root.mikut.laserCounter--; _root.mikut.laserCounter--; this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 163 MovieClip "enemy1" in Frame 7
onClipEvent (load) { function reset() { this._x = 700; this._y = 302; enemySpeed = random(2) + 3; this.gotoAndStop(6); } reset(6); } onClipEvent (enterFrame) { if (_root.mikut.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.mikut)) { _root.gotoAndPlay(12); } }
Frame 9
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Frame 10
stop();
Frame 27
stopAllSounds();
Frame 29
stop();
Instance of Symbol 88 MovieClip "mainGround" in Frame 30
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Frame 35
stop();
Symbol 51 Button
on (release) { gotoAndPlay (3); }
Symbol 126 MovieClip Frame 1
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 7
stop();
Symbol 214 MovieClip Frame 1
stop(); if (Key.isDown(17) and (maxLasers >= laserCounter)) { this.gotoAndStop(2); var my_sound:Sound = new Sound(); my_sound.loadSound("shoot.mp3", true); if (Key.getCode() == 17) { } }
Symbol 214 MovieClip Frame 5
stopAllSounds();
Symbol 282 Button
on (release) { gotoAndStop (35); }
Symbol 291 Button
on (release) { gotoAndPlay (1); }
Symbol 301 Button
on (release) { gotoAndStop (29); }
Symbol 302 Button
on (release) { gotoAndStop (40); }
Symbol 325 Button
on (release) { gotoAndStop (5); }
Symbol 326 Button
on (release) { gotoAndStop (2); }
Symbol 327 Button
on (release) { gotoAndStop (35); }

Library Items

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

Instance Names

"mainGround"Frame 3Symbol 88 MovieClip
"kay"Frame 3Symbol 102 MovieClip
"spaceship2"Frame 3Symbol 31 MovieClip
"spaceship"Frame 3Symbol 126 MovieClip
"spaceshipk"Frame 3Symbol 126 MovieClip
"laser"Frame 3Symbol 130 MovieClip
"enemy1"Frame 3Symbol 163 MovieClip
"mainGround"Frame 5Symbol 88 MovieClip
"miku3"Frame 5Symbol 188 MovieClip
"miku2"Frame 5Symbol 207 MovieClip
"miku"Frame 5Symbol 211 MovieClip
"fire"Frame 5Symbol 130 MovieClip
"laser"Frame 5Symbol 214 MovieClip
"enemy1"Frame 5Symbol 163 MovieClip
"mainGround"Frame 7Symbol 88 MovieClip
"mikut3"Frame 7Symbol 235 MovieClip
"mikut2"Frame 7Symbol 235 MovieClip
"mikut"Frame 7Symbol 244 MovieClip
"laser"Frame 7Symbol 214 MovieClip
"enemy1"Frame 7Symbol 163 MovieClip
"mainGround"Frame 29Symbol 88 MovieClip
"mainGround"Frame 30Symbol 88 MovieClip
"mainGround"Frame 32Symbol 88 MovieClip
"walk"Symbol 32 MovieClip [spaceship2] Frame 1Symbol 31 MovieClip
"ground"Symbol 88 MovieClip Frame 1Symbol 87 MovieClip
"ground"Symbol 300 MovieClip Frame 1Symbol 87 MovieClip
"ground"Symbol 324 MovieClip Frame 1Symbol 87 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 32 as "spaceship2"

Labels

"hit"Frame 5
"hit+"Frame 7
"hit+"Frame 9
"qz"Frame 10
"gameOver"Frame 30

Dynamic Text Variables

scoreSymbol 165 EditableText""
scoreSymbol 215 EditableText""
scoreSymbol 245 EditableText""
scoreSymbol 248 EditableText""
scoreSymbol 255 EditableText""




http://swfchan.com/25/121934/info.shtml
Created: 4/3 -2019 05:28:53 Last modified: 4/3 -2019 05:28:53 Server time: 23/04 -2024 08:56:28