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

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

tube.swf

This is the info page for
Flash #19591

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


Text
START!

USE ARROW KEYS
in the game

MEMENTo
MORE

cansel

YOUR SCORE IS

with framerate

we are saving your score

RESTART!

about

Developed by GHOST
contact e-mail:
prosto_debug@yahoo.com
homepage:
http://ghost.aesthetic.ru
MUSIC BY AmpersaND

ActionScript [AS1/AS2]

Frame 1
_focusrect = false; if (!_global.started) { _global.started = 1; this.createEmptyMovieClip("snd1", 1000); _global.sound1 = new Sound(this.snd1); _global.sound1.setVolume(100); _global.sound1.attachSound("snd_fly1"); this.createEmptyMovieClip("snd2", 1001); _global.sound2 = new Sound(this.snd2); _global.sound2.setVolume(100); _global.sound2.attachSound("snd_fly2"); this.createEmptyMovieClip("snd3", 1002); _global.sound3 = new Sound(this.snd3); _global.sound3.setVolume(100); _global.sound3.attachSound("snd_fly3"); this.createEmptyMovieClip("snd4", 1003); _global.sound4 = new Sound(this.snd4); _global.sound4.setVolume(100); _global.sound4.attachSound("snd_break1"); this.createEmptyMovieClip("snd5", 1004); _global.sound5 = new Sound(this.snd5); _global.sound5.setVolume(100); _global.sound5.attachSound("snd_final1"); this.createEmptyMovieClip("snd6", 1005); _global.sound6 = new Sound(this.snd6); _global.sound6.setVolume(100); _global.sound6.attachSound("snd_start1"); this.createEmptyMovieClip("snd8", 1007); _global.sound8 = new Sound(this.snd8); _global.sound8.setVolume(100); _global.sound8.attachSound("snd_fly4"); this.createEmptyMovieClip("snd9", 1008); _global.sound9 = new Sound(this.snd9); _global.sound9.setVolume(100); _global.sound9.attachSound("snd_addlife"); this.createEmptyMovieClip("mainSnd", 1010); _global.sound10 = new Sound(this.snd1); _global.sound10.setVolume(80); _global.sound10.attachSound("mainSnd"); stop(); }
Frame 2
_global.sound10.stop(); _global.sound10.start(0, 10000000);
Frame 9
wait = 1;
Frame 10
stop();
Frame 16
function decLive(count) { _global.sound4.start(0, 1); _global.sound1.stop(); _global.sound2.stop(); _global.sound3.stop(); _global.sound8.stop(); this.live = this.live - count; if (live < 0) { play(); _global.sound5.start(0, 1); } flame.gotoAndPlay(2); } function incLive(count) { _global.sound9.start(0, 1); this.live = this.live + count; } Mouse.hide(); _quality = "LOW"; cnt = 0; live = 10; _global.startTimer = getTimer(); _global.nframes = 0;
Instance of Symbol 76 MovieClip in Frame 16
onClipEvent (enterFrame) { _global.nframes++; rot = this._rotation; roto = rot; if (Key.isDown(39)) { rot = rot + 10; } if (Key.isDown(37)) { rot = rot - 10; } if ((rot == roto) && (roto != 0)) { rot = int(rot * 0.9); } if (rot != this._rotation) { this._rotation = rot; } }
Frame 18
stop();
Frame 19
Mouse.show(); _quality = "HIGH"; _global.score = cnt; _global.frameRate = (_global.nframes / (getTimer() - _global.startTimer)) * 1000;
Frame 20
aboutFlag = 0; lscore = _global.score;
Frame 25
_global.sound10.stop(); _global.sound10.start(0, 1000000);
Frame 41
_global.sendFlag = 1; stop(); delete loadData; delete sendData; loadData = new LoadVars(); sendData = new LoadVars(); sendData.score = lscore; loadData.onLoad = function (success) { if (_global.sendFlag == 1) { gotoAndStop (42); } }; sendData.sendAndLoad("highscore.php", loadData, "post");
Frame 42
_global.sendFlag = 0; stop();
Frame 46
if (!aboutFlag) { gotoAndPlay (1); }
Frame 53
stop();
Frame 58
gotoAndPlay (1);
Symbol 25 MovieClip [mm4] Frame 1
angle = int(Math.random() * 1000) % 360; this._rotation = angle;
Symbol 25 MovieClip [mm4] Frame 40
angle = Math.abs(int(angle + _parent._rotation) % 360); buf = _parent._parent.fig.fig.fig.fig._currentframe; if (((angle < 30) || (angle > 330)) && (buf > 2)) { this._alpha = 0; _parent._parent.incLive(1); } else if (((angle > 150) && (angle < 240)) && (buf == 1)) { this._alpha = 0; _parent._parent.incLive(1); }
Symbol 25 MovieClip [mm4] Frame 42
_parent._parent.fig.fig.fig.fig.glow._visible = false; this.removeMovieClip();
Symbol 34 MovieClip [mm3] Frame 1
angle = int(Math.random() * 1000) % 360; this._rotation = angle;
Symbol 34 MovieClip [mm3] Frame 40
_global.sound3.start(0, 1); angle = Math.abs(int(angle + _parent._rotation) % 360); if (((angle < 60) || (angle > 300)) || ((angle > 120) && (angle < 240))) { buf = _parent._parent.fig.fig.fig.fig._currentframe; if (buf != 2) { _parent._parent.decLive(1); } } else { _parent._parent.decLive(1); }
Symbol 34 MovieClip [mm3] Frame 42
this.removeMovieClip();
Symbol 38 MovieClip [mm6] Frame 1
angle = int(Math.random() * 1000) % 360; this._rotation = angle;
Symbol 38 MovieClip [mm6] Frame 34
_global.sound8.start(0, 1);
Symbol 38 MovieClip [mm6] Frame 40
angle = Math.abs(int(angle + _parent._rotation) % 360); if (((angle < 45) || (angle > 315)) || ((angle > 135) && (angle < 225))) { } else { buf = _parent._parent.fig.fig.fig.fig._currentframe; if (buf < 3) { _parent._parent.decLive(1); } }
Symbol 38 MovieClip [mm6] Frame 42
this.removeMovieClip();
Symbol 41 MovieClip [mm5] Frame 1
angle = int(Math.random() * 1000) % 360; this._rotation = angle;
Symbol 41 MovieClip [mm5] Frame 34
_global.sound2.start(0, 1);
Symbol 41 MovieClip [mm5] Frame 40
buf = _parent._parent.fig.fig.fig.fig._currentframe; if (buf < 3) { _parent._parent.decLive(1); }
Symbol 41 MovieClip [mm5] Frame 42
this.removeMovieClip();
Symbol 45 MovieClip [mm2] Frame 1
angle = int(Math.random() * 1000) % 360; this._rotation = angle;
Symbol 45 MovieClip [mm2] Frame 30
_global.sound1.start(0, 1);
Symbol 45 MovieClip [mm2] Frame 40
angle = Math.abs(int(angle + _parent._rotation) % 360); if ((angle > 115) && (angle < 230)) { buf = _parent._parent.fig.fig.fig.fig._currentframe; if ((buf < 5) || (buf > 18)) { _parent._parent.decLive(2); } }
Symbol 45 MovieClip [mm2] Frame 42
this.removeMovieClip();
Symbol 56 Button
on (release, releaseOutside, keyPress "<Enter>") { if (wait) { wait = 0; play(); _global.sound6.start(0, 1); } }
Symbol 58 Button
on (release, releaseOutside) { play(); }
Symbol 75 MovieClip Frame 8
if (Math.random() > 0.1) { _parent.addFurd(); }
Symbol 76 MovieClip Frame 1
function addFurd() { this._parent.cnt++; this.cnt--; if (this.cnt < 1000) { this.cnt = 2000; } if (Math.random() < 0.3) { this.attachMovie("mm2", "mm" + this.cnt, this.cnt); } else if ((_parent.cnt > 50) && (Math.random() < (0.2 + (this._parent.cnt / 1000)))) { if (_global.disableCenter) { _global.disableCenter--; } else { this.attachMovie("mm3", "mm" + this.cnt, this.cnt); _global.disableJump = 1; } } else if ((_parent.cnt > 150) && (Math.random() < (0.2 + (this._parent.cnt / 1000)))) { if (_global.disableCenter) { _global.disableCenter--; } else { this.attachMovie("mm6", "mm" + this.cnt, this.cnt); _global.disableJump = 1; } } else if ((_parent.cnt > 100) && (Math.random() > 0.95)) { this.attachMovie("mm4", "mm" + this.cnt, this.cnt); } else if (Math.random() < 0.2) { if (_global.disableJump) { _global.disableJump--; } else { this.attachMovie("mm5", "mm" + this.cnt, this.cnt); _global.disableCenter = 1; _global.disableJump = 1; } } } this.cnt = 2000;
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 20
gotoAndStop (1);
Instance of Symbol 83 MovieClip "fig" in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(38)) { if ((this._currentframe == 1) || (this._currentframe > 18)) { this.gotoAndPlay(3); } } else if (Key.isDown(40)) { if (this._currentframe == 1) { this.gotoAndStop(2); } } else if (this._currentframe == 2) { this.gotoAndStop(1); } }
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 5
_global.sound10.stop(); _global.sound10.start(0, 1000000);
Symbol 113 MovieClip Frame 1
this.lscore = _parent.lscore; this.frate = Math.floor(_global.frameRate);
Symbol 115 Button
on (release, releaseOutside) { _global.sendFlag = 0; gotoAndStop (42); }
Symbol 118 Button
on (release, releaseOutside) { play(); }
Symbol 121 Button
on (release, releaseOutside, keyPress "<Enter>") { aboutFlag = 1; play(); }
Symbol 126 Button
on (release, releaseOutside, keyPress "<Enter>") { play(); }

