I was wondering and I really need help.
How can you get the number of variables or transforms in this case from:
var varName:Transform[];
I was wondering and I really need help.
How can you get the number of variables or transforms in this case from:
var varName:Transform[];
It’s the .Length property:
varName.Length
Thanks for the help
– xolan007