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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

Spectrum Dancer.swf

This is the info page for
Flash #46376

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


Text
<p align="center"></p>

Play

Play

Spectrum
Dancer

Instructions

Game created/programmed by D.C. Stauffer (cinderfoot)

Music by Armymenis12 and uten

Play More
Games!

Voice by Fred Drefferer

Sponsored by Flashninjaclan.com

Instructions:

A

S

D

F

You play as a small square. Your goal
is to avoid "dark objects." You can
change colors to blend in with one
dark object, and thus not be killed by
it. Changing to red is done by pressing
A, gray is S, orange is D, and blue is
F. You move with the arrow keys.

The color of the square will determine what object it
will be killed by: red will be killed by everything but
red, gray by everything but gray, so on and so forth.
The game will start you in a corner untouched by
dark objects, but you'll need to react quickly if you
want to survive. Try and last as long as you can;
your time is your score.

These are dark objects. The four of them will be moving
around the screen in different patterns, and if one touches
you and you are not the same color, you will be killed. Be
particularly wary of the orange; it can hit you almost
without warning.

Menu

<p align="center"></p>

Game over!
Your Score:

Menu

<p align="left"></p>

Name:

Submit to
Highscore

<p align="left"></p>

<p align="left"><font face="Arial" size="51" color="#ffffff" letterSpacing="0.000000" kerning="1">Sent!</font></p>

View
Highscores

ActionScript [AS1/AS2]

Frame 1
function Preloader() { PercentLoaded = (getBytesLoaded() / getBytesTotal()) * 100; DownloadPanel.TxtPercent.text = Math.round(PercentLoaded) + "%"; if (getBytesLoaded() >= getBytesTotal()) { DownloadPanel.gotoAndStop(2); _root.onEnterFrame = null; } } stop(); _root.onEnterFrame = Preloader;
Frame 2
stop(); kirupaSound2 = new Sound(this); kirupaSound2.attachSound("spectrumloud"); kirupaSound2.start(0, 1);
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(65)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (Key.isDown(83)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (Key.isDown(68)) { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if (Key.isDown(70)) { this.gotoAndStop(4); } }
Frame 3
stop();
Frame 4
stop(); count = 0; gameOver = true; this.onEnterFrame = function () { if (!gameOver) { count++; if (count > 30) { counter++; count = 0; } } }; stopAllSounds(); onEnterFrame = function () { Name = _root.playerName.text; }; kirupaSound = new Sound(this); kirupaSound.attachSound("gameoverloud"); kirupaSound.start(0, 1);
Frame 5
stop(); counter = 0; count = 0; gameOver = false; this.onEnterFrame = function () { if (!gameOver) { count++; if (count > 30) { counter++; count = 0; } } }; kirupaSound3 = new Sound(this); kirupaSound3.attachSound("goloud"); kirupaSound3.start(0, 1);
Instance of Symbol 32 MovieClip "player" in Frame 5
onClipEvent (enterFrame) { if (counter < 6) { this.gotoAndStop(5); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - 11); } if (Key.isDown(38)) { _y = (_y - 11); } if (Key.isDown(39)) { _x = (_x + 11); } if (Key.isDown(40)) { _y = (_y + 11); } } onClipEvent (enterFrame) { if (Key.isDown(65)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (Key.isDown(83)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (Key.isDown(68)) { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if (Key.isDown(70)) { this.gotoAndStop(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall)) { _x = (_x + 11); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2)) { _x = (_x - 11); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3)) { _y = (_y + 11); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4)) { _y = (_y - 11); } }
Frame 6
stop();
Symbol 12 Button
on (release) { _root.gotoAndPlay(2); }
Symbol 14 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 2
stop();
Symbol 17 Button
on (release) { getURL ("http://www.flashninjaclan.com", "_blank"); }
Symbol 20 Button
on (release) { gotoAndPlay (5); } on (release) { }
Symbol 22 Button
on (release) { gotoAndPlay (3); }
Symbol 32 MovieClip Frame 1
stop();
Instance of Symbol 24 MovieClip in Symbol 32 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.darkgray)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkorange)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkblue)) { _root.gotoAndPlay(4); } }
Symbol 32 MovieClip Frame 2
stop();
Instance of Symbol 26 MovieClip in Symbol 32 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.darkred)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkorange)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkblue)) { _root.gotoAndPlay(4); } }
Symbol 32 MovieClip Frame 3
stop();
Instance of Symbol 28 MovieClip in Symbol 32 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.darkgray)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkred)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkblue)) { _root.gotoAndPlay(4); } }
Symbol 32 MovieClip Frame 4
stop();
Instance of Symbol 30 MovieClip in Symbol 32 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.darkgray)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkorange)) { _root.gotoAndPlay(4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.darkred)) { _root.gotoAndPlay(4); } }
Symbol 32 MovieClip Frame 5
stop();
Symbol 37 Button
on (release) { getURL ("http://www.flashninjaclan.com", "_blank"); }
Symbol 39 Button
on (release) { getURL ("http://www.flashninjaclan.com", "_blank"); }
Symbol 47 Button
on (release) { gotoAndPlay (2); }
Symbol 48 Button
on (release) { gotoAndPlay (5); } on (release) { }
Symbol 67 Button
on (release) { nukename = Name; nukescore = counter; loadVariablesNum ("http://www.flashninjaclan.com/games/spectrumdancer/newscore.php", 0, "POST"); gotoAndPlay (6); }
Symbol 80 Button
on (release) { getURL ("http://www.flashninjaclan.com/games/spectrumdancer/newscore.php"); }