Library Items

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

Instance Names

"fig"Frame 16Symbol 86 MovieClip
"flame"Frame 16Symbol 95 MovieClip
"scores"Frame 35Symbol 113 MovieClip
"fig"Symbol 84 MovieClip Frame 1Symbol 83 MovieClip
"fig"Symbol 85 MovieClip Frame 1Symbol 84 MovieClip
"fig"Symbol 86 MovieClip Frame 1Symbol 85 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "mainSnd"
ExportAssets (56)Timeline Frame 1Symbol 2 as "snd_start1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "snd_fly4"
ExportAssets (56)Timeline Frame 1Symbol 4 as "snd_fly3"
ExportAssets (56)Timeline Frame 1Symbol 5 as "snd_fly2"
ExportAssets (56)Timeline Frame 1Symbol 6 as "snd_fly1"
ExportAssets (56)Timeline Frame 1Symbol 7 as "snd_final1"
ExportAssets (56)Timeline Frame 1Symbol 8 as "snd_break1"
ExportAssets (56)Timeline Frame 1Symbol 9 as "snd_addlife"
ExportAssets (56)Timeline Frame 1Symbol 25 as "mm4"
ExportAssets (56)Timeline Frame 1Symbol 34 as "mm3"
ExportAssets (56)Timeline Frame 1Symbol 38 as "mm6"
ExportAssets (56)Timeline Frame 1Symbol 41 as "mm5"
ExportAssets (56)Timeline Frame 1Symbol 45 as "mm2"

Labels

"l1"Frame 1
"endSave"Frame 42

Dynamic Text Variables

cntSymbol 97 EditableText""
liveSymbol 98 EditableText""
lscoreSymbol 109 EditableText""
frateSymbol 111 EditableText""




http://swfchan.com/4/19591/info.shtml
Created: 29/5 -2019 20:16:11 Last modified: 29/5 -2019 20:16:11 Server time: 29/04 -2024 05:09:16