In Delphi, I can type: with CLASSNAME property1 = xxx property2 = yyy etc.
without having to type CLASSNAME.property1 = xxx Is there a similar shortcut in AS3 to save my delicate fingers from excessive typing? Thanks Bruce
In Delphi, I can type: with CLASSNAME property1 = xxx property2 = yyy etc.
without having to type CLASSNAME.property1 = xxx Is there a similar shortcut in AS3 to save my delicate fingers from excessive typing? Thanks Bruce