Library Items

Symbol 1 Sound [spectrumloud]
Symbol 2 Sound [spectrum]
Symbol 3 Sound [goloud]
Symbol 4 Sound [go]
Symbol 5 Sound [gameoverloud]
Symbol 6 Sound [gameover]
Symbol 7 FontUsed by:8 13 21 33 34 35 36 38 42 43 45 49 50 51 52 53 54 55 60 63 64 65 66 68 69 76 79 81
Symbol 8 EditableTextUses:7Used by:14
Symbol 9 GraphicUsed by:12 20 22 37 47 48 67 80
Symbol 10 GraphicUsed by:12 20 22 37 47 48 67 80
Symbol 11 GraphicUsed by:12 20 22 37 47 48 67 80
Symbol 12 ButtonUses:9 10 11Used by:14
Symbol 13 TextUses:7Used by:14
Symbol 14 MovieClipUses:8 12 13Used by:Timeline
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17 39
Symbol 17 ButtonUses:16Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 ButtonUses:9 10 11Used by:Timeline
Symbol 21 TextUses:7Used by:Timeline
Symbol 22 ButtonUses:9 10 11Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:32
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:32  Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:32  Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:32  Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:24 26 28 30 31Used by:Timeline
Symbol 33 TextUses:7Used by:Timeline
Symbol 34 TextUses:7Used by:Timeline
Symbol 35 TextUses:7Used by:Timeline
Symbol 36 TextUses:7Used by:Timeline
Symbol 37 ButtonUses:9 10 11Used by:Timeline
Symbol 38 TextUses:7Used by:Timeline
Symbol 39 ButtonUses:16Used by:Timeline
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:Timeline
Symbol 42 TextUses:7Used by:Timeline
Symbol 43 TextUses:7Used by:Timeline
Symbol 44 SoundUsed by:Timeline
Symbol 45 TextUses:7Used by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 ButtonUses:9 10 11Used by:Timeline
Symbol 48 ButtonUses:9 10 11Used by:Timeline
Symbol 49 TextUses:7Used by:Timeline
Symbol 50 TextUses:7Used by:Timeline
Symbol 51 TextUses:7Used by:Timeline
Symbol 52 TextUses:7Used by:Timeline
Symbol 53 TextUses:7Used by:Timeline
Symbol 54 TextUses:7Used by:Timeline
Symbol 55 TextUses:7Used by:Timeline
Symbol 56 GraphicUsed by:72  Timeline
Symbol 57 GraphicUsed by:58 71
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 GraphicUsed by:73  Timeline
Symbol 60 TextUses:7Used by:Timeline
Symbol 61 GraphicUsed by:77  Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 EditableTextUses:7Used by:Timeline
Symbol 64 TextUses:7Used by:Timeline
Symbol 65 TextUses:7Used by:Timeline
Symbol 66 EditableTextUses:7Used by:Timeline
Symbol 67 ButtonUses:9 10 11Used by:Timeline
Symbol 68 TextUses:7Used by:Timeline
Symbol 69 TextUses:7Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 MovieClipUses:57Used by:Timeline
Symbol 72 MovieClipUses:56Used by:Timeline
Symbol 73 MovieClipUses:59Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 EditableTextUses:7Used by:Timeline
Symbol 77 MovieClipUses:61Used by:Timeline
Symbol 78 SoundUsed by:Timeline
Symbol 79 EditableTextUses:7Used by:Timeline
Symbol 80 ButtonUses:9 10 11Used by:Timeline
Symbol 81 TextUses:7Used by:Timeline

Instance Names

"DownloadPanel"Frame 1Symbol 14 MovieClip
"playerName"Frame 4Symbol 66 EditableText
"darkgray"Frame 5Symbol 71 MovieClip
"darkred"Frame 5Symbol 72 MovieClip
"darkblue"Frame 5Symbol 73 MovieClip
"wall2"Frame 5Symbol 75 MovieClip
"wall"Frame 5Symbol 75 MovieClip
"wall3"Frame 5Symbol 75 MovieClip
"wall4"Frame 5Symbol 75 MovieClip
"darkorange"Frame 5Symbol 77 MovieClip
"player"Frame 5Symbol 32 MovieClip
"TxtPercent"Symbol 14 MovieClip Frame 1Symbol 8 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "spectrumloud"
ExportAssets (56)Timeline Frame 1Symbol 2 as "spectrum"
ExportAssets (56)Timeline Frame 1Symbol 3 as "goloud"
ExportAssets (56)Timeline Frame 1Symbol 4 as "go"
ExportAssets (56)Timeline Frame 1Symbol 5 as "gameoverloud"
ExportAssets (56)Timeline Frame 1Symbol 6 as "gameover"

Dynamic Text Variables

PercentLoadedSymbol 8 EditableText"<p align="center"></p>"
counterSymbol 63 EditableText"<p align="center"></p>"
counterSymbol 76 EditableText"<p align="left"></p>"




http://swfchan.com/10/46376/info.shtml
Created: 3/5 -2019 20:07:21 Last modified: 3/5 -2019 20:07:21 Server time: 07/05 -2024 21:31:28