Home > Blogs > Kris Hadlock
ActionScript 3 offers a great solution to ensuring that your method
parameters have values even when no values are passed. The solution is
called default parameter values, which allow you to predefine default
values for specific method parameters.
More
Parameters are an essential construct of a method, and the ability to
type parameters is of the utmost importance. But what if you are not
sure of the value type for a parameter?
More
Loading external variables into Flash opens up a whole world of possibility.
More
ActionScript 3 namespace definition keywords are extremely powerful and
can really simplify your code.
More
There are many little known features in ActionScript 3 that make life
easier. The label statement is one of those gems that actually makes
programming kind of fun.
Find out how...