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

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

Mili and Tary Copter.swf

This is the info page for
Flash #29291

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


Text
CLICK

LOADING...

LOADING..

LOADING.

LOADING

Mili&Tary Training

Part2

© by mili-tary.de

© by mili-tary.de

© by mili-tary.de

copyright by mili-tary.de

boden

himmel

wand

best:

000

000

CLICK

distance:

best:

000

000

best:

distance:

000

000

best:

000

ActionScript [AS1/AS2]

Frame 1
factor = _root.getBytesLoaded() / _root.getBytesTotal(); percent.text = Math.floor(factor * 100) + "%"; if (factor >= 1) { _root.gotoAndStop(3); }
Frame 2
_root.gotoAndPlay(1);
Frame 3
stop(); best = 0;
Frame 4
gotoAndPlay (1);
Frame 6
stop();
Frame 7
restart = false; scrollSpeed = 10; movieHeight = 300; movieWidth = 500; stop();
Instance of Symbol 48 MovieClip in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { this._x = this._x - scrollSpeed; if (this.hit(_root.helicopter)) { _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); } if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 52 MovieClip "wallBlock" in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if ((this._name != "wallBlock") && (_root.helicopter.scrollStart == true)) { this._x = this._x - scrollSpeed; if (this.hitTest(_root.helicopter)) { _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); } if (this._x <= -30) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 56 MovieClip "blockController" in Frame 7
onClipEvent (load) { y1 = this._y; y1Max = (_root.movieHeight - (this._height / 2)) - 5; y1Min = (this._height / 2) + 5; range = y1Max - y1Min; y2 = random(range) + (this._height / 2); x = random(30) + 30; ySpeed = (y2 - y1) / x; shrinkSpeed = 0.08; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { y1 = this._y; y1Max = (_root.movieHeight - (this._height / 2)) - 5; y1Min = (this._height / 2) + 5; range = y1Max - y1Min; if (((y2 + 5) >= y1) && (y1 >= (y2 - 5))) { y2 = random(range) + (this._height / 2); x = random(60) + 1; ySpeed = (y2 - y1) / x; } this._y = this._y + ySpeed; if (this._height > 180) { this._height = this._height - shrinkSpeed; } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 81 MovieClip "obstacle" in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if ((this._name != "obstacle") && (_root.helicopter.scrollStart == true)) { this._x = this._x - scrollSpeed; if (this.hitTest(_root.helicopter)) { this.a.play(); _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); _root.obstacle.gotoAndStop(205); } if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 82 MovieClip "wallA" in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { this._x = this._x - scrollSpeed; if (this.hitTest(_root.helicopter)) { _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); } if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 15 MovieClip in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { this._x = this._x - scrollSpeed; if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 83 MovieClip "WallB" in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { this._x = this._x - scrollSpeed; if (this.hitTest(_root.helicopter)) { _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); } if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 92 MovieClip "helicopter" in Frame 7
onClipEvent (load) { this.swapDepths(500); _root.trail._visible = false; depthCounter = 1; gravity = 0; friction = 0.9; scrollx = _root.mainGround.ground._width / 2; scrollStart = false; maxScrollSpeed = 30; trailStart = 10; upSound = new Sound(); upSound.attachSound("upSound"); downSound = new Sound(); downSound.attachSound("downSound"); } onClipEvent (mouseDown) { fly = true; if (broken != true) { downSound.stop(); upSound.start(); upSound.setVolume(40); } } onClipEvent (mouseUp) { fly = false; if (broken != true) { upSound.stop(); downSound.start(); downSound.setVolume(5); } } onClipEvent (enterFrame) { if (broken != true) { scrollSpeed = ((this._x / _root.mainGround.ground._width) * maxScrollSpeed) + 2; if ((fly == true) && (crashed != true)) { yspeed = yspeed - 2; gravity = 1.25; scrollStart = true; this._rotation = -2; } if (fly == false) { this._rotation = 1; } if (scrollStart == true) { _root.trail.duplicateMovieClip("trail" + depthCounter, depthCounter); _root["trail" + depthCounter]._visible = true; _root["trail" + depthCounter]._y = this._y; depthCounter++; if (depthCounter >= 99) { depthCounter = 1; } } yspeed = yspeed + gravity; yspeed = yspeed * friction; if (((_y + yspeed) + (_height / 2)) >= _root.wall1._y) { _y = (_root.wall1._y - (_height / 2)); broken = true; yspeed = 0; gravity = 0; scrollStart = false; this.gotoAndPlay("floor"); } else if (_root.wall3._y >= ((_y + yspeed) - (_height / 2))) { _y = (_root.wall3._y + (_height / 2)); yspeed = -yspeed; } else { _y = (_y + yspeed); } if (((_x + xspeed) + (_width / 2)) >= _root.wall2._x) { _x = (_root.wall2._x - (_width / 2)); xspeed = -xspeed; } else if (_root.wall4._x >= ((_x + xspeed) - (_width / 2))) { _x = (_root.wall4._x + (_width / 2)); xspeed = -xspeed; } else { _x = (_x + xspeed); } xspeed = xspeed * friction; } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 94 MovieClip "trail" in Frame 7
onClipEvent (load) { trailMoveSpeed = _root.scrollSpeed; this._y = _root.helicopter._y; this._x = (_root.helicopter._x - (_root.helicopter._width / 2)) - 4; } onClipEvent (enterFrame) { if (this._name != "trail") { this._x = this._x - trailMoveSpeed; if (this._x < 40) { this.removeMovieClip(); } } }
Instance of Symbol 96 MovieClip in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { this._x = this._x - scrollSpeed; if (this.hitTest(_root.helicopter)) { _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); } if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 98 MovieClip in Frame 7
onClipEvent (load) { scrollSpeed = _root.scrollSpeed; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { this._x = this._x - scrollSpeed; if (this.hitTest(_root.helicopter)) { _root.helicopter.broken = true; _root.helicopter.yspeed = 0; _root.helicopter.gravity = 0; _root.helicopter.scrollStart = false; _root.helicopter.play(); } if (this._x <= 0) { this.removeMovieClip(); } } if (_root.restart == true) { this.removeMovieClip(); } }
Instance of Symbol 100 MovieClip in Frame 7
onClipEvent (load) { depthCounter = 100; flag = false; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { if (flag == false) { flag = true; _root.wallBlock.duplicateMovieClip("wallBlock" + depthCounter, depthCounter); _root.wallBlock.duplicateMovieClip(("wallBlock" + depthCounter) + 1, depthCounter + 1); _root["wallBlock" + depthCounter]._y = (_root.blockController._y - (_root.blockController._height / 2)) - (_root.wallBlock._height / 2); _root[("wallBlock" + depthCounter) + 1]._y = (_root.blockController._y + (_root.blockController._height / 2)) + (_root.wallBlock._height / 2); } if (((_root.wallBlock._x - (0.75 * _root.wallBlock._width)) >= _root["wallBlock" + depthCounter]._x) && (_root["wallBlock" + depthCounter]._x >= (_root.wallBlock._x - (1.25 * _root.wallBlock._width)))) { depthCounter = depthCounter + 2; if (depthCounter >= 299) { depthCounter = 100; } _root.wallBlock.duplicateMovieClip("wallBlock" + depthCounter, depthCounter); _root.wallBlock.duplicateMovieClip(("wallBlock" + depthCounter) + 1, depthCounter + 1); _root["wallBlock" + depthCounter]._y = (_root.blockController._y - (_root.blockController._height / 2)) - (_root.wallBlock._height / 2); _root[("wallBlock" + depthCounter) + 1]._y = (_root.blockController._y + (_root.blockController._height / 2)) + (_root.wallBlock._height / 2); } } }
Instance of Symbol 101 MovieClip in Frame 7
onClipEvent (load) { depthCounter = 400; flag = false; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { if (flag == false) { flag = true; _root.obstacle.duplicateMovieClip("obstacle" + depthCounter, depthCounter); _root["obstacle" + depthCounter]._y = random(100) + 100; } if (((_root.movieWidth / 2) >= _root["obstacle" + depthCounter]._x) && (((_root.movieWidth / 2) - _root.obstacle._width) >= _root["obstacle" + depthCounter]._x)) { depthCounter++; if (depthCounter >= 420) { depthCounter = 400; } _root.obstacle.duplicateMovieClip("obstacle" + depthCounter, depthCounter); _root["obstacle" + depthCounter]._y = random(100) + 100; } } }
Instance of Symbol 91 MovieClip in Frame 7
onClipEvent (mouseDown) { this.nextFrame(); }
Instance of Symbol 107 MovieClip "scor" in Frame 7
onClipEvent (load) { this.swapDepths(1000); distance = 0; } onClipEvent (enterFrame) { if (_root.helicopter.scrollStart == true) { distance = distance + 1; } if (_root.restart == true) { if (_root.best < distance) { _root.best = distance; } this.removeMovieClip(); } }
Frame 8
restart = true; _root.score = _root.scor.distance;
Frame 9
stop(); loadMovieNum ("http://www.mili-tary.de/games/werbcop.swf", 10);
Symbol 5 MovieClip [startText] Frame 1
stop();
Symbol 5 MovieClip [startText] Frame 2
stop();
Symbol 31 Button
on (release) { gotoAndPlay (7); }
Symbol 39 Button
on (release) { getURL ("http://www.mili-tary.de", "_blank"); }
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 14
stop();
Symbol 81 MovieClip Frame 70
stop(); _root.obstacle.a.play();
Symbol 91 MovieClip Frame 14
stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
play(); downSound.stop(); upSound.stop();
Symbol 92 MovieClip Frame 15
_root.nextFrame();
Symbol 114 Button
on (release) { play(); }
Symbol 128 Button
on (release) { unloadMovieNum (10); _root.gotoAndPlay(7); }
Symbol 129 MovieClip Frame 20
stop();

Library Items

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

Instance Names

"wall1"Frame 7Symbol 43 MovieClip
"wall2"Frame 7Symbol 43 MovieClip
"wall4"Frame 7Symbol 43 MovieClip
"wallBlock"Frame 7Symbol 52 MovieClip
"blockController"Frame 7Symbol 56 MovieClip
"obstacle"Frame 7Symbol 81 MovieClip
"wallA"Frame 7Symbol 82 MovieClip
"WallB"Frame 7Symbol 83 MovieClip
"helicopter"Frame 7Symbol 92 MovieClip
"trail"Frame 7Symbol 94 MovieClip
"scor"Frame 7Symbol 107 MovieClip
"a"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "downSound"
ExportAssets (56)Timeline Frame 1Symbol 2 as "upSound"
ExportAssets (56)Timeline Frame 1Symbol 5 as "startText"
ExportAssets (56)Timeline Frame 1Symbol 8 as "startText"
ExportAssets (56)Timeline Frame 1Symbol 16 as "broken"

Labels

"start"Frame 7
"crash"Symbol 92 MovieClip Frame 2

Dynamic Text Variables

distanceSymbol 105 EditableText"000"
_root.bestSymbol 106 EditableText"000"
scoreSymbol 118 EditableText"000"
_root.bestSymbol 119 EditableText"000"
scoreSymbol 122 EditableText"000"
_root.bestSymbol 123 EditableText"000"
_root.bestSymbol 125 EditableText"000"




http://swfchan.com/6/29291/info.shtml
Created: 20/5 -2019 00:15:59 Last modified: 20/5 -2019 00:15:59 Server time: 27/04 -2024 08:18:00