This regular news article promises to make you giggle, chortle, and laugh your ass off.
Every edition will feature a collection of the funniest chat network quotes.
dAmnIt! is a database of funny quotes submitted by deviants like you.
dAmnIt! has reached over 20,000 quotes!!!















Devious Comments
Comments
--
92% percent of the teen population would be dead if Abercrombie and Fitch said it wasn't cool to breathe. Repost this if you are one of the 8% who would be laughing your ass off.
But this interactive color/clothing changing really rocks.
I shall
--
~kyaaaaaaaaaaaaaaaaaa
--
How can you smile so beautifully and still be so emotionless?
--
You've felt it your entire life, that there's something wrong with the world. You don't know what it is, but it's there, like a splinter in your mind, driving you mad. This is it. This is Doomed Youth
--
I'm K
--
Don't click this. Please.
You bring up an interesting point, though, because it might be worthwhile for me to put together a tutorial of my own to show people how to create something like this. It's really not that painfully complex, since it uses some pretty uncomplicated Action Script and Movie Clip handling.
I don't know who familiar you are with Action Script, but what I do is make each item of clothing a seperate Movie Clip, and create global variables assigned to each one for Color and Toggle (on or off). If an item of clothing is toggled off, the Alpha for that Movie Clip is made to be 0 (in other words, invisible). Within the movie clip for each item of clothing, individual frames are assigned different colors, with the Color variable determining which frame is played.
I don't know if that thumbnail helps at all, but unless and until I make a tutorial of my own, that's about the best way I can describe the basic process of creating this kind of piece.
--
Don't click this. Please.
So, as an example of setting a global variable:
_global.SkirtColor = 1;
This lets you use the variabe both within the main timeline of your Flash document, as well as within the movie clip for Skirt (or any other movie clip, in fact). When using Action Script, I almost always use global variables, since it tends to be easier than keeping track of particular variables for the select instances in which they are used.
--
Don't click this. Please.
Previous Page12345...Next Page