• Home
  • Free Tutorials
  • Free Video Tutorials
Your Ad Here
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 : 36574
Version : 8 Rating : 
2.7/5 (51 votes)
  • Currently 2.67/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!


del.icio.us digg it Reddit Stumble Upon Technorati

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

Video tutorial: Forex trading



Sponsors



Advertisement







Your Ad Here

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

Copyright © 2007 NR Concepts Ltd. All rights reserved.