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

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

Reaction Game.swf

This is the info page for
Flash #49847

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


Text
Oi! Don't try
to cheat!
Cheater...

Click anywhere on-screen as soon as
you see this screen change.
If you click too early, you will lose.
The objective of the game is to react
as quickly as possible.

click the mouse as soon as the
screen turns yellow

how quickly can you react?

Quick! Click the mouse button!

You clicked the
mouse too early -
you lost!

Try again.

Your reaction time :

9876

9876

Your high score :

SUBMIT

<name>

enter your name
(to be shown next to your high
score)

<your e-mail>

enter your e-mail
(optional - this will be used to tell
you about future games or check
high scores.)

your
score

Should your e-mail be public?
(If your e-mail is public, everyone can
see it. Otherwise, only I can see it.)

yes

no

enter your name
(to be shown next to your high
score)

ActionScript [AS1/AS2]

Frame 1
var reactionTime = 9999; var reactionSeconds = 9999; var highscore = 999; var hhiigghhssccoorree = 100; var ppuubblliicc = 0; var ggaammeennuummbbeerr = 2; var nnuummbbeerrooffppllaayyss = 0; var error = 0; var ppaasssswwoorrdd = "sfdx7463"; _quality = "high"; var timer = 0;
Frame 2
var curtime = getTimer();
Frame 3
if (3000 < (getTimer() - curtime)) { gotoAndPlay (11); }
Frame 30
gotoAndPlay (33);
Frame 32
stop();
Frame 33
nnuummbbeerrooffppllaayyss++; stop();
Instance of Symbol 18 MovieClip in Frame 33
onClipEvent (load) { curtime = getTimer(); RANDOM = Math.random() * 77; _root.timer = 0; } onClipEvent (enterFrame) { curtime = curtime - RANDOM; if (20345 < (getTimer() - curtime)) { tellTarget ("_root") { gotoAndStop ("change"); }; } _root.timer++; } onClipEvent (mouseDown) { tellTarget ("_root") { gotoAndPlay ("death"); }; }
Frame 34
gotoAndStop (31);
Instance of Symbol 26 MovieClip in Frame 36
onClipEvent (load) { curtime = getTimer(); } onClipEvent (enterFrame) { } onClipEvent (mouseDown) { _root.reactionTime = getTimer() - curtime; _root.reactionTime = _root.reactionTime / 10; _root.reactionTime = Math.ceil(_root.reactionTime); _root.reactionSeconds = _root.reactionTime / 100; tellTarget ("_root") { gotoAndPlay ("after"); }; }
Frame 61
stop();
Frame 90
stop();
Instance of Symbol 47 MovieClip in Frame 90
onClipEvent (load) { if (_root.reactionSeconds < _root.highscore) { _root.highscore = _root.reactionSeconds; } if ((_root.highscore * 100) < _root.hhiigghhssccoorree) { _y = 300; } else { _y = 600; } }
Frame 91
hhiigghhssccoorree = highscore * 100; if (ppuubblliicc == 1) { gotoAndStop (92); }
Instance of Symbol 67 MovieClip in Frame 91
onClipEvent (enterFrame) { if (_root.error == 1) { _x = 172.9; _y = 99; } else { _x = -200; _y = -50; } }
Symbol 4 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 4 MovieClip Frame 2
gotoAndPlay (1);
Symbol 16 Button
on (press) { nnuummbbeerrooffppllaayyss++; gotoAndPlay (33); }
Symbol 21 MovieClip Frame 1
var curtime = getTimer(); var change = 0; curtime = curtime + (Math.random() * 4500); curtime = curtime + 500;
Instance of Symbol 19 MovieClip "base" in Symbol 21 MovieClip Frame 1
onClipEvent (load) { _y = _parent.ynew; _x = _parent.xnew; _parent.change = 0; }
Symbol 21 MovieClip Frame 2
if (curtime < getTimer()) { var offset = Math.ceil((Math.random() * 22) - 11); var ynew = (base._y + offset); offset = Math.ceil((Math.random() * 22) - 11); var xnew = (base._x + offset); if (25 < ynew) { ynew = 25; } if (ynew < -25) { ynew = -25; } if (25 < xnew) { xnew = 25; } if (xnew < -25) { xnew = -25; } gotoAndStop (4); }
Symbol 21 MovieClip Frame 3
gotoAndPlay (2);
Instance of Symbol 20 MovieClip "change" in Symbol 21 MovieClip Frame 4
onClipEvent (load) { _y = _parent.ynew; _x = _parent.xnew; _alpha = 0; CHANGERATE = Math.ceil(Math.random() * 5); } onClipEvent (enterFrame) { if (_alpha < 100) { _alpha = (_alpha + CHANGERATE); } else { _parent.change = 1; tellTarget (_parent) { play(); }; } }
Symbol 33 Button
on (press) { gotoAndPlay (33); }
Symbol 41 Button
on (press) { reactionTime = 9999; reactionSeconds = 9999; gotoAndPlay (33); }
Symbol 46 Button
on (press) { tellTarget ("_root") { gotoAndStop ("submit"); }; }
Symbol 48 Button
on (release) { if (_root.nnaammee != "<name>") { getURL ("http://bezman.deedz.net/scores.php", "_blank", "POST"); _root.error = 0; gotoAndPlay (62); } else { _root.error = 1; } }
Symbol 60 MovieClip Frame 15
stop();
Symbol 63 Button
on (press) { _root.ppuubblliicc = 1; gotoAndStop (92); }
Symbol 68 Button
on (press) { _root.ppuubblliicc = 0; gotoAndStop (91); }

Library Items

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

Instance Names

"bar"Symbol 4 MovieClip Frame 1Symbol 2 MovieClip
"base"Symbol 21 MovieClip Frame 1Symbol 19 MovieClip
"change"Symbol 21 MovieClip Frame 4Symbol 20 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$PJ$g0IIxCQRXlGQgDsJ4RDtR/."

Labels

"end"Frame 11
"cheater"Frame 31
"intro"Frame 32
"start"Frame 33
"change"Frame 36
"death"Frame 37
"after"Frame 62
"submit"Frame 91
"public"Frame 92
"ettor1"Frame 93
"warning1"Frame 94
"loaded"Symbol 4 MovieClip Frame 3
"check"Symbol 21 MovieClip Frame 2
"proceed"Symbol 21 MovieClip Frame 4

Dynamic Text Variables

_root.timerSymbol 36 EditableText""
_root.reactionSecondsSymbol 38 EditableText"9876"
_root.highscoreSymbol 39 EditableText"9876"
nnaammeeSymbol 50 EditableText"<name>"
_root.highscoreSymbol 52 EditableText""
eemmaaiillSymbol 53 EditableText"<your e-mail>"




http://swfchan.com/10/49847/info.shtml
Created: 27/4 -2019 10:32:17 Last modified: 27/4 -2019 10:32:17 Server time: 17/05 -2024 20:13:09