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

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

MoeMoeOukoku_game_31-ice.swf

This is the info page for
Flash #84975

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


Text
ver007

100

31-ice

RANKING

3

2

1

00:00:00

00

0

0

00:00:00

00:00:00

message

mail

name

rankin

■送信

loading

MESSAGE

NAME

TIME

NEXT

BACK

RETURN

---

---------------------

----------

-------------

ActionScript [AS1/AS2]

Frame 1
fscommand ("showmenu", false);
Frame 59
stop();
Frame 161
stop(); _root.flashing._x = 275; _root.flashing._y = 200; _root.flashing._rotation = 0; _root.kocka1._visible = 0; _root.catchthis._visible = 0; koszalas = function () { this.onEnterFrame = function () { if (Math.round(Math.random() * 31) == 2) { this.bspeedx = Math.random() * 6; this.bspeedy = Math.random() * 6; this.bspeedr = Math.random() * 6; this.celx = Math.floor((Math.random() * (550 - this._width)) + this._width); this.cely = Math.floor((Math.random() * (400 - this._height)) + this._height); this.celr = Math.floor((Math.random() * (150 - this._rotation)) - this._rotation); } this.diffx = this.celx - this._x; this.diffy = this.cely - this._y; this.diffr = this.celr - this._rotation; this.speedx = Math.floor(this.bspeedx * this.diffx) / 100; this.speedy = Math.floor(this.bspeedy * this.diffy) / 100; this.speedr = Math.floor(this.bspeedr * this.diffr) / 100; this._x = this._x + this.speedx; this._y = this._y + this.speedy; this._rotation = this._rotation + this.speedr; updateAfterEvent(); if (this._name == _root.display) { this.swapDepths(99); } if (this.hitTest(_root._xmouse, _root._ymouse, false) && (this._name == _root.display)) { this._xscale = this._xscale + 50; this._yscale = this._yscale + 50; szar.start(); } if (this._xscale > 275) { this.play(); } }; }; startGame = function () { i = 1; while (i < 32) { kocka1.duplicateMovieClip(i, i); koszalas.apply(_root[i]); i++; } _root.display = 32 - (i - 1); }; startGame();
Instance of Symbol 19 MovieClip "time" in Frame 161
onClipEvent (load) { tempbyou = 0; tempfun = 0; tempjikan = 0; this.time = "00:00:00"; inittime = getTimer(); } onClipEvent (enterFrame) { tempbyou = Math.floor((getTimer() - inittime) / 1000); _root.time = getTimer() - inittime; tempfun = Math.floor(tempbyou / 60); tempjikan = Math.floor(tempfun / 60); tempbyou = (tempbyou - ((tempjikan * 60) * 60)) - (tempfun * 60); if (String(tempbyou).length == 1) { tempbyou = "0" + tempbyou; } if (String(tempfun).length == 1) { tempfun = "0" + tempfun; } if (String(tempjikan).length == 1) { tempjikan = "0" + tempjikan; } this.time = (((tempjikan + ":") + tempfun) + ":") + tempbyou; if (_root.display >= 32) { _root.times = time; _root.tempbyous = Math.floor((getTimer() - inittime) / 1000); _root.gotoAndPlay("31end"); } }
Frame 162
prevFrame();
Frame 163
gotoAndStop (1);
Frame 240
if (tempbyous >= touroku) { stop(); }
Frame 274
so = SharedObject.getLocal("ice"); name = so.data.name; mail = so.data.mail; Selection.setFocus(name); Selection.setFocus(mail); stop();
Frame 288
function showScores() { var i = 10; while (i > 0) { var tt = scoreboard["times" + (page + i)]; var nn = scoreboard["name" + (page + i)]; var mm = scoreboard["message" + (page + i)]; var L = this["Line" + i]; L.RankRan.text = (page + i) + "."; L.TimesRan.text = (tt.length ? (tt.toLowerCase()) : "-------------"); L.NameRan.text = (nn.length ? (nn.toLowerCase()) : "----------"); L.MessageRan.text = (mm.length ? (mm.toLowerCase()) : "---------------------"); L._visible = true; Loading._visible = false; i--; } } s = new Sound(); s.attachSound("\u30E9\u30F3\u30AD\u30F3\u30B0.mp3"); s.start(); System.useCodepage = true; page = 0; maxScore = 100; BackBtn._visible = (NextBtn._visible = false); scoreboard = new LoadVars(); if (score) { scoreboard.score = score; scoreboard.tetris = tetris; scoreboard.name = (name.length ? (name.toLowerCase()) : ""); scoreboard.message = message; } scoreboard.game = "ice"; scoreboard.sendAndLoad("index2.cgi", scoreboard, "POST"); scoreboard.onLoad = function (success) { if (success) { if (Boolean(scoreboard.success)) { NextBtn._visible = true; showScores(); } else { Loading.errorMsg = scoreboard.errorMsg.toLowerCase(); Loading.gotoAndStop(2); } } else { Loading.errorMsg = "could not load scores."; Loading.gotoAndStop(2); } }; stop();
Symbol 6 Button
on (release, keyPress "<Enter>") { gotoAndPlay (60); }
Symbol 12 Button
on (release, keyPress "<Down>") { gotoAndPlay (288); }
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
this._xscale = 50; this._yscale = 50; this._rotation = (Math.random() * 90) - 45;
Symbol 23 MovieClip Frame 9
_root.display = _root.display + 1;
Symbol 23 MovieClip Frame 10
this.removeMovieClip();
Symbol 41 Button
on (release) { touroku = tempbyous; System.useCodepage = true; so.data.name = name; so.data.mail = mail; loadVariablesNum ("index.cgi", 0, "POST"); stopAllSounds(); play(); }
Symbol 45 MovieClip Frame 1
stop(); errorMsg = "";
Symbol 51 Button
on (release, keyPress "<Right>") { page = page + 10; if (page > maxScore) { page = maxScore; } if (page > (maxScore - 20)) { NextBtn._visible = false; } BackBtn._visible = true; showScores(); }
Symbol 54 Button
on (release, keyPress "<Left>") { page = page - 10; if (page < 0) { page = 0; } if (page < 10) { BackBtn._visible = false; } NextBtn._visible = true; showScores(); }
Symbol 56 Button
on (release, keyPress "<Down>") { delete scoreboard; gotoAndPlay (1); }

