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

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

Sky Fighters.swf

This is the info page for
Flash #42787

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


Text
<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">&nbsp;</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>&gt;&gt;</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>&lt;&lt;</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 1
stop();
Frame 2
stop();
Frame 3
_root.onEnterFrame = function () { if (_root.score == "300") { gotoAndPlay ("new2"); } }; stop();
Frame 4
stop();
Instance of Symbol 62 MovieClip "bird" in Frame 4
onClipEvent (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 4
onClipEvent (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 5
numEnemy = 2; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 10); i++; } score = 0; stop();
Instance of Symbol 69 MovieClip "enemy1" in Frame 5
onClipEvent (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 9
numEnemy = 3; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 10); i++; } score = 0; stop();
Instance of Symbol 62 MovieClip "bird" in Frame 9
onClipEvent (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 9
onClipEvent (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 9
onClipEvent (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 10
i = 2; while (i <= numEnemy) { enemy1.removeMovieClip("enemy1"); i++; }
Symbol 30 Button
on (release) { gotoAndPlay ("novo1"); }
Symbol 33 Button
on (release) { gotoAndStop ("help"); }
Symbol 37 Button
on (release) { gotoAndPlay ("menu"); }
Symbol 41 MovieClip Frame 100
gotoAndPlay (1);
Symbol 47 Button
on (release, keyPress "<Space>") { _root.gotoAndStop("inicio1"); }
Symbol 48 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 131
_root.gotoAndStop("inicio2");
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 5
stop();
Symbol 73 Button
on (release, keyPress "<Space>") { _root.gotoAndStop("inicio2"); }
Symbol 74 MovieClip Frame 1
stop();
Symbol 77 Button
on (release) { gotoAndPlay ("new2"); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 FontUsed by:6
Symbol 4 FontUsed by:6 8
Symbol 5 FontUsed by:6 8
Symbol 6 EditableTextUses:3 4 5 7Used by:Timeline
Symbol 7 FontUsed by:6 8
Symbol 8 EditableTextUses:4 5 7Used by:Timeline
Symbol 9 GraphicUsed by:14
Symbol 10 FontUsed by:11 16 18 27 29 31 32 34 35 36 43 50 55 57 58 59 70 72 75 76
Symbol 11 TextUses:10Used by:14
Symbol 12 FontUsed by:13
Symbol 13 TextUses:12Used by:14
Symbol 14 MovieClipUses:9 11 13Used by:Timeline
Symbol 15 GraphicUsed by:20
Symbol 16 TextUses:10Used by:20
Symbol 17 GraphicUsed by:20
Symbol 18 TextUses:10Used by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:15 16 17 18 19Used by:Timeline
Symbol 21 GraphicUsed by:25
Symbol 22 GraphicUsed by:23 30 33 37 77
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:23Used by:25 30 33 37 77
Symbol 25 MovieClipUses:21 24Used by:Timeline
Symbol 26 GraphicUsed by:30 33 37 77
Symbol 27 TextUses:10Used by:30 77
Symbol 28 GraphicUsed by:30 33 37 77
Symbol 29 TextUses:10Used by:30 77
Symbol 30 ButtonUses:26 24 27 28 29 22Used by:Timeline
Symbol 31 TextUses:10Used by:33
Symbol 32 TextUses:10Used by:33
Symbol 33 ButtonUses:26 24 31 28 32 22Used by:Timeline
Symbol 34 TextUses:10Used by:Timeline
Symbol 35 TextUses:10Used by:37
Symbol 36 TextUses:10Used by:37
Symbol 37 ButtonUses:26 24 35 28 36 22Used by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:48 74
Symbol 43 TextUses:10Used by:48
Symbol 44 GraphicUsed by:45 47 73
Symbol 45 MovieClipUses:44Used by:46
Symbol 46 MovieClipUses:45Used by:47 73
Symbol 47 ButtonUses:46 44Used by:48
Symbol 48 MovieClipUses:42 43 47Used by:Timeline
Symbol 49 GraphicUsed by:56
Symbol 50 TextUses:10Used by:56
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:51 52Used by:56  Timeline
Symbol 54 FontUsed by:55
Symbol 55 TextUses:54 10Used by:56
Symbol 56 MovieClipUses:49 50 53 55Used by:Timeline
Symbol 57 EditableTextUses:10Used by:Timeline
Symbol 58 TextUses:10Used by:Timeline
Symbol 59 TextUses:10Used by:Timeline
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:60 61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 MovieClipUsed by:Timeline
Symbol 66 ShapeTweeningUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:66 67 68Used by:Timeline
Symbol 70 TextUses:10Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 TextUses:10Used by:74
Symbol 73 ButtonUses:46 44Used by:74
Symbol 74 MovieClipUses:42 72 73Used by:Timeline
Symbol 75 EditableTextUses:10Used by:Timeline
Symbol 76 TextUses:10Used by:Timeline
Symbol 77 ButtonUses:26 24 27 28 29 22Used by:Timeline

Instance Names

"bird"Frame 4Symbol 62 MovieClip
"laser"Frame 4Symbol 64 MovieClip
"enemy1"Frame 5Symbol 69 MovieClip
"bird"Frame 9Symbol 62 MovieClip
"laser"Frame 9Symbol 64 MovieClip
"enemy1"Frame 9Symbol 69 MovieClip

Special Tags

Protect (24)Timeline Frame 10 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

scoreSymbol 57 EditableText"0"
scoreSymbol 75 EditableText"0"




http://swfchan.com/9/42787/info.shtml
Created: 9/5 -2019 18:49:19 Last modified: 9/5 -2019 18:49:19 Server time: 16/05 -2024 06:49:48