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

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

The Human Dart.swf

This is the info page for
Flash #33155

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


Text
Nathan The Human Dart is now loading...

of

frames loaded...

(227 KB)...

Over 15 hrs wasted...

Surely you can wait a
few minutes...

Angle Up

Angle Down

FIRE!

Distance:

Wind:

Wind Direction:

Credits and FAQ

Nathan The Human(?) Dart!

In space, no one can here you scream...
... or splatter...

Too Steep an Angle.
Try Again.

Cheap Background Sign
For Illusion
Of High Speed...

Too low an angle.
Try again.

So Close!
But just a bit off
the mark...  try
again?

BULLSEYE!!
Want to
try
again?

Angle
was
off.
Try again?

"Nathan the Human Dart"
All visuals and code:  Scott Kinoshita
Audio:
"Want You Bad" by The Offspring.
"Twinkle Star Sprites", Neo Geo game.
"Art of Fighting", Neo Geo game by SNK.
"Battle Toads", awesome arcade game by Electronic Arts n' Rare.
Additional Sounds -- Scott Kinoshita
You might wonder what the heck spawned the creation of "Nathan the
Human Dart" game.  Well, long story short -- a high-school associate
"gone bad" (bad being a relative term, both to other people and if he
was ever any good in the first place) managed to really tick off some
friends of mine.
We used his picture for darts.
Then I got the idea to make a Flash game about it.  Since tossing darts
at the schmuck would be boring, I decided to toss the schmuck at the
darts.
If you're wondering, the game does NOT use any sort of real mathmatic
physics in any sense.  I wanted to, but I couldn't be bothered to figure
out how to do it in Flash 4.0 (I'm broke, so sue me for not upgrading)
And for those of you who remember my older movies... the characters
are still going through major changes, so don't expect to see 'em other
than in cameos any time soon.
-- Scott

Back to Game

ActionScript [AS1/AS2]

Frame 1
loaded = _framesloaded; total = _totalframes; setProperty("/spike", _x , getProperty("/spike", _x) - "1"); if (getProperty("/spike", _x) < (-"100")) { setProperty("/spike", _x , getProperty("/spike", _x) == "600"); }
Frame 2
if (_framesloaded == _totalframes) { gotoAndPlay (4); }
Frame 3
gotoAndPlay (1);
Frame 20
gotoAndPlay (21);
Frame 22
angle = "0"; wind = random("4") * "10"; iwind_dir = random("4"); distance = random("9") * "10"; if ("2" < iwind_dir) { wind_dir = "With"; } else { wind_dir = "Against"; } stop(); tellTarget ("/music") { gotoAndPlay ("1"); }
Frame 23
tellTarget ("/music") { gotoAndStop ("2"); }
Frame 51
if (angle == (-"50")) { gotoAndPlay (52); } else if (angle == "50") { gotoAndPlay (172); } else { if ("2" < iwind_dir) { distance = distance + wind; if ("90" < distance) { distance = "90"; } } else { distance = distance - wind; if (distance < "10") { distance = "10"; } } difference = (distance - "50") - angle; gotoAndPlay (267); }
Frame 171
stop();
Frame 266
stop();
Frame 337
if (difference == "0") { gotoAndPlay (418); } else if (difference < (-"10")) { gotoAndPlay (472); } else if ("10" < difference) { gotoAndPlay (457); } else { gotoAndPlay (338); }
Frame 416
stop();
Frame 455
stop();
Frame 587
stop();
Frame 589
tellTarget ("/music") { gotoAndStop ("3"); }
Frame 590
setProperty("/creds", _y , getProperty("/creds", _y) - "10"); if (getProperty("/creds", _y) < (-getProperty("/creds", _height))) { setProperty("/creds", _y , "500"); }
Frame 599
gotoAndPlay (590);
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 13
stop();
Symbol 35 MovieClip Frame 1
stopAllSounds(); stop();
Symbol 35 MovieClip Frame 3
stop();
Symbol 35 MovieClip Frame 5
stop();
Symbol 35 MovieClip Frame 7
stop();
Symbol 40 Button
on (release) { if ((-"50") < angle) { angle = angle - "10"; setProperty("/cannon", _rotation , angle); setProperty("/cannon", _x , getProperty("/cannon", _x) - "10"); setProperty("/cannon", _y , getProperty("/cannon", _y) - "10"); } }
Symbol 41 Button
on (release) { if (angle < "50") { angle = angle + "10"; setProperty("/cannon", _rotation , angle); setProperty("/cannon", _x , getProperty("/cannon", _x) + "10"); setProperty("/cannon", _y , getProperty("/cannon", _y) + "10"); } }
Symbol 47 Button
on (release) { tellTarget ("/cannon") { play(); }; play(); }
Symbol 57 Button
on (release) { gotoAndPlay (588); }
Symbol 63 MovieClip Frame 1
y = -(_height + random("100")); x = random(getProperty("/", _width)); width = "100" + random("50"); height = "100" + random("10"); _y = y; _x = x; _xscale = width; _yscale = height;
Symbol 63 MovieClip Frame 2
_y = (_y + "100");
Symbol 63 MovieClip Frame 3
if ("500" < _y) { gotoAndPlay (1); }
Symbol 63 MovieClip Frame 4
gotoAndPlay (2);
Symbol 78 Button
on (release) { gotoAndPlay (21); }
Symbol 81 MovieClip Frame 1
x_start = _x;
Symbol 81 MovieClip Frame 2
_x = (_x - _width);
Symbol 81 MovieClip Frame 3
if (_x < ((-"10") * _width)) { _x = x_start; }
Symbol 81 MovieClip Frame 4
gotoAndPlay (2);

Library Items

Symbol 1 GraphicUsed by:2  Timeline
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 FontUsed by:4 5 6 7 8 9 10 11 48 49 50 51 52 53 54 55 56 58 59 71 77 80 91 102 108 110 113 115
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 EditableTextUses:3Used by:Timeline
Symbol 6 TextUses:3Used by:Timeline
Symbol 7 EditableTextUses:3Used by:Timeline
Symbol 8 TextUses:3Used by:Timeline
Symbol 9 TextUses:3Used by:Timeline
Symbol 10 TextUses:3Used by:Timeline
Symbol 11 TextUses:3Used by:Timeline
Symbol 12 GraphicUsed by:27  Timeline
Symbol 13 GraphicUsed by:27  Timeline
Symbol 14 SoundUsed by:Timeline
Symbol 15 GraphicUsed by:27  Timeline
Symbol 16 GraphicUsed by:27 111  Timeline
Symbol 17 GraphicUsed by:27 111  Timeline
Symbol 18 GraphicUsed by:27  Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 SoundUsed by:29  Timeline
Symbol 22 GraphicUsed by:61  Timeline
Symbol 23 GraphicUsed by:29
Symbol 24 GraphicUsed by:29
Symbol 25 GraphicUsed by:29
Symbol 26 GraphicUsed by:27  Timeline
Symbol 27 MovieClipUses:26 12 13 15 16 17 18Used by:29  Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:23 24 25 27 21 28Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:35  Timeline
Symbol 32 SoundUsed by:35  Timeline
Symbol 33 SoundUsed by:35  Timeline
Symbol 34 SoundUsed by:35
Symbol 35 MovieClipUses:31 32 33 34Used by:Timeline
Symbol 36 GraphicUsed by:40 41 57 78
Symbol 37 GraphicUsed by:40 41 57 78
Symbol 38 GraphicUsed by:40 41 57 78
Symbol 39 GraphicUsed by:40 41 57 78
Symbol 40 ButtonUses:36 37 38 39Used by:Timeline
Symbol 41 ButtonUses:36 37 38 39Used by:Timeline
Symbol 42 GraphicUsed by:47
Symbol 43 GraphicUsed by:47
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47
Symbol 46 SoundUsed by:47
Symbol 47 ButtonUses:42 43 44 45 46Used by:Timeline
Symbol 48 TextUses:3Used by:Timeline
Symbol 49 TextUses:3Used by:Timeline
Symbol 50 TextUses:3Used by:Timeline
Symbol 51 TextUses:3Used by:Timeline
Symbol 52 TextUses:3Used by:Timeline
Symbol 53 TextUses:3Used by:Timeline
Symbol 54 EditableTextUses:3Used by:Timeline
Symbol 55 EditableTextUses:3Used by:Timeline
Symbol 56 EditableTextUses:3Used by:Timeline
Symbol 57 ButtonUses:36 37 38 39Used by:Timeline
Symbol 58 TextUses:3Used by:Timeline
Symbol 59 TextUses:3Used by:Timeline
Symbol 60 SoundUsed by:Timeline
Symbol 61 MovieClipUses:22Used by:Timeline
Symbol 62 GraphicUsed by:63  Timeline
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 SoundUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 TextUses:3Used by:Timeline
Symbol 72 ShapeTweeningUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 TextUses:3Used by:Timeline
Symbol 78 ButtonUses:36 37 38 39Used by:Timeline
Symbol 79 GraphicUsed by:81
Symbol 80 TextUses:3Used by:81
Symbol 81 MovieClipUses:79 80Used by:Timeline
Symbol 82 SoundUsed by:Timeline
Symbol 83 SoundUsed by:Timeline
Symbol 84 GraphicUsed by:111  Timeline
Symbol 85 SoundUsed by:Timeline
Symbol 86 SoundUsed by:Timeline
Symbol 87 GraphicUsed by:111  Timeline
Symbol 88 GraphicUsed by:111  Timeline
Symbol 89 GraphicUsed by:111  Timeline
Symbol 90 GraphicUsed by:111  Timeline
Symbol 91 TextUses:3Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 SoundUsed by:Timeline
Symbol 97 GraphicUsed by:104  Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 SoundUsed by:Timeline
Symbol 100 GraphicUsed by:104  Timeline
Symbol 101 GraphicUsed by:104  Timeline
Symbol 102 TextUses:3Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 MovieClipUses:97 100 101Used by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 TextUses:3Used by:Timeline
Symbol 109 SoundUsed by:Timeline
Symbol 110 TextUses:3Used by:Timeline
Symbol 111 MovieClipUses:89 16 90 84 17 87 88Used by:Timeline
Symbol 112 FontUsed by:113
Symbol 113 TextUses:112 3Used by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 TextUses:3Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"spike"Frame 1Symbol 2 MovieClip
"spike"Frame 10Symbol 2 MovieClip
"cannon"Frame 21Symbol 29 MovieClip
"music"Frame 21Symbol 35 MovieClip
"sky"Frame 52Symbol 61 MovieClip
"c1"Frame 52Symbol 63 MovieClip
"c4"Frame 52Symbol 63 MovieClip
"c2"Frame 52Symbol 63 MovieClip
"c3"Frame 52Symbol 63 MovieClip
"sky"Frame 122Symbol 61 MovieClip
"music"Frame 588Symbol 35 MovieClip
"creds"Frame 588Symbol 114 MovieClip

Labels

"close"Frame 338
"bullseye"Frame 418
"overshoot"Frame 457
"too_short"Frame 472
"off"Symbol 35 MovieClip Frame 1
"1"Symbol 35 MovieClip Frame 2
"2"Symbol 35 MovieClip Frame 4
"3"Symbol 35 MovieClip Frame 6

Dynamic Text Variables

loadedSymbol 5 EditableText""
totalSymbol 7 EditableText""
distanceSymbol 54 EditableText""
windSymbol 55 EditableText""
wind_dirSymbol 56 EditableText""




http://swfchan.com/7/33155/info.shtml
Created: 17/5 -2019 13:09:02 Last modified: 17/5 -2019 13:09:02 Server time: 11/05 -2024 12:55:18