http://www.webdesign.org
http://www.tutorialkit.com
http://www.3dlessons.com
http://www.learnphp.org
http://www.vectorials.com
http://www.markuptutorials.com

Flash Tutorials by Kirupa.com

You can find here all the 166 tutorials by Kirupa.com. The author's home page URL is http://www.kirupa.com.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last

Var Declaration

Author: Kirupa.com  Rating:
Declaring a variable as var makes it local to the function in which it is declared. Therefore it cannot be accessed from outside the function, and it is destroyed at the end of each loop.
October 13, 2006 Today Views: 1 Total Views: 1,046

Commenting Your Code

Author: Kirupa.com  Rating:
Most of the best programmers on the world will tell you that: always comment on your code. For yourself and for the others. This is absolutely vital. Personally, before writing any line of code, I write in commentary everything I want to do. All the functions, and what they are doing.
October 12, 2006 Today Views: 2 Total Views: 924
First of all, when I say handler, I'm talking about the onClipEvent(...) and on(...) handlers. Just to make things clear
October 11, 2006 Today Views: 1 Total Views: 1,115
This short article is on variable naming in the new Actionscript 2.0 (and 1.0, I guess).
October 10, 2006 Today Views: 2 Total Views: 916

Tab Ordering Forms

Author: Kirupa.com  Rating:
If you're viewing this tutorial, it's probably because you're one of those flashers that are trying to use the tab key to only focus on a certain type of object in flash.
October 9, 2006 Today Views: 2 Total Views: 1,322
In this tutorial, I'm going to introduce you to the binary number system, if you don't already know it, and teach you to convert a decimal number into binary and vice versa using a little bit of code in Flash. First of all, I assume all of you know what the decimal number system is.
October 4, 2006 Today Views: 1 Total Views: 1,014
Mathematical functions within Flash seems to be an area that most people like to stay well clear of. Of course, this area of Flash can be very daunting and difficult to get a hold of, so to ease you in, I thought I'd write a tutorial
October 4, 2006 Today Views: 2 Total Views: 978
The ability to interact with a microphone is something that was introduced in recent versions of Flash. I hope you will get the idea of how to use a microphone in Flash from this tutorial.
October 3, 2006 Today Views: 2 Total Views: 1,591
In this short tutorial, I will provide the code for finding the maximum and minimum values in an array. I will conclude with a brief explanation of the ideas behind why the code work with an explanation of the code itself.
October 2, 2006 Today Views: 1 Total Views: 832
In Flash, you have the onMouseMove event that executes any code when your mouse is moving. In some cases, executing code simply based on mouse movement may not be enough.
September 29, 2006 Today Views: 3 Total Views: 1,735
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last
Quick Poll
Which of our Educational Network websites do you find most useful?
FlashPerfection.com
WebDesign.org
3DLessons.com
Vectorials.com
TutorialKit.com
PSPtutorials.org
MarkupTutorials.com
LearnPHP.org