Library Items

Symbol 1 GraphicUsed by:6 14 23  Timeline
Symbol 2 FontUsed by:3 4 24 35 57 58 59 60
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 EditableTextUses:2Used by:Timeline
Symbol 5 GraphicUsed by:Timeline
Symbol 6 ButtonUses:1Used by:Timeline
Symbol 7 FontUsed by:8 10 13 15 16 29 31 32 43 44 46 47 48 50 53 55
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 GraphicUsed by:12 56
Symbol 10 TextUses:7Used by:12
Symbol 11 SoundUsed by:12 23 51 54 56  Timeline
Symbol 12 ButtonUses:9 10 11Used by:Timeline
Symbol 13 TextUses:7Used by:Timeline
Symbol 14 ButtonUses:1Used by:Timeline
Symbol 15 TextUses:7Used by:Timeline
Symbol 16 TextUses:7Used by:Timeline
Symbol 17 FontUsed by:18 25 28
Symbol 18 EditableTextUses:17Used by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 FontUsed by:21 22
Symbol 21 EditableTextUses:20Used by:Timeline
Symbol 22 EditableTextUses:20Used by:23
Symbol 23 MovieClipUses:22 1 11Used by:Timeline
Symbol 24 EditableTextUses:2Used by:Timeline
Symbol 25 EditableTextUses:17Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 SoundUsed by:Timeline
Symbol 28 EditableTextUses:17Used by:Timeline
Symbol 29 TextUses:7Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 TextUses:7Used by:Timeline
Symbol 32 TextUses:7Used by:Timeline
Symbol 33 FontUsed by:34 36 37
Symbol 34 EditableTextUses:33Used by:Timeline
Symbol 35 EditableTextUses:2Used by:Timeline
Symbol 36 EditableTextUses:33Used by:Timeline
Symbol 37 EditableTextUses:33Used by:Timeline
Symbol 38 GraphicUsed by:41 42
Symbol 39 FontUsed by:40
Symbol 40 TextUses:39Used by:41 42
Symbol 41 ButtonUses:38 40Used by:Timeline
Symbol 42 ButtonUses:38 40Used by:Timeline
Symbol 43 TextUses:7Used by:45
Symbol 44 EditableTextUses:7Used by:45
Symbol 45 MovieClipUses:43 44Used by:Timeline
Symbol 46 TextUses:7Used by:Timeline
Symbol 47 TextUses:7Used by:Timeline
Symbol 48 TextUses:7Used by:Timeline
Symbol 49 GraphicUsed by:51
Symbol 50 TextUses:7Used by:51
Symbol 51 ButtonUses:49 50 11Used by:Timeline
Symbol 52 GraphicUsed by:54
Symbol 53 TextUses:7Used by:54
Symbol 54 ButtonUses:52 53 11Used by:Timeline
Symbol 55 TextUses:7Used by:56
Symbol 56 ButtonUses:9 55 11Used by:Timeline
Symbol 57 EditableTextUses:2Used by:61
Symbol 58 EditableTextUses:2Used by:61
Symbol 59 EditableTextUses:2Used by:61
Symbol 60 EditableTextUses:2Used by:61
Symbol 61 MovieClipUses:57 58 59 60Used by:Timeline

