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

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

DBZ 8-Bit Saga Ep 4.swf

This is the info page for
Flash #76560

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


Text
Phew,  that sure was a lot of hay, but I least I got
it done.

Well I guess I should be headed home.

Now where did I put my hat?

What the heck was that!!!

*moan* I guess i'd better go check it
out.

What the heck is that thing!?

So, Kakarot failed to destroy the
inhabitants of Earth eh.

Hmph, your power level is 5 eh.
Your not fit for a child to fight.

Hmmm, the scouter's picking up a high
power level, it must be Kakarot.

Prepare yourself, KAKAROT!!!!

What's taking Goku so long?

Don't worry he'll be here soon
enough.

I hope so, we haven't seen
Goku in years.

There it is Gohan; Master Roshi's
house

Goku!!

It's about time you showed up.

Sorry I took so long I was picking up
Gohan.

Hmm, something's coming

Hmph, your not Kakarot. However,
you do hve a high power level

No matter, you don't stand a
chance against me.

Grrr, do you know who your
talking to!

Not really.

That's it, it's high time I shut that
big mouth of yours!!!

WHAT!? How could you have
survived that,

It was my most powerful technique

That was your most powerful
technique?

Hmph i'm suprised that your power
level is so high.

Well what do you say I show you a
sample of my techniques.

Hmph, pathetic....

A power level of 300, that must be
Kakarot.

So Gohan's your son eh.

Yeah, he born around-

Is somthing the matter Goku?

Someone's coming

There you are Kakarot.

Who's Kakarot?

Hmph, simple minded fool, you are!

Who is this guy Goku?

Ha ha ha ha ha

I'm your brother Kakarot

It appears that this exrta terrestrial being
is in some relation to Goku.

What are his plans for the Z-fighters?

Find out on the next exiting episode of
Dragon Ball Z 8-Bit saga...

CREDITS

ANIMATED BY:
RYAN IBBOTSON (WIBS)

STORY BY:
AKIRA TORYAMA

NEXT

PROGRAMS USED:
MACROMEDIA FLASH MX 2004
MICROSOFT PAINT

BACK

SPRITES:
TOIE ANIMATION
SPRITERS RESOURCE
SDB.DRSHNAPS

MUSIC:

BOSS - MEGAMAN 3
LEGENDARY POKEMON BATTLE 8-BIT -
POKEMON PLATINUM - GAMERS CAST

TITLE THEME - MARIO PARTY -
GAMERS CAST
SCRAP BRAIN ZONE - SONIC 2
(MASTER SYSTEM)

BATTLE ROCK GALAXY - SUPER MARIO
GALAXY - GAMERS CAST
MUTE CITY - FZERO - GAMERS CAST
FILE SELECT - SM64

SOUNDS:

METROID 1

SPRITES:

FARMER AND RADITZ

KOPOLOKU AND
ANGRY BOY

JAY IBERO AND SON
GOHAROTTO.

RECOULERS BY RYAN IBBOTSON

ROSHI, KRILLIN AND BULMA

SETO STEVCE, MSTER CHEFX, LSWA, TEAM VRP, GRIM,
BONZAI, JAY IBERO, MAJIN AUSSIE, SON GOHAROTTO

GOKU AND GOHAN

GRIM, BONZAI,  STEVCE, GODOFHELL

FREAK_OF_NATURE, GODOFHELL, ANGRYBOY, FLARE

BETA-TESTERS:

SPIDER-MATT

SPECIAL THANKS:

AKIRA TORYAMA (CREATOR OF
DRAGON BALL Z)
SPIDER-MATT
ALL THE SPRITERS

AND YOU FOR
WATCHING

REPLAY?

1 - Raditz arrives

2 - Waiting for
Goku

3 - Piccolo
encounter

4 - Back at the
Kame House

5 - Credits

ActionScript [AS1/AS2]

