I like to make alias varaibles for long names, so that i don’t have to keep repeating huge lines of text, but when i try to create one for a custom class, it fails.
Clients["Client"+i] = new Client();
var Client:Object = Clients["Client"+i]
Its almost as if flash is trying to make the new variable a new Project(); instead of a reference to the other variable…
any suggestions?