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

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

squidS.swf

This is the info page for
Flash #120878

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


Text
<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>

Loading.

AlleyGames

arrows to move <- ->
Spacebar to zap squids.

start

miku's deep sea
adventure

This is a demo sample.

500

1500

1200

Try again!

go on click it again

go on click it again

ActionScript [AS1/AS2]

Frame 1
iFframeLoaded("end"); gotoAndPlay ("start");
Frame 5
ifFrameLoaded (_totalframes) { gotoAndPlay ("start"); }
Frame 7
stop(); numEnemy = 6; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0;
Frame 8
Instance of Symbol 79 MovieClip "spaceship" in Frame 8
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 6; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(32) and (laserCounter <= maxLasers)) { var my_sound = new Sound(); my_sound.loadSound("bomb5.mp3", false); var my_sound = new Sound(); my_sound.loadSound("bomb5.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 1; } } if (Key.isDown(9)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = false; } } else if (Key.isDown(39)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } if (Key.isDown(40)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; } }
Instance of Symbol 83 MovieClip "laser" in Frame 8
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 60; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (this._x > 600) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 124 MovieClip "enemy1" in Frame 8
onClipEvent (load) { function reset() { this._x = 700; this._y = random(300) + 100; enemySpeed = random(2) + 5; 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"); } }
Instance of Symbol 127 MovieClip "tt" in Frame 8
onClipEvent (load) { function reset() { this._x = 0; this.gotoAndStop(0); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndPlay(10); } }
Instance of Symbol 128 MovieClip "yk" in Frame 8
onClipEvent (load) { function reset() { this._x = 0; this.gotoAndStop(0); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndPlay(10); } }
Frame 9
numEnemy = 20; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0; stop();
Instance of Symbol 83 MovieClip "laser" in Frame 22
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 60; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (this._x > 600) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(2); } i++; } } }
Instance of Symbol 124 MovieClip "enemy1" in Frame 22
onClipEvent (load) { function reset() { this._x = 700; this._y = random(300) + 100; enemySpeed = random(2) + 5; 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(32); } }
Frame 23
stop();
Instance of Symbol 79 MovieClip "spaceship" in Frame 23
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; maxLasers = 6; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(32) and (laserCounter <= maxLasers)) { var my_sound = new Sound(); my_sound.loadSound("bomb5.mp3", false); var my_sound = new Sound(); my_sound.loadSound("bomb5.mp3", true); laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 1; } } if (Key.isDown(9)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = false; } } else if (Key.isDown(39)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37)) { this._x = this._x - moveSpeed; } if (Key.isDown(40)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == 39) { scrollStart = false; } }
Instance of Symbol 134 MovieClip "hh" in Frame 25
onClipEvent (load) { laserMoveSpeed = 0; this._x = _root.hh._x + 60; this._y = _root.hh._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (this._x > 600) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndStop(9); } i++; } } }
Frame 27
stop();
Instance of Symbol 128 MovieClip "yk" in Frame 27
onClipEvent (load) { function reset() { this._x = 0; this.gotoAndStop(0); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndPlay(10); } }
Instance of Symbol 127 MovieClip "tt" in Frame 27
onClipEvent (load) { function reset() { this._x = 0; this.gotoAndStop(0); } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.spaceship)) { _root.gotoAndPlay(10); } }
Frame 28
stop();
Frame 31
Frame 32
stopAllSounds();
Instance of Symbol 134 MovieClip "hh" in Frame 32
onClipEvent (load) { laserMoveSpeed = 0; this._x = _root.hh._x + 60; this._y = _root.hh._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (this._x > 600) { _root.spaceship.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndStop(9); } i++; } } }
Symbol 26 Button
on (release) { gotoAndPlay (7); }
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 102
stop();
Symbol 60 MovieClip Frame 1933
Symbol 60 MovieClip Frame 2000
gotoAndPlay (1920);
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 9
stop();
Symbol 136 Button
on (release) { gotoAndPlay (9); }
Symbol 146 Button
on (release) { gotoAndStop (25); }

Library Items

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

Instance Names

"spaceship"Frame 8Symbol 79 MovieClip
"laser"Frame 8Symbol 83 MovieClip
"enemy1"Frame 8Symbol 124 MovieClip
"tt"Frame 8Symbol 127 MovieClip
"yk"Frame 8Symbol 128 MovieClip
"laser"Frame 22Symbol 83 MovieClip
"enemy1"Frame 22Symbol 124 MovieClip
"spaceship"Frame 23Symbol 79 MovieClip
"hh"Frame 25Symbol 134 MovieClip
"yk"Frame 27Symbol 128 MovieClip
"tt"Frame 27Symbol 127 MovieClip
"hh"Frame 32Symbol 134 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 5 as "enemi"

Labels

"start"Frame 6
"ship"Frame 10
"end"Frame 25
"ship"Frame 27
"start"Frame 27
"gameOver"Frame 32

Dynamic Text Variables

scoreSymbol 129 EditableText""
scoreSymbol 137 EditableText""




http://swfchan.com/25/120878/info.shtml
Created: 5/3 -2019 02:44:34 Last modified: 5/3 -2019 02:44:34 Server time: 26/04 -2024 00:24:09