Frame 131
stop();
Frame 132
play();
Frame 542
stopAllSounds();
Frame 955
stopAllSounds();
Instance of Symbol 78 MovieClip in Frame 1125
/* no clip actions */
Frame 1491
stopAllSounds();
Frame 2373
stopAllSounds();
Frame 2569
stopAllSounds();
Frame 3443
stopAllSounds();
Frame 4031
stopAllSounds();
Frame 4644
stopAllSounds();
Frame 4981
stopAllSounds();
Frame 5065
stop();
Frame 5066
stop();
Frame 5067
stop();
Frame 5068
stop();
Frame 5069
stop();
Frame 5070
stop();
Frame 5071
stop();
Frame 5072
stop();
Frame 5073
stop();
Frame 5074
stop();
Frame 5075
stop();
Frame 5076
stop();
Frame 5077
stop();
Frame 5078
stop();
Frame 5079
stop(); stopAllSounds();
Frame 5080
stop();
Symbol 2 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 11 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 20 Button
on (release) { _root.play(); }
Symbol 21 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local2 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local2; if (_local2 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } } function startMovie() { _root.play(); } _root.stop(); stop(); var AUTO_PLAY = false; var loadingComplete = false; timerHandler();
Instance of Symbol 12 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (enterFrame) { _parent.timerHandler(); }
Symbol 21 MovieClip Frame 2
stop();
Symbol 33 Button
on (release) { nextFrame(); stopAllSounds(); }
Symbol 34 Button
on (release) { gotoAndPlay (5080); stopAllSounds(); }
Symbol 36 Button
on (release) { nextFrame(); }
Symbol 194 Button
on (release) { nextFrame(); }
Symbol 197 Button
on (release) { prevFrame(); }
Symbol 221 Button
on (release) { gotoAndPlay (116); }
Symbol 223 Button
on (release) { gotoAndPlay (165); }
Symbol 225 Button
on (release) { gotoAndPlay (1501); }
Symbol 227 Button
on (release) { gotoAndPlay (2386); }
Symbol 229 Button
on (release) { gotoAndPlay (4046); }
Symbol 231 Button
on (release) { gotoAndPlay (4990); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:21
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:21
Symbol 6 GraphicUsed by:21
Symbol 7 GraphicUsed by:10 11
Symbol 8 GraphicUsed by:10 11
Symbol 9 GraphicUsed by:10 11
Symbol 10 MovieClipUses:7 8 9Used by:11
Symbol 11 ButtonUses:10 7 8 9Used by:21
Symbol 12 MovieClipUsed by:21
Symbol 13 GraphicUsed by:21
Symbol 14 GraphicUsed by:20
Symbol 15 GraphicUsed by:20
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 ButtonUses:14 15 16 17 18 19Used by:21
Symbol 21 MovieClipUses:3 5 6 11 12 13 20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 SoundUsed by:Timeline
Symbol 25 SoundUsed by:Timeline
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:34 37  Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:33 36  Timeline
Symbol 32 SoundUsed by:Timeline
Symbol 33 ButtonUses:31Used by:Timeline
Symbol 34 ButtonUses:29Used by:Timeline
Symbol 35 SoundUsed by:Timeline
Symbol 36 ButtonUses:31Used by:Timeline
Symbol 37 ButtonUses:29Used by:Timeline
Symbol 38 SoundUsed by:Timeline
Symbol 39 BitmapUsed by:40 60
Symbol 40 GraphicUses:39Used by:Timeline
Symbol 41 SoundUsed by:Timeline
Symbol 42 BitmapUsed by:43 63
Symbol 43 GraphicUses:42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:44Used by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 BitmapUsed by:48 79 80 81 82 83 85 86 87 88 89
Symbol 48 GraphicUses:47Used by:Timeline
Symbol 49 FontUsed by:50 51 52 64 65 70 84 90 92 96 103 104 105 112 116 117 118 125 129 130 131 133 134 140 141 142 143 144 172 173 174 175 176 177 178 179 180 181 182 183 186 187 188 189 191 192 193 195 196 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 222 224 226 228 230
Symbol 50 TextUses:49Used by:Timeline
Symbol 51 TextUses:49Used by:Timeline
Symbol 52 TextUses:49Used by:Timeline
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 SoundUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 SoundUsed by:169  Timeline
Symbol 60 GraphicUses:39Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 SoundUsed by:Timeline
Symbol 63 GraphicUses:42Used by:Timeline
Symbol 64 TextUses:49Used by:Timeline
Symbol 65 TextUses:49Used by:Timeline
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 TextUses:49Used by:Timeline
Symbol 71 SoundUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 SoundUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 SoundUsed by:Timeline
Symbol 77 GraphicUsed by:78  Timeline
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUses:47Used by:Timeline
Symbol 80 GraphicUses:47Used by:Timeline
Symbol 81 GraphicUses:47Used by:Timeline
Symbol 82 GraphicUses:47Used by:Timeline
Symbol 83 GraphicUses:47Used by:Timeline
Symbol 84 TextUses:49Used by:Timeline
Symbol 85 GraphicUses:47Used by:Timeline
Symbol 86 GraphicUses:47Used by:Timeline
Symbol 87 GraphicUses:47Used by:Timeline
Symbol 88 GraphicUses:47Used by:Timeline
Symbol 89 GraphicUses:47Used by:Timeline
Symbol 90 TextUses:49Used by:Timeline
Symbol 91 SoundUsed by:Timeline
Symbol 92 TextUses:49Used by:Timeline
Symbol 93 GraphicUsed by:94  Timeline
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 TextUses:49Used by:Timeline
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:Timeline
Symbol 99 SoundUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 TextUses:49Used by:Timeline
Symbol 104 TextUses:49Used by:Timeline
Symbol 105 TextUses:49Used by:Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:114  Timeline
Symbol 112 TextUses:49Used by:Timeline
Symbol 113 SoundUsed by:Timeline
Symbol 114 MovieClipUses:111Used by:Timeline
Symbol 115 SoundUsed by:Timeline
Symbol 116 TextUses:49Used by:Timeline
Symbol 117 TextUses:49Used by:Timeline
Symbol 118 TextUses:49Used by:Timeline
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:Timeline
Symbol 121 SoundUsed by:Timeline
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 TextUses:49Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 TextUses:49Used by:Timeline
Symbol 130 TextUses:49Used by:Timeline
Symbol 131 TextUses:49Used by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 TextUses:49Used by:Timeline
Symbol 134 TextUses:49Used by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 SoundUsed by:169  Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 SoundUsed by:Timeline
Symbol 140 TextUses:49Used by:Timeline
Symbol 141 TextUses:49Used by:Timeline
Symbol 142 TextUses:49Used by:Timeline
Symbol 143 TextUses:49Used by:Timeline
Symbol 144 TextUses:49Used by:Timeline
Symbol 145 SoundUsed by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:161
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:161
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:161
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:161
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:161
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:161
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClipUses:148 150 152 154 156 158 160Used by:Timeline
Symbol 162 GraphicUsed by:169  Timeline
Symbol 163 GraphicUsed by:169  Timeline
Symbol 164 GraphicUsed by:169
Symbol 165 GraphicUsed by:169
Symbol 166 SoundUsed by:169  Timeline
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:164 165 166 167 168 59 163 162 136Used by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 TextUses:49Used by:Timeline
Symbol 173 TextUses:49Used by:Timeline
Symbol 174 TextUses:49Used by:Timeline
Symbol 175 TextUses:49Used by:Timeline
Symbol 176 TextUses:49Used by:Timeline
Symbol 177 TextUses:49Used by:Timeline
Symbol 178 TextUses:49Used by:Timeline
Symbol 179 TextUses:49Used by:Timeline
Symbol 180 TextUses:49Used by:Timeline
Symbol 181 TextUses:49Used by:Timeline
Symbol 182 TextUses:49Used by:Timeline
Symbol 183 TextUses:49Used by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 SoundUsed by:Timeline
Symbol 186 TextUses:49Used by:Timeline
Symbol 187 TextUses:49Used by:Timeline
Symbol 188 TextUses:49Used by:Timeline
Symbol 189 TextUses:49Used by:Timeline
Symbol 190 SoundUsed by:Timeline
Symbol 191 TextUses:49Used by:Timeline
Symbol 192 TextUses:49Used by:Timeline
Symbol 193 TextUses:49Used by:194
Symbol 194 ButtonUses:193Used by:Timeline
Symbol 195 TextUses:49Used by:Timeline
Symbol 196 TextUses:49Used by:197
Symbol 197 ButtonUses:196Used by:Timeline
Symbol 198 TextUses:49Used by:Timeline
Symbol 199 TextUses:49Used by:Timeline
Symbol 200 TextUses:49Used by:Timeline
Symbol 201 TextUses:49Used by:Timeline
Symbol 202 TextUses:49Used by:Timeline
Symbol 203 TextUses:49Used by:Timeline
Symbol 204 TextUses:49Used by:Timeline
Symbol 205 TextUses:49Used by:Timeline
Symbol 206 TextUses:49Used by:Timeline
Symbol 207 TextUses:49Used by:Timeline
Symbol 208 TextUses:49Used by:Timeline
Symbol 209 TextUses:49Used by:Timeline
Symbol 210 TextUses:49Used by:Timeline
Symbol 211 TextUses:49Used by:Timeline
Symbol 212 TextUses:49Used by:Timeline
Symbol 213 TextUses:49Used by:Timeline
Symbol 214 TextUses:49Used by:Timeline
Symbol 215 TextUses:49Used by:Timeline
Symbol 216 TextUses:49Used by:Timeline
Symbol 217 TextUses:49Used by:Timeline
Symbol 218 TextUses:49Used by:Timeline
Symbol 219 TextUses:49Used by:Timeline
Symbol 220 TextUses:49Used by:221
Symbol 221 ButtonUses:220Used by:Timeline
Symbol 222 TextUses:49Used by:223
Symbol 223 ButtonUses:222Used by:Timeline
Symbol 224 TextUses:49Used by:225
Symbol 225 ButtonUses:224Used by:Timeline
Symbol 226 TextUses:49Used by:227
Symbol 227 ButtonUses:226Used by:Timeline
Symbol 228 TextUses:49Used by:229
Symbol 229 ButtonUses:228Used by:Timeline
Symbol 230 TextUses:49Used by:231
Symbol 231 ButtonUses:230Used by:Timeline

Instance Names

"bar"Symbol 21 MovieClip Frame 1Symbol 5 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$wi$A5DFeM9/mIuv3COAJzlkO0."

Labels

"loaded"Symbol 21 MovieClip Frame 2




http://swfchan.com/16/76560/info.shtml
Created: 4/4 -2019 20:56:38 Last modified: 4/4 -2019 20:56:38 Server time: 16/05 -2024 10:10:34