Exodar
June 28th, 2008, 02:56 PM
Say you had a class with 3 parameters within its constructor function created like so:
var class:ClassName = new ClassName(a, b, c);
Each parameter has a default value so how would you change the value of c and skip a and b?
var class:ClassName = new ClassName(a, b, c);
Each parameter has a default value so how would you change the value of c and skip a and b?