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

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

metan.swf

This is the info page for
Flash #13202

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


Text
ranking

ディスクの最適化

このドライブを最適化してください。

開始

ディスクの最適化

このドライブを最適化してください。

開始

ファイルシステムを最適化中

%完了

windows

例外   が

現在のアプリケーションを終了します。

* どれかキーを押すと、現在のアプリケーションを強制終了します。

*Ctrl+Alt+Delキーをもう一度押すと、コンピュータを再起動します。

アプリケーションで保存していないデータはすべて失われます。

Ctrl+Alt+Del

:xxxxxxxxで発生しました。

xxxx

NAME ENTRY
(Up to 6letter )

go!

RETRY

Meは頑張りました。

再起動

No.1

No.2

No.3

No.4

No.5

No.6

No.7

No.8

No.9

No.10

%断片化されました。

ActionScript [AS1/AS2]

Frame 1
stop(); _root.score = 0;
Frame 2
Mouse.hide(); stop();
Instance of Symbol 41 MovieClip "jiki_mc" in Frame 2
onClipEvent (load) { colo = 0; g = 0; tno = 0; tint = 30; tcnt = 0; _root.score = 0; sword_mc._visible = false; se = new Sound(); se1 = new Sound(); se.attachSound("se_sword"); se1.attachSound("se_sword1"); } onClipEvent (enterFrame) { function tamaPos(tmc) { switch (Math.floor(g)) { case 0 : tmc._x = 400; tmc._y = Math.random() * 400; tmc.deg = (Math.random() * 90) + 135; return; case 1 : tmc._x = Math.random() * 400; tmc._y = 400; tmc.deg = (Math.random() * 90) + 225; return; case 2 : tmc._x = 0; tmc._y = Math.random() * 400; tmc.deg = (Math.random() * 90) + 315; return; case 3 : tmc._x = Math.random() * 400; tmc._y = 0; tmc.deg = (Math.random() * 90) + 45; } } function tamaEvent() { this._rotation = this._rotation + 0; this._x = this._x + (this.speed * Math.cos((Math.PI/180) * this.deg)); this._y = this._y + (this.speed * Math.sin((Math.PI/180) * this.deg)); if (!this.hit_flag) { if (sword_mc._visible && (this.hitTest(sword_mc))) { this.deg = _rotation; this.speed = 20; this.hit_flag = true; _root.score = _root.score + 1; se.start(); } else if (this.hitTest(_x, _y, false)) { _root.gotoAndStop(3); } } if (((((this._x < 0) || (this._x > Stage.width)) || (this._y < 0)) || (this._y > Stage.height)) || (_root._currentframe == 1)) { this.removeMovieClip(); } } vx = (_root._xmouse - _x) / 4; vy = (_root._ymouse - _y) / 4; _x = (_x + vx); _y = (_y + vy); if ((Math.abs(vx) > 1) || (Math.abs(vy) > 1)) { _rotation = ((Math.atan2(vy, vx) * 180) / Math.PI); } if (sword_mc._visible) { sword_mc._rotation = sword_mc._rotation + 20; if (sword_mc._rotation == 180) { sword_mc._rotation = 0; sword_mc._visible = false; } if (sword_mc._rotation == 20) { se1.start(); } } if ((++tcnt) > tint) { tmc = _root.attachMovie("Tama", "tama" + tno, tno); _root.colo = _root.colo + 1; if (_root.colo > 2) { _root.colo = 0; } tmc.speed = random(10) + 2; tmc.hit_flag = false; tamaPos(tmc); tmc.onEnterFrame = tamaEvent; if ((++tno) > 1000) { tno = 0; } tcnt = 0; } tint = tint - 0.01; if (tint < 3) { tint = 3; } _root.tint = tint; g = random(4); if (_x < 40) { _x = 40; } if (_x > 360) { _x = 360; } if (_y < 40) { _y = 40; } if (_y > 360) { _y = 360; } } onClipEvent (mouseDown) { sword_mc._visible = true; }
Frame 3
Mouse.show(); stop();
Frame 4
CGIFile = "hibs.cgi?" + Math.floor(Math.random() * 1000); myLoadVars = new LoadVars(); myLoadVars.onLoad = function (success) { rank_in = false; i = 0; while (i < 10) { if (Number(myLoadVars["score" + i]) < score) { rank_in = true; } i++; } if (rank_in == true) { gotoAndStop (5); } else { stopAllSounds(); gotoAndStop (6); } }; myLoadVars.load(CGIFile); stop();
Frame 5
stop(); send_btn.onRelease = function () { stopAllSounds(); gotoAndPlay (6); };
Frame 6
CGIFile = "hibs.cgi?" + Math.floor(Math.random() * 1000); mySaveVars = new LoadVars(); mySaveVars.score = score; mySaveVars.playername = playername; myLoadVars = new LoadVars(); myLoadVars.onLoad = function (success) { rankingdata = ""; i = 0; while (i < 10) { tname = "rname" + (i + 1); eval (tname).text = myLoadVars["name" + i]; tname = "rscore" + (i + 1); eval (tname).text = myLoadVars["score" + i]; i++; } }; mySaveVars.sendAndLoad(CGIFile, myLoadVars, "POST"); stop();
Symbol 6 MovieClip [Tama] Frame 1
stop(); if (_root.colo > 0) { play(); }
Symbol 6 MovieClip [Tama] Frame 2
stop(); if (_root.colo > 1) { play(); }
Symbol 6 MovieClip [Tama] Frame 3
stop(); if (_root.colo > 2) { play(); }
Symbol 12 Button
on (press) { stopAllSounds(); gotoAndPlay (6); }
Symbol 24 Button
on (press) { gotoAndPlay (2); }
Symbol 52 Button
on (press) { gotoAndPlay (4); }
Symbol 64 Button
on (press) { stopAllSounds(); gotoAndPlay (1); }