Instance Names

"time"Frame 161Symbol 19 MovieClip
"kocka1"Frame 161Symbol 23 MovieClip
"Loading"Frame 288Symbol 45 MovieClip
"NextBtn"Frame 288Symbol 51 Button
"BackBtn"Frame 288Symbol 54 Button
"Line10"Frame 288Symbol 61 MovieClip
"Line9"Frame 288Symbol 61 MovieClip
"Line8"Frame 288Symbol 61 MovieClip
"Line7"Frame 288Symbol 61 MovieClip
"Line6"Frame 288Symbol 61 MovieClip
"Line5"Frame 288Symbol 61 MovieClip
"Line4"Frame 288Symbol 61 MovieClip
"Line3"Frame 288Symbol 61 MovieClip
"Line2"Frame 288Symbol 61 MovieClip
"Line1"Frame 288Symbol 61 MovieClip
"RankRan"Symbol 61 MovieClip Frame 1Symbol 57 EditableText
"MessageRan"Symbol 61 MovieClip Frame 1Symbol 58 EditableText
"NameRan"Symbol 61 MovieClip Frame 1Symbol 59 EditableText
"TimesRan"Symbol 61 MovieClip Frame 1Symbol 60 EditableText

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"31op"Frame 1
"31start"Frame 60
"31play"Frame 161
"31end"Frame 164
"31hi"Frame 241
"31rank"Frame 288

Dynamic Text Variables

tourokuSymbol 4 EditableText"100"
timeSymbol 18 EditableText"00:00:00"
displaySymbol 21 EditableText"00"
_nameSymbol 22 EditableText"0"
tempbyousSymbol 24 EditableText"0"
timesSymbol 25 EditableText"00:00:00"
timesSymbol 28 EditableText"00:00:00"
messageSymbol 34 EditableText""
actionSymbol 35 EditableText"rankin"
nameSymbol 36 EditableText""
mailSymbol 37 EditableText""
errorMsgSymbol 44 EditableText""




http://swfchan.com/17/84975/info.shtml
Created: 31/3 -2019 04:51:39 Last modified: 31/3 -2019 04:51:39 Server time: 29/04 -2024 16:23:32