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

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

Noct's Sprite Guide 2.0.swf

This is the info page for
Flash #70756

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


Text
Hey guys, what's up? Remember
me, I'm the guy that killed someone
over turning on some lights.

Anyway, I came to realize that my
old tutorial didn't really go into
enough detail, so I'm back.

The first thing I'd like to touch down
on is the art of making your own
sprites.

The first thing you need is a program
Now you can go and buy a program
or if you have no money use.....

The amazing program Paint!!! But
yeah it draws in pixels so it works
pretty good, and best of all it's free!!

First open Paint and then click on
the zoom tool, and use setting x8.

For future
Reference
click these.

All you should see is a white screen,
and if you use the pencil you get pixels.

Now then, the only 3 tools you'll really
need are the pencil, the bucket, and
maybe the eraser.

Let's get to some drawing, I prefer to
start with drawing an out line of the
object or person.

Then all you need to do is use the
bucket tool to fill it in, let's give this
guy some colour.

This is the basics of making sprites,
though for the best results you should
add some shading and other effects.

You can use this method to create all
kinds of interesting sprites, remember
more time equals better work.

Holy shit
time paradox!!!
It's me but not
me!!

Read me: Just for the record if your
going to edit someone elses hardwork
ask them first, and if you can't reach
them, at least give them credit for the
original sprite. If you don't, I'll train a
horse to bit your dick off, then send it
to bite off your dick and/or sodimize
you.

Now that that's out of the way, time to
get started. Step one is to find a sprite,
that looks like what you're going for.

Hmm... she looks strangely familiar...

OMG, you son of a bitch how dare you
use a woman to make my sprite, I'm
sending the horse after you!!

.....Let's just move on..... stupid
bastard....make me out of a woman
will you.... fucktard...

Alright then, there are a couple of
important differences from making
your own sprite, and editing a sprite.

First off it's much easier, there are
more tools that make it easier, and to
show you I'll once again use...

The Super program, Paint!! The first thing I
want to show you how to do is for the most
basic of editing, colour sets.

For an Example, let's use Aoko, and change
the colour of her hair... though I do like the
red, let's make it green.

The first thing you want to do is examine
the hair, become the hair!!! No, but what you
want to do is find all the colours in the hair
and make a kind of pallet like this.

Then Match up the shades of the colours
with the colour you're changing it to like so.

The next step involves using the eraser in
paint, then go to the eye droper tool, select
the old colour in the top colour slot, and the
new colour in the bottom slot, like so.

Then right click and swipe over the image,
this will swap the two colours in the colour
slots, repeat this with each colour shade to
finish the hair, and get this.

The next trick is using the pencil tool, to
edit the frame of the figure, the best way to
start is by drawing an outline in a very
bright , but un-used colour, like so.

Then use the use the colour swap to make
the bright outline the appropriate colour,
and delete the extra, like so.

Then all you need to do is change the colour
add the appropriate shading and... you get
the finished product.

This is really all you need to know, good luck.

And don't make me send the horse after you!

Time to get to the more interesting part,
animating sprites to do this you first need to
find a sheet of the character you wish to use.

I'm gonna use one of my favorite characters,
Venom from Spiderman. A suggestion though,
I suggest breaking up the sheet and making it
transparent, luckly this can all be done in...

Oh boy here it comes....

The super amazing useful turbo powered
program PAINT!!!!! And when you're done, you
should have something like this after
importing it into flash.

Now what you want to do is go into Modify,
then Bitmap, and lastly Trace Bitmap. Then
set the options to the following settings.

After this it's time to start animating your
sprite, or for better results you can save each
image individually and go frame by frame.

Animate

Individual

Pick your Path

You have chosen the animated sprite path,
this is a good way for new sprite animators to
start off, because it's simpler.

The first thing you want to do is select the first
sprite in the animation, and create a movieclip
that matches the action taking place.

Then selecting the remaining sprites and cut
them. Then double click on the first sprite to
edit the movie clip, it's time to start animating.

After pasting the sprites in the second frame
of the movie clip, click the Onion skin button
located here.

This will make the sprite on the previous frame
appear as an outline, making the process of
animating much easier.

Then all you need to do is match up the outline
for each frame, and delete the extra sprites
and you get a nice animated sprite like this.

You have chosen the path of individual sprites,
this will make your animations over all better
but only if you do it right.

All you have to do is make each sprite it's own
movie clip like so. (You can use the key F8 to
quickly make objects.)

Then all you need to do is animated it frame by
frame, here is an example.

Well that's the end, good luck
with your animations.

Hi again, it's been a while since I've really
done anything to do with flash, because all
the work I did last year was for bigger
projects. On top of that I didn't really get to
much done because I've been pre-ocupied
with life, school, Lacrosse, Burning myself,
and my mom had a major surgery. But now I'm
back and have decided to return to my older
series and once again try to get a 4.0+ rating.

Credits

Venom ripped by Grim and Bonzai

Aoko Ripped by Lunyka.
(Also used as base for Noct.)

Ripped By Nitratez

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 94
stop();
Symbol 10 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 18 Button
on (release) { _root.play(); }
Symbol 19 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 11 MovieClip in Symbol 19 MovieClip Frame 1
onClipEvent (enterFrame) { _parent.timerHandler(); }
Symbol 19 MovieClip Frame 2
stop();
Symbol 33 Button
on (press) { stopAllSounds(); }
Symbol 35 Button
on (press) { stopAllSounds(); }
Symbol 38 Button
on (press) { stopAllSounds(); }
Symbol 48 Button
on (release) { gotoAndStop (139); }
Symbol 51 Button
on (release) { gotoAndStop (95); }
Symbol 54 Button
on (release) { gotoAndStop (107); }
Symbol 57 Button
on (release) { gotoAndStop (124); }
Symbol 62 Button
on (release) { gotoAndStop (140); }
Symbol 67 Button
on (release) { nextFrame(); }
Symbol 71 Button
on (release) { gotoAndStop (94); }
Symbol 89 Button
on (release) { prevFrame(); }
Symbol 99 Button
on (release) { getURL ("http://i425.photobucket.com/albums/pp333/theSleepless_01/Frame2.jpg", "_blank"); }
Symbol 105 Button
on (release) { getURL ("http://i425.photobucket.com/albums/pp333/theSleepless_01/Frame3.jpg", "_blank"); }
Symbol 124 Button
on (release) { gotoAndStop (94); }
Symbol 185 Button
on (release) { nextFrame(); }
Symbol 186 Button
on (release) { gotoAndStop (135); }
Symbol 202 Button
on (release) { gotoAndStop (128); }
Symbol 250 MovieClip Frame 15
stop();

Library Items

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

Instance Names

"bar"Symbol 19 MovieClip Frame 1Symbol 4 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"Start of SM"Frame 95
"End of SM"Frame 106
"Start of SE"Frame 107
"End of SE"Frame 123
"Start of SA"Frame 124
"Start of SA ani"Frame 129
"End of SA ani"Frame 134
"End of SA"Frame 138
"ATA"Frame 139
"Cred"Frame 140
"loaded"Symbol 19 MovieClip Frame 2




http://swfchan.com/15/70756/info.shtml
Created: 9/4 -2019 16:50:38 Last modified: 9/4 -2019 16:50:38 Server time: 21/05 -2024 16:14:18