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

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

Miku+.swf

This is the info page for
Flash #87323

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


Text
START

START

START

Tobeworld.com

100%

100%

50%

2%

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 61 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 75 MovieClip "fire" in Frame 3
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 76 MovieClip "kay" in Frame 3
onClipEvent (load) { _root.kay._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.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.kay._visible = true; } } onClipEvent (keyUp) { if (Key.getCode() == 37) { scrollStart = false; _root.kay._visible = false; _root.spaceship._visible = true; } }
Instance of Symbol 19 MovieClip "spaceship2" in Frame 3
onClipEvent (load) { _root.spaceship._visible = false; _root.spaceship2._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.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; } }
Instance of Symbol 90 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.spaceship2._visible = false; } }
Instance of Symbol 93 MovieClip "laser" in Frame 3
onClipEvent (load) { laserMoveSpeed = 60; this._x = _root.spaceship._x + 20; this._y = _root.spaceship._y - 74; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (1250 < this._x) { _root.spaceship.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 112 MovieClip "enemy1" in Frame 3
onClipEvent (load) { function reset() { this._x = 700; this._y = 262; 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 112 MovieClip "enemy1" in Frame 5
onClipEvent (load) { function reset() { this._x = 700; this._y = 262; 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 7
numEnemy = 3; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Instance of Symbol 112 MovieClip "enemy1" in Frame 7
onClipEvent (load) { function reset() { this._x = 700; this._y = 262; 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("gameOver"); } }
Frame 9
stop();
Symbol 32 Button
on (release) { gotoAndPlay (3); }
Symbol 90 MovieClip Frame 1
Symbol 93 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 93 MovieClip Frame 5
stopAllSounds();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 10
stop();
Symbol 121 Button
on (release) { gotoAndPlay (1); }

Library Items

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

Instance Names

"mainGround"Frame 3Symbol 61 MovieClip
"fire"Frame 3Symbol 75 MovieClip
"kay"Frame 3Symbol 76 MovieClip
"spaceship2"Frame 3Symbol 19 MovieClip
"spaceship"Frame 3Symbol 90 MovieClip
"laser"Frame 3Symbol 93 MovieClip
"enemy1"Frame 3Symbol 112 MovieClip
"enemy1"Frame 5Symbol 112 MovieClip
"enemy1"Frame 7Symbol 112 MovieClip
"walk"Symbol 20 MovieClip [spaceship2] Frame 1Symbol 19 MovieClip
"ground"Symbol 61 MovieClip Frame 1Symbol 60 MovieClip

Special Tags

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

Labels

"hit"Frame 5
"hit+"Frame 7
"gameOver"Frame 9

Dynamic Text Variables

scoreSymbol 113 EditableText""
scoreSymbol 116 EditableText""
scoreSymbol 118 EditableText""
scoreSymbol 122 EditableText""




http://swfchan.com/18/87323/info.shtml
Created: 30/3 -2019 01:07:06 Last modified: 30/3 -2019 01:07:06 Server time: 19/05 -2024 02:41:57