--
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.
That's a bit tricky, because there really was no tutorial that I used as a guide to create these pieces. Early on, I did find and use some basic Flash tutorials that showed the best way to draw art, or use animation and Action Script, and Flash MX does have those kinds of tutorials included with the software if one has the patience.
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.
A global variable is a variable that applies to any timeline in any movie clip. It is prefaced by _global.
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.
First off, everyone here at deviantART would like to say THANK YOU!!! We have received an overwhelming amount of enthusiasm for the launch of version 6 and believe that this has been our best-received launch to date.
You might even be one hell of a profesional, but if you don't SHOW it and PROVE it, how will everyone know? These facts are important not only when you are looking for a job, but in any situation when you wish to showcase your work. I decided to share a few guidelines that might help you give the best of yourself and help you be a better profesional.
Extra Large Feature of weekly favorites found by me as well as treasures from my thumbshare! [link] Share your digital art thumbs! Visit this forum thread now and please help by passing on this link in your own journals! [link]
`karemelancholia is one of the most genuine deviants you could ever met. Always active and a true deviantART cheerleader and supporter in every aspect. You can always count on her to lend a hand or get involved, and you usually will find her doing large amounts of both at any given moment. She's consistently reports on contests around dA, showcases the efforts of her fellow artists and shows her charitable side through various activities. Besides all of this, she's a truly talented artist which is why she's an obvious choice for deviousness this month. Read More
Devious 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
--
If you have any interest in helping me finish [link] , please message me. Keep in mind thats only about the first 40 seconds.
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.
--
If you have any interest in helping me finish [link] , please message me. Keep in mind thats only about the first 40 seconds.
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.
--
If you have any interest in helping me finish [link] , please message me. Keep in mind thats only about the first 40 seconds.
Previous Page12345... Next Page