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

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

Spot The Dot - test your photographic memory skills.swf

This is the info page for
Flash #89187

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


Text
Click on the dot

Now click on the new dot. Clicking the old
dot will make you lose the round.

Repeat the procedure. Just remember that you
can never click on an old dot.
How long will you last?

Good luck... You'll need it.

0

Start the game

Start the game

Start the game

Tutorial

Tutorial

Tutorial

Show the background counter

Color game

Spot the dot

Check out my DeviantART account!

Check out my DeviantART account!

Check out my DeviantART account!

Check out my DeviantART account

Nice try!

Good try!

Awesome!

Good game!

Nice, now try again!

Pretty nice!

Look at that!

You're good at this!

Nice attempt!

You came this far...

Try again

Try again

Try again

0

0

You got

Your all-time best score is

New record!

ActionScript [AS1/AS2]

Frame 1
stop(); mute = false; tut = false; tutz = 0; clr = false; bg = true; MC._visible = false; sfx = new Sound(); sfx.attachSound("pipe"); player = new Object(); playerSO = SharedObject.getLocal("playerHighscore"); var clrz = new Array(); clrz[0] = "0xb63270"; clrz[1] = "0x9c32b6"; clrz[2] = "0x3e32b6"; clrz[3] = "0x3299b6"; clrz[4] = "0x32b657"; clrz[5] = "0xc4bb2a"; clrz[6] = "0xb68332"; clrz[7] = "0xb64132"; clrz[8] = "0xffffff"; clrz[9] = "0xcccccc"; setup = function () { spotCount = 1; startz = true; score = 0; onEnterFrame = function () { MC.score_txt.text = score; if (startz == true) { createspot("ballX", 0, 0); } startz = false; }; _root.createEmptyMovieClip("spotLayer", 1); _root.createEmptyMovieClip("spotLayer2", 2); tutorial.swapDepths(3); light.swapDepths(4); lose.swapDepths(5); menu.swapDepths(6); }; createspot = function (type, x, y) { var _local1 = "spot" + spotCount; size = (Math.random() * 70) + 10; if (startz == false) { spotLayer.attachMovie(type, _local1, spotCount); spotLayer[_local1]._x = spotLayer2.spot1._x; spotLayer[_local1]._y = spotLayer2.spot1._y; spotLayer[_local1]._height = spotLayer2.spot1._height; spotLayer[_local1]._width = spotLayer2.spot1._width; if (clr == true) { colorful = new Color(spotLayer[_local1]); colorful.setRGB(clrz[nr]); } } else { spotLayer2.attachMovie(type, _local1, spotCount); spotLayer2[_local1]._x = (Math.random() * 530) + 10; if (tut == false) { spotLayer2[_local1]._y = (Math.random() * 430) + 10; } else { spotLayer2[_local1]._y = (Math.random() * 350) + 90; } spotLayer2[_local1]._height = size; spotLayer2[_local1]._width = size; if (clr == true) { nr = Math.floor((Math.random() * 8) + 0); colorful2 = new Color(spotLayer2[_local1]); colorful2.setRGB(clrz[nr]); } } }; highscore = function () { if ((playerSO.data.playerDat.score < score) or (playerSO.data.playerDat.score == undefined)) { player.score = score; playerSO.data.playerDat = player; platerSO.flush(); lose.X.record._visible = true; } lose.X.txt.text = playerSO.data.playerDat.score; };
Symbol 6 MovieClip [ballX] Frame 1
this.onRelease = function () { if (this == _root.spotLayer2.spot1) { _root.light.gotoAndPlay(2); _root.spotCount++; _root.score++; _root.createspot("ballX", 0, 0); _root.sfx.start(0, 1); size = (Math.random() * 70) + 10; this._x = (Math.random() * 530) + 10; if (_root.tut == false) { this._y = (Math.random() * 430) + 10; } else { this._y = (Math.random() * 350) + 90; } this._height = size; this._width = size; if (_root.clr == true) { _root.nr = Math.floor((Math.random() * 10) + 0); _root.colorful2 = new Color(_root.spotLayer2.spot1); _root.colorful2.setRGB(_root.clrz[_root.nr]); } if (_root.tut == true) { _root.tutz++; if (_root.tutz >= 4) { _root.tutorial.gotoAndStop(1); _root.tut = false; } else { _root.tutorial.nextFrame(); } } } else { _root.lose.gotoAndPlay(2); } };
Symbol 12 MovieClip Frame 1
stop();
Symbol 37 Button
on (release) { if (_root.bg == true) { _root.bg = false; X._visible = false; _root.MC._visible = false; } else { _root.bg = true; X._visible = true; _root.MC._visible = true; } }
Symbol 39 Button
on (release) { if (_root.clr == true) { _root.clr = false; XX._visible = false; } else { _root.clr = true; XX._visible = true; } }
Symbol 43 MovieClip Frame 1
if (_root.bg == true) { X._visible = true; } else { X._visible = false; } if (_root.clr == true) { XX._visible = true; } else { XX._visible = false; }
Symbol 48 MovieClip Frame 66
stop();
Symbol 54 Button
on (release) { getURL ("http://rocklou.deviantart.com/", "_blank"); }
Symbol 56 Button
on (release) { gotoAndPlay (37); }
Symbol 57 Button
on (release) { _root.tutorial.gotoAndStop(2); _root.tut = true; gotoAndPlay (37); }
Symbol 59 MovieClip Frame 36
stop();
Symbol 59 MovieClip Frame 47
_root.setup(); if (_root.bg == true) { _root.MC._visible = true; }
Symbol 59 MovieClip Frame 83
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 1
gotoAndStop(Math.floor((Math.random() * 10) + 1));
Symbol 91 MovieClip Frame 1
if (_parent.scorez == 1) { click_txt.text = "click!"; } else { click_txt.text = "clicks!"; } scorez_txt.text = _parent.scorez; record._visible = false; _root.highscore();
Symbol 92 Button
on (release) { _root.tutorial.gotoAndStop(2); _root.tut = true; _root.score = 0; gotoAndPlay (68); }
Symbol 93 Button
on (release) { _root.score = 0; gotoAndPlay (68); }
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 15
_root.createEmptyMovieClip("spotLayer", 1); _root.tutorial.gotoAndStop(1); _root.tut = false; _root.tutz = 0; scorez = _root.score;
Symbol 94 MovieClip Frame 67
stop();
Symbol 94 MovieClip Frame 68
_root.setup();
Symbol 97 MovieClip Frame 1
onEnterFrame = function () { if (_root.mute == true) { gotoAndStop (2); } else { gotoAndStop (1); } };
Symbol 99 Button
on (release) { if (mute == true) { mute = false; sfx.setVolume(100); } else if (mute == false) { mute = true; sfx.setVolume(0); } }