Library Items

Symbol 1 Sound [se_sword1]
Symbol 2 Sound [se_sword]
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [Tama]Uses:3 4 5
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:12 58
Symbol 9 GraphicUsed by:12 58
Symbol 10 GraphicUsed by:12 58
Symbol 11 GraphicUsed by:12 58
Symbol 12 ButtonUses:8 9 10 11Used by:Timeline
Symbol 13 FontUsed by:14 59 65
Symbol 14 EditableTextUses:13Used by:Timeline
Symbol 15 GraphicUsed by:24
Symbol 16 FontUsed by:17 18 19 21 22 23
Symbol 17 EditableTextUses:16Used by:24
Symbol 18 EditableTextUses:16Used by:24
Symbol 19 EditableTextUses:16Used by:24
Symbol 20 GraphicUsed by:24
Symbol 21 EditableTextUses:16Used by:24
Symbol 22 EditableTextUses:16Used by:24
Symbol 23 EditableTextUses:16Used by:24
Symbol 24 ButtonUses:15 17 18 19 20 21 22 23Used by:Timeline
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:Timeline
Symbol 27 FontUsed by:28 29 43 66 69 70 73 76 79 82 85 88 91 94 97 100
Symbol 28 TextUses:27Used by:Timeline
Symbol 29 TextUses:27Used by:Timeline
Symbol 30 FontUsed by:31 55 71 72 74 75 77 78 80 81 83 84 86 87 89 90 92 93 95 96 98 99
Symbol 31 EditableTextUses:30Used by:Timeline
Symbol 32 GraphicUsed by:41
Symbol 33 GraphicUsed by:41
Symbol 34 GraphicUsed by:41
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:41
Symbol 37 GraphicUsed by:41
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:32 33 34 36 37 38 39 40Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 TextUses:27Used by:Timeline
Symbol 44 FontUsed by:45 46 47 48 49 50 53 54
Symbol 45 TextUses:44Used by:Timeline
Symbol 46 TextUses:44Used by:Timeline
Symbol 47 TextUses:44Used by:Timeline
Symbol 48 TextUses:44Used by:Timeline
Symbol 49 TextUses:44Used by:Timeline
Symbol 50 TextUses:44Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 ButtonUses:50 51Used by:Timeline
Symbol 53 TextUses:44Used by:Timeline
Symbol 54 EditableTextUses:44Used by:Timeline
Symbol 55 EditableTextUses:30Used by:Timeline
Symbol 56 FontUsed by:57
Symbol 57 EditableTextUses:56Used by:Timeline
Symbol 58 ButtonUses:8 9 10 11Used by:Timeline
Symbol 59 EditableTextUses:13Used by:Timeline
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 ButtonUses:60 61 62 63Used by:Timeline
Symbol 65 EditableTextUses:13Used by:Timeline
Symbol 66 TextUses:27Used by:67
Symbol 67 MovieClipUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 TextUses:27Used by:Timeline
Symbol 70 EditableTextUses:27Used by:Timeline
Symbol 71 EditableTextUses:30Used by:Timeline
Symbol 72 EditableTextUses:30Used by:Timeline
Symbol 73 EditableTextUses:27Used by:Timeline
Symbol 74 EditableTextUses:30Used by:Timeline
Symbol 75 EditableTextUses:30Used by:Timeline
Symbol 76 EditableTextUses:27Used by:Timeline
Symbol 77 EditableTextUses:30Used by:Timeline
Symbol 78 EditableTextUses:30Used by:Timeline
Symbol 79 EditableTextUses:27Used by:Timeline
Symbol 80 EditableTextUses:30Used by:Timeline
Symbol 81 EditableTextUses:30Used by:Timeline
Symbol 82 EditableTextUses:27Used by:Timeline
Symbol 83 EditableTextUses:30Used by:Timeline
Symbol 84 EditableTextUses:30Used by:Timeline
Symbol 85 EditableTextUses:27Used by:Timeline
Symbol 86 EditableTextUses:30Used by:Timeline
Symbol 87 EditableTextUses:30Used by:Timeline
Symbol 88 EditableTextUses:27Used by:Timeline
Symbol 89 EditableTextUses:30Used by:Timeline
Symbol 90 EditableTextUses:30Used by:Timeline
Symbol 91 EditableTextUses:27Used by:Timeline
Symbol 92 EditableTextUses:30Used by:Timeline
Symbol 93 EditableTextUses:30Used by:Timeline
Symbol 94 EditableTextUses:27Used by:Timeline
Symbol 95 EditableTextUses:30Used by:Timeline
Symbol 96 EditableTextUses:30Used by:Timeline
Symbol 97 EditableTextUses:27Used by:Timeline
Symbol 98 EditableTextUses:30Used by:Timeline
Symbol 99 EditableTextUses:30Used by:Timeline
Symbol 100 TextUses:27Used by:Timeline

