STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229428 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2574 · P5147 |
This is the info page for Flash #42787 |
<p align="center"><font face="dubbem" size="23" color="#ffff00"><a href="http://www.thepcmanwebsite.com" target = "_top">The PCman website </a><font size="22" color="#ff0000"><a href="http://www.thepcmanwebsite.com" target = "_top"> </a><font face="Arial" size="15" color="#ffffff"><a href="http://www.thepcmanwebsite.com" target = "_top"><b><i>fun, free games-web tools-freeware!!</i></b></a><font size="22" color="#ff0000"><a href="http://www.thepcmanwebsite.com" target = "_top"><i> </i></a></font></font></font></font></p> |
<p align="center"><font face="Arial" size="18" color="#ffff00"><a href="http://www.thepcmanwebsite.com/affiliate_games.shtml" target = "_top"><b>>></b></a><font color="#ffffff"><a href="http://www.thepcmanwebsite.com/affiliate_games.shtml" target = "_top"><b>Click Here</b></a><font color="#0000ff"><a href="http://www.thepcmanwebsite.com/affiliate_games.shtml" target = "_top"><b> to Add FREE Games to Your Site!!</b></a></font></font><a href="http://www.thepcmanwebsite.com/affiliate_games.shtml" target = "_top"><b><<</b></a></font></p> |
Fighters |
SKy |
DarK Devil Games |
Present |
New game |
New game |
help |
help |
Use arrow keys to move. Use space to shoot. |
Back |
Back |
LEVEL 1 press space when ready. |
Level |
{DarK_Devil} |
0 |
1 |
Score: |
Gameover |
LEVEL 2 press space when ready. |
0 |
2 |
ActionScript [AS1/AS2]
Frame 1stop();Frame 2stop();Frame 3_root.onEnterFrame = function () { if (_root.score == "300") { gotoAndPlay ("new2"); } }; stop();Frame 4stop();Instance of Symbol 62 MovieClip "bird" in Frame 4onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 5; maxLasers = 8; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(32) and (laserCounter <= maxLasers)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 1; } } if (Key.isDown(39) && (this._x < 600)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) && (this._x > 45)) { this._x = this._x - moveSpeed; } if (Key.isDown(40) && (this._y < 580)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38) && (this._y > 400)) { this._y = this._y - moveSpeed; } }Instance of Symbol 64 MovieClip "laser" in Frame 4onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.bird._x; this._y = _root.bird._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._y = this._y - laserMoveSpeed; if (this._y < 17.5) { _root.bird.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }Frame 5numEnemy = 2; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 10); i++; } score = 0; stop();Instance of Symbol 69 MovieClip "enemy1" in Frame 5onClipEvent (load) { function reset() { var _local1 = this; _local1._x = random(550) + 40; _local1._y = 1; enemySpeed = random(12) + 4; _local1.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { this._y = this._y + enemySpeed; if (this._y > 640) { reset(); } if (this.hitTest(_root.bird)) { _root.gotoAndStop("gameOver1"); } }Frame 8_root.onEnterFrame = function () { if (_root.score == "pontos") { gotoAndPlay (""); } }; stop();Frame 9numEnemy = 3; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 10); i++; } score = 0; stop();Instance of Symbol 62 MovieClip "bird" in Frame 9onClipEvent (load) { moveSpeed = 15; _root.laser._visible = false; laserCounter = 5; maxLasers = 8; depthCounter = 1; } onClipEvent (enterFrame) { if (Key.isDown(32) and (laserCounter <= maxLasers)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + depthCounter, depthCounter); _root["laser" + depthCounter]._visible = true; depthCounter++; if (depthCounter > maxLasers) { depthCounter = 1; } } if (Key.isDown(39) && (this._x < 600)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) && (this._x > 45)) { this._x = this._x - moveSpeed; } if (Key.isDown(40) && (this._y < 580)) { this._y = this._y + moveSpeed; } else if (Key.isDown(38) && (this._y > 400)) { this._y = this._y - moveSpeed; } }Instance of Symbol 64 MovieClip "laser" in Frame 9onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.bird._x; this._y = _root.bird._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._y = this._y - laserMoveSpeed; if (this._y < 17.5) { _root.bird.laserCounter--; this.removeMovieClip(); } i = 1; while (i <= _root.numEnemy) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 10; _root["enemy" + i].gotoAndPlay(2); } i++; } } }Instance of Symbol 69 MovieClip "enemy1" in Frame 9onClipEvent (load) { function reset() { var _local1 = this; _local1._x = random(550) + 40; _local1._y = 1; enemySpeed = random(16) + 4; _local1.gotoAndStop(1); } reset(); } onClipEvent (enterFrame) { this._y = this._y + enemySpeed; if (this._y > 640) { reset(); } if (this.hitTest(_root.bird)) { _root.gotoAndStop("gameOver2"); } }Frame 10i = 2; while (i <= numEnemy) { enemy1.removeMovieClip("enemy1"); i++; }Symbol 30 Buttonon (release) { gotoAndPlay ("novo1"); }Symbol 33 Buttonon (release) { gotoAndStop ("help"); }Symbol 37 Buttonon (release) { gotoAndPlay ("menu"); }Symbol 41 MovieClip Frame 100gotoAndPlay (1);Symbol 47 Buttonon (release, keyPress "<Space>") { _root.gotoAndStop("inicio1"); }Symbol 48 MovieClip Frame 1stop();Symbol 65 MovieClip Frame 131_root.gotoAndStop("inicio2");Symbol 69 MovieClip Frame 1stop();Symbol 69 MovieClip Frame 5stop();Symbol 73 Buttonon (release, keyPress "<Space>") { _root.gotoAndStop("inicio2"); }Symbol 74 MovieClip Frame 1stop();Symbol 77 Buttonon (release) { gotoAndPlay ("new2"); }
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:Timeline |
Symbol 3 Font | Used by:6 | |
Symbol 4 Font | Used by:6 8 | |
Symbol 5 Font | Used by:6 8 | |
Symbol 6 EditableText | Uses:3 4 5 7 | Used by:Timeline |
Symbol 7 Font | Used by:6 8 | |
Symbol 8 EditableText | Uses:4 5 7 | Used by:Timeline |
Symbol 9 Graphic | Used by:14 | |
Symbol 10 Font | Used by:11 16 18 27 29 31 32 34 35 36 43 50 55 57 58 59 70 72 75 76 | |
Symbol 11 Text | Uses:10 | Used by:14 |
Symbol 12 Font | Used by:13 | |
Symbol 13 Text | Uses:12 | Used by:14 |
Symbol 14 MovieClip | Uses:9 11 13 | Used by:Timeline |
Symbol 15 Graphic | Used by:20 | |
Symbol 16 Text | Uses:10 | Used by:20 |
Symbol 17 Graphic | Used by:20 | |
Symbol 18 Text | Uses:10 | Used by:20 |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 MovieClip | Uses:15 16 17 18 19 | Used by:Timeline |
Symbol 21 Graphic | Used by:25 | |
Symbol 22 Graphic | Used by:23 30 33 37 77 | |
Symbol 23 MovieClip | Uses:22 | Used by:24 |
Symbol 24 MovieClip | Uses:23 | Used by:25 30 33 37 77 |
Symbol 25 MovieClip | Uses:21 24 | Used by:Timeline |
Symbol 26 Graphic | Used by:30 33 37 77 | |
Symbol 27 Text | Uses:10 | Used by:30 77 |
Symbol 28 Graphic | Used by:30 33 37 77 | |
Symbol 29 Text | Uses:10 | Used by:30 77 |
Symbol 30 Button | Uses:26 24 27 28 29 22 | Used by:Timeline |
Symbol 31 Text | Uses:10 | Used by:33 |
Symbol 32 Text | Uses:10 | Used by:33 |
Symbol 33 Button | Uses:26 24 31 28 32 22 | Used by:Timeline |
Symbol 34 Text | Uses:10 | Used by:Timeline |
Symbol 35 Text | Uses:10 | Used by:37 |
Symbol 36 Text | Uses:10 | Used by:37 |
Symbol 37 Button | Uses:26 24 35 28 36 22 | Used by:Timeline |
Symbol 38 Graphic | Used by:Timeline | |
Symbol 39 Graphic | Used by:40 | |
Symbol 40 MovieClip | Uses:39 | Used by:41 |
Symbol 41 MovieClip | Uses:40 | Used by:Timeline |
Symbol 42 Graphic | Used by:48 74 | |
Symbol 43 Text | Uses:10 | Used by:48 |
Symbol 44 Graphic | Used by:45 47 73 | |
Symbol 45 MovieClip | Uses:44 | Used by:46 |
Symbol 46 MovieClip | Uses:45 | Used by:47 73 |
Symbol 47 Button | Uses:46 44 | Used by:48 |
Symbol 48 MovieClip | Uses:42 43 47 | Used by:Timeline |
Symbol 49 Graphic | Used by:56 | |
Symbol 50 Text | Uses:10 | Used by:56 |
Symbol 51 Graphic | Used by:53 | |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip | Uses:51 52 | Used by:56 Timeline |
Symbol 54 Font | Used by:55 | |
Symbol 55 Text | Uses:54 10 | Used by:56 |
Symbol 56 MovieClip | Uses:49 50 53 55 | Used by:Timeline |
Symbol 57 EditableText | Uses:10 | Used by:Timeline |
Symbol 58 Text | Uses:10 | Used by:Timeline |
Symbol 59 Text | Uses:10 | Used by:Timeline |
Symbol 60 Graphic | Used by:62 | |
Symbol 61 Graphic | Used by:62 | |
Symbol 62 MovieClip | Uses:60 61 | Used by:Timeline |
Symbol 63 Graphic | Used by:64 | |
Symbol 64 MovieClip | Uses:63 | Used by:Timeline |
Symbol 65 MovieClip | Used by:Timeline | |
Symbol 66 ShapeTweening | Used by:69 | |
Symbol 67 Graphic | Used by:69 | |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:66 67 68 | Used by:Timeline |
Symbol 70 Text | Uses:10 | Used by:Timeline |
Symbol 71 Graphic | Used by:Timeline | |
Symbol 72 Text | Uses:10 | Used by:74 |
Symbol 73 Button | Uses:46 44 | Used by:74 |
Symbol 74 MovieClip | Uses:42 72 73 | Used by:Timeline |
Symbol 75 EditableText | Uses:10 | Used by:Timeline |
Symbol 76 Text | Uses:10 | Used by:Timeline |
Symbol 77 Button | Uses:26 24 27 28 29 22 | Used by:Timeline |
Instance Names
"bird" | Frame 4 | Symbol 62 MovieClip |
"laser" | Frame 4 | Symbol 64 MovieClip |
"enemy1" | Frame 5 | Symbol 69 MovieClip |
"bird" | Frame 9 | Symbol 62 MovieClip |
"laser" | Frame 9 | Symbol 64 MovieClip |
"enemy1" | Frame 9 | Symbol 69 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 0 bytes "" |
Labels
"menu" | Frame 1 |
"help" | Frame 2 |
"novo1" | Frame 3 |
"espera1" | Frame 4 |
"inicio1" | Frame 5 |
"gameover1" | Frame 6 |
"pass1" | Frame 7 |
"new2" | Frame 8 |
"inicio2" | Frame 9 |
"gameover2" | Frame 10 |
"pass2" | Frame 11 |
Dynamic Text Variables
score | Symbol 57 EditableText | "0" |
score | Symbol 75 EditableText | "0" |
|