Library Items

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

Instance Names

"tutorial"Frame 1Symbol 12 MovieClip
"MC"Frame 1Symbol 15 MovieClip
"menu"Frame 1Symbol 59 MovieClip
"light"Frame 1Symbol 63 MovieClip
"lose"Frame 1Symbol 94 MovieClip
"score_txt"Symbol 15 MovieClip Frame 1Symbol 13 EditableText
"X"Symbol 43 MovieClip Frame 1Symbol 42 MovieClip
"XX"Symbol 43 MovieClip Frame 1Symbol 42 MovieClip
"scorez_txt"Symbol 91 MovieClip Frame 1Symbol 84 EditableText
"txt"Symbol 91 MovieClip Frame 1Symbol 85 EditableText
"click_txt"Symbol 91 MovieClip Frame 1Symbol 87 EditableText
"record"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"X"Symbol 94 MovieClip Frame 54Symbol 91 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "pipe"
ExportAssets (56)Timeline Frame 1Symbol 2 as "clickXX"
ExportAssets (56)Timeline Frame 1Symbol 3 as "kong"
ExportAssets (56)Timeline Frame 1Symbol 6 as "ballX"




http://swfchan.com/18/89187/info.shtml
Created: 29/3 -2019 03:48:30 Last modified: 29/3 -2019 03:48:30 Server time: 19/04 -2024 03:09:06