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

swfchan turned sixteen years old yesterday! (5may2024)

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

Miku-qk.swf

This is the info page for
Flash #120556

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


Text
Miku vs
zombies

fakju.hostzi.com

START

START

START

Miku zaps zombies
and zombies fap
Miku.

demo only in
the works.

AlleyGames

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 86 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 100 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 124 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 124 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 128 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 161 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 86 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 186 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 205 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 209 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 128 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 212 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 161 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 86 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 233 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 233 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 242 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 212 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 161 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 86 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 45 Button
on (release) { gotoAndPlay (3); }
Symbol 124 MovieClip Frame 1
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 7
stop();
Symbol 212 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 212 MovieClip Frame 5
stopAllSounds();
Symbol 278 Button
on (release) { gotoAndStop (35); }
Symbol 286 Button
on (release) { gotoAndPlay (1); }
Symbol 290 Button
on (release) { gotoAndStop (29); }

Library Items

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

Instance Names

"mainGround"Frame 3Symbol 86 MovieClip
"kay"Frame 3Symbol 100 MovieClip
"spaceship2"Frame 3Symbol 31 MovieClip
"spaceship"Frame 3Symbol 124 MovieClip
"spaceshipk"Frame 3Symbol 124 MovieClip
"laser"Frame 3Symbol 128 MovieClip
"enemy1"Frame 3Symbol 161 MovieClip
"mainGround"Frame 5Symbol 86 MovieClip
"miku3"Frame 5Symbol 186 MovieClip
"miku2"Frame 5Symbol 205 MovieClip
"miku"Frame 5Symbol 209 MovieClip
"fire"Frame 5Symbol 128 MovieClip
"laser"Frame 5Symbol 212 MovieClip
"enemy1"Frame 5Symbol 161 MovieClip
"mainGround"Frame 7Symbol 86 MovieClip
"mikut3"Frame 7Symbol 233 MovieClip
"mikut2"Frame 7Symbol 233 MovieClip
"mikut"Frame 7Symbol 242 MovieClip
"laser"Frame 7Symbol 212 MovieClip
"enemy1"Frame 7Symbol 161 MovieClip
"mainGround"Frame 29Symbol 86 MovieClip
"mainGround"Frame 30Symbol 86 MovieClip
"mainGround"Frame 32Symbol 86 MovieClip
"mainGround"Frame 35Symbol 86 MovieClip
"walk"Symbol 32 MovieClip [spaceship2] Frame 1Symbol 31 MovieClip
"ground"Symbol 86 MovieClip Frame 1Symbol 85 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 163 EditableText""
scoreSymbol 213 EditableText""
scoreSymbol 243 EditableText""
scoreSymbol 246 EditableText""
scoreSymbol 249 EditableText""




http://swfchan.com/25/120556/info.shtml
Created: 5/3 -2019 06:14:25 Last modified: 5/3 -2019 06:14:25 Server time: 07/05 -2024 03:41:45