Home
|
Site Map
MIDAS MULTIMEDIA
TRAINING FOR CAREERS IN HI-END COMPUTER GRAPHICS
HOME
ABOUT US
COURSES
STUDENT ZONE
TUTORIALS
CONTACT
Realistic Snow in Flash (
download source File
)
1. Create new flash file file and import any image with having some snow in background.
2. Create new Movieclip and rename it to snow. Draw a white circle and add motion guide to move circle along with path.
3. Go back to Main scene and give instance name of snow movieclip
for(i=0; i<1000; i++)
{
var t:MovieClip = snow_mc.duplicateMovieClip("snow"+i,i);
t._x = random(750);
t._y = random(550);
t._xscale = t._yscale = random(80)+20;
t.gotoAndPlay(Math.round(random(81)+1));
}
4. Create new layer on scene and rename it to “action” . Copy and paste code in left column on action layer.
Download Flash File
Classes
>> Short term
>> Certificate Courses
>> Full time Courses
>> Specialized Course
Students Experience
>>Training
>> Placement Assistance
MIDAS MULTIMEDIA
TRAINING FOR CAREERS IN HI-END COMPUTER GRAPHICS