• Home
  • Free Tutorials
  • Free Video Tutorials

Adobe Photoshop
Autodesk 3ds Max
CSS
Flash
Help Center Live
iPhone
Joomla
Make Money Online!
Mambo
mIRC
Outlook Express
SEO / SEM
Simple Machine Forum
Target Explorer

Letter and Number Rain

Category : Flash Views : 42483
Version : 8 Rating : 
2.8/5 (54 votes)
  • Currently 2.76/5
  • 1
  • 2
  • 3
  • 4
  • 5
Type : Text Source File: letter-number-rain.zip
Result: See the result


Previous | 1 | 2 | 3 | Next

_rotation += rotSpeed
Rotate left or right.

speed += gravity;
Increase the speed by the gravity.

if(_y > 410) { this.removeMovieClip(); }
If the Movie Clip is over the limit of the screen, remove it.

} var i = 0;
Variable used just to make unique names and depths for new Movie Clips.

setInterval(nLetter, 70);
This function calls the function "nLetter" every 70 milliseconds.

Parameters for the setInterval:
setInterval(function name, milliseconds, parameters);
"parameters" is optional, it痴 the parameters for the function you are calling.

function nLetter() { duplicateMovieClip(letterMC, "letter" + i, 10 + i);
Duplicate the "letterMC" Movie Clip.

i++ }
Increase "i" by 1.

That's all the tutorial for now. Hope this will help you in your learning, thanks!


More cool tech articles from other blogs.

Place your ad here
Loading...


Previous | 1 | 2 | 3 | Next
How to Video Tutorials on software by Helpvids.com

Sponsors





Studio | Advertisement | About Webzo | Contact Webzo | Terms of Use | Free Video Tutorials by Helpivds

Copyright © 2007 NR Concepts Ltd. All rights reserved.