Flash Tutorials by Kirupa.com
We have talked already about scope issues and addressing. They're tricky. Well there's very particular issue I want to talk to you about: the use of _root.
October 17,
2006
Today Views:
1 Total Views:
1,919
One of the first problems programmers encountered when switching from Flash 5 to Flash MX was the variables scope. What I mean by variables scope is: where do I define my variables? And from where can I have access to them. In Flash 5, everything was quite simple.
October 16,
2006
Today Views:
2 Total Views:
2,472
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,952
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:
1 Total Views:
1,983
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:
2 Total Views:
2,316
This short article is on variable naming in the new Actionscript 2.0 (and 1.0, I guess).
October 10,
2006
Today Views:
1 Total Views:
2,041
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:
2,369
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:
2,234
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:
2,164
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:
3,458




















