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

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

Fall Down.swf

This is the info page for
Flash #42316

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


Text
0%

X x X o l d s a l t X x X
P r e s e n t s . .

W e l c o m e   t o
F a l l D o w n .

T h e   o b j e c t   o f   t h e   g a m e   i s   t o
k e e p   t h e   b a l l   f r o m   g o i n g   o f f
t h e   t o p   o f   t h e   s c r e e n .

C o n t r o l s :
l e f t :   m o v e   b a l l   l e f t
r i g h t :   m o v e   b a l l   r i g h t

t

r

a

S

T h e   l e v e l   i n c r e a s e s   e v e r y   5   s e c o n d s ,
g e t t i n g   f a s t e r   a n d   f a s t e r   u n t i l   y o u   l o s e .

Score:

0

Level:

0

F i n a l   S c o r e :

0

P l a y   a g a i n ?

S U B M I T

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; stop(); this.onEnterFrame = function () { var _local1 = this; if (_local1.getBytesLoaded() < _local1.getBytesTotal()) { Total = _local1.getBytesTotal() / 1000; Received = _local1.getBytesLoaded() / 1000; Percentage = (Received / Total) * 100; _local1.loadingvar = int(Percentage) add "%"; } else { _local1.gotoAndPlay(2); _local1.onEnterFrame = null; } };
Frame 2
stop(); createEmptyMovieClip("alpha", _level0); with (alpha) { beginFill(0, 50); lineStyle(1, 0, 100); moveTo(75, 0); lineTo(75, 400); endFill(); } y1 = 4; x2 = 79; x1 = 75; y2 = 0; _root.count = 2; _root.count2 = 2; alpha.onEnterFrame = function () { if (_root.count <= 100) { _root.count = _root.count + 1; alpha.createEmptyMovieClip("intro" + _root.count, _root.count); with (alpha["intro" + _root.count]) { beginFill(0, 50); lineStyle(1, 0, 100); moveTo(75, y1); lineTo(x2, 400); endFill(); } y1 = y1 + 4; x2 = x2 + 4; } if (_root.count2 <= 102) { _root.count2 = _root.count2 + 1; alpha.createEmptyMovieClip("intro2" + _root.count2, _root.count2 + 100); with (alpha["intro2" + _root.count2]) { beginFill(0, 50); lineStyle(1, 0, 100); moveTo(x1, 0); lineTo(475, y2); endFill(); } x1 = x1 + 4; y2 = y2 + 4; } else { alpha.onEnterFrame = null; stop(); _root.alphaset = 100; xxxpre_mc.onEnterFrame = function () { var _local1 = _root; if (_local1.alphaset >= 0) { _local1.alphaset = _local1.alphaset - 20; xxxpre_mc._alpha = _local1.alphaset; alpha._alpha = _local1.alphaset; } else { xxxpre_mc.onEnterFrame = null; alpha.unloadMovie(); xxxpre_mc.unloadMovie(); nextFrame(); } }; } };
Frame 3
stop();
Frame 4
function moveStuff() { var _local1 = _root; if (Key.isDown(37)) { _local1.ball_mc._x = _local1.ball_mc._x - _local1.ball_mcspeed; } else if (Key.isDown(39)) { _local1.ball_mc._x = _local1.ball_mc._x + _local1.ball_mcspeed; } if (_local1.ball_mc._x > (StageWidth - (_local1.ball_mc._width / 2))) { _local1.ball_mc._x = StageWidth - (_local1.ball_mc._width / 2); } if (_local1.ball_mc._x < (_local1.ball_mc._width / 2)) { _local1.ball_mc._x = _local1.ball_mc._width / 2; } } function makeFloors() { if (_root["floor" + _root.count] == null) { _root.createEmptyMovieClip("floor" + _root.count, -16382); with (_root["floor" + _root.count]) { beginFill(0, 50); lineStyle(20, 0, 100); moveTo(-200, 0); lineTo(720, 0); endFill(); } _root.createEmptyMovieClip(("drop" + _root.count) + _root.count2, -16381); with (_root[("drop" + _root.count) + _root.count2]) { beginFill(16777215, 50); lineStyle(70, 16777215, 100); moveTo(0, -10); lineTo(0, 10); endFill(); } } _root.ball_Ygoto = 0; if (_root["floor" + _root.count]._y <= -20) { _root["floor" + _root.count]._y = 430; _root[("drop_x" + _root.count) + _root.count2] = Math.abs((Math.round(Math.random() * 12) * 30) + 18); _root[("drop" + _root.count) + _root.count2]._x = _root[("drop_x" + _root.count) + _root.count2]; _root[("drop" + _root.count) + _root.count2]._y = -430; } _root["floor" + _root.count]._y = _root["floor" + _root.count]._y - _root.floorspeed; _root[("drop" + _root.count) + _root.count2]._y = _root["floor" + _root.count]._y; _root.ball_Ytemp = -_root.floorspeed; if (_root.ball_mc._y >= 380) { _root.ball_Ytemp = 0; } if (((_root["floor" + _root.count]._y <= (_root.ball_mc._y + (_root.floorspeed * 7))) && (_root["floor" + _root.count]._y >= (_root.ball_mc._y - _root.floorspeed))) && ((_root.ball_mc._x < (_root[("drop" + _root.count) + _root.count2]._x - 35)) ^ (_root.ball_mc._x > (_root[("drop" + _root.count) + _root.count2]._x + 35)))) { _root.ball_Ygoto = _root["floor" + _root.count]._y - 20; } if (_root.ball_Ygoto == 0) { _root.ball_mc._y = _root.ball_mc._y - _root.ball_Ytemp; } else { _root.ball_mc._y = _root.ball_Ygoto; } if (_root.levelup >= 210) { _root.floorspeed = _root.floorspeed + 1; _root.levelup = 1; _root.keepscore = _root.keepscore + 1; } _root.levelup = _root.levelup + 1; _root.scorekeep = _root.scorekeep + 1; _root.score = _root.scorekeep * _root.floorspeed; if (_root.ball_mc._y <= 0) { _root.onEnterFrame = null; unloadMovie (_root["floor" + _root.count]); unloadMovie (_root[("drop" + _root.count) + _root.count2]); unloadMovie (_root.ball_mc); gotoAndPlay (4); } } stop(); _root.ball_mc._y = 5; _root.ball_mc._x = 245; _root.levelup = 1; _root.keepscore = 1; _root.scorekeep = 1; _root.floorspeed = 4; StageWidth = 520; _root.ball_mc.swapDepths(1); _root.ball_mc.swapDepths(_root.ball_mc); _root.ball_mcspeed = 20; _root.onEnterFrame = function () { moveStuff(); makeFloors(); };
Frame 5
stop();
Symbol 1 MovieClip Frame 30
gotoAndPlay (1);
Symbol 9 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "falldown"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); if (this.sessionvars.sessiontype != 2) { _root.is_a_challenge = 0; } else { _root.is_a_challenge = 1; } this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; _root.score = int(Number(_root.score)); if (_root.score != 0) { this.prequestvars.score = _root.score; } else { this.prequestvars.score = -1; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 17 Button
on (release) { gotoAndStop (4); }
Symbol 30 Button
on (release) { gotoAndStop (4); }
Symbol 43 Button
on (release) { gotoAndStop (3); }
Symbol 44 Button
on (release) { _root.gameover = 1; }

Library Items

Symbol 2 GraphicUsed by:1
Symbol 3 GraphicUsed by:1
Symbol 4 GraphicUsed by:1
Symbol 5 GraphicUsed by:1
Symbol 6 GraphicUsed by:1
Symbol 1 MovieClipUses:2 3 4 5 6Used by:Timeline
Symbol 7 FontUsed by:8
Symbol 8 EditableTextUses:7Used by:Timeline
Symbol 9 MovieClipUsed by:Timeline
Symbol 12 FontUsed by:11
Symbol 11 TextUses:12Used by:10
Symbol 10 MovieClipUses:11Used by:Timeline
Symbol 14 FontUsed by:13 15 16 25
Symbol 13 TextUses:14Used by:Timeline
Symbol 15 TextUses:14Used by:Timeline
Symbol 16 TextUses:14Used by:Timeline
Symbol 18 GraphicUsed by:17 30 43 44
Symbol 19 GraphicUsed by:17 30 43
Symbol 21 FontUsed by:20 22 23 24 39 42
Symbol 20 TextUses:21Used by:17 30 43
Symbol 22 TextUses:21Used by:17 30 43
Symbol 23 TextUses:21Used by:17 30 43
Symbol 24 TextUses:21Used by:17 30 43
Symbol 17 ButtonUses:18 19 20 22 23 24Used by:Timeline
Symbol 25 TextUses:14Used by:Timeline
Symbol 26 SoundUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:28
Symbol 28 MovieClipUses:29Used by:Timeline
Symbol 30 ButtonUses:18 19 20 22 23 24
Symbol 31 FontUsed by:32
Symbol 32 EditableTextUses:31Used by:Timeline
Symbol 33 FontUsed by:34
Symbol 34 EditableTextUses:33Used by:Timeline
Symbol 35 FontUsed by:36
Symbol 36 EditableTextUses:35Used by:Timeline
Symbol 37 FontUsed by:38
Symbol 38 EditableTextUses:37Used by:Timeline
Symbol 39 TextUses:21Used by:Timeline
Symbol 40 FontUsed by:41
Symbol 41 EditableTextUses:40Used by:Timeline
Symbol 42 TextUses:21Used by:Timeline
Symbol 43 ButtonUses:18 19 20 22 23 24Used by:Timeline
Symbol 46 FontUsed by:45
Symbol 45 TextUses:46Used by:44
Symbol 47 GraphicUsed by:44
Symbol 44 ButtonUses:18 45 47Used by:Timeline

Instance Names

"xxxpre_mc"Frame 2Symbol 10 MovieClip
"ball_mc"Frame 4Symbol 28 MovieClip
"score1"Frame 4Symbol 32 EditableText
"score2"Frame 4Symbol 34 EditableText
"score3"Frame 4Symbol 36 EditableText
"score4"Frame 4Symbol 38 EditableText
"end2"Frame 5Symbol 41 EditableText

Dynamic Text Variables

loadingvarSymbol 8 EditableText"0%"
_root.scoreSymbol 34 EditableText"0"
_root.keepscoreSymbol 38 EditableText"0"
_root.scoreSymbol 41 EditableText"0"




http://swfchan.com/9/42316/info.shtml
Created: 10/5 -2019 00:23:29 Last modified: 10/5 -2019 00:23:29 Server time: 22/05 -2024 01:36:56