The basic method of making new instances is to write out Code: var t1:MyClass = new MyClass( 0 ); var t2:MyClass = new MyClass( 0 ); etc I know there is a much quicker way to do this than writing them out, say if I want to go up to t20, but I can't seem to quite remember how. Thanks for help, this should be a quick fix.