Instance Names

"send_btn"Frame 1Symbol 12 Button
"jiki_mc"Frame 2Symbol 41 MovieClip
"send_btn"Frame 5Symbol 58 Button
"rname1"Frame 6Symbol 70 EditableText
"rscore1"Frame 6Symbol 72 EditableText
"rname2"Frame 6Symbol 73 EditableText
"rscore2"Frame 6Symbol 75 EditableText
"rname3"Frame 6Symbol 76 EditableText
"rscore3"Frame 6Symbol 78 EditableText
"rname4"Frame 6Symbol 79 EditableText
"rscore4"Frame 6Symbol 81 EditableText
"rname5"Frame 6Symbol 82 EditableText
"rscore5"Frame 6Symbol 84 EditableText
"rname6"Frame 6Symbol 85 EditableText
"rscore6"Frame 6Symbol 87 EditableText
"rname7"Frame 6Symbol 88 EditableText
"rscore7"Frame 6Symbol 90 EditableText
"rname8"Frame 6Symbol 91 EditableText
"rscore8"Frame 6Symbol 93 EditableText
"rname9"Frame 6Symbol 94 EditableText
"rscore9"Frame 6Symbol 96 EditableText
"rname10"Frame 6Symbol 97 EditableText
"rscore10"Frame 6Symbol 99 EditableText
"sword_mc"Symbol 41 MovieClip Frame 1Symbol 36 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "se_sword1"
ExportAssets (56)Timeline Frame 1Symbol 2 as "se_sword"
ExportAssets (56)Timeline Frame 1Symbol 6 as "Tama"

Labels

"check2"Frame 4
"toroku2"Frame 5
"ranking2"Frame 6

Dynamic Text Variables

scoreSymbol 31 EditableText""
scoreSymbol 54 EditableText"xxxx"
playernameSymbol 57 EditableText""




http://swfchan.com/3/13202/info.shtml
Created: 5/6 -2019 02:49:50 Last modified: 5/6 -2019 02:49:50 Server time: 05/05 -2024 00:07:51