trying to pass a array string and not getting anywhere
clearly im too tired to be trying this or something obvious is escaping me here....
wanting to make an array to put the loading object into :
the code as it should look post the arrays dropping their data as this.....
var fl_MyInstance:Front_Arm_1 = new Front_Arm_1();
addChild(fl_MyInstance);
**clap and look at the arm appear**
(
*wHAT I NEED TO WORK*
var A =[Front_Arm_1];
trace(A[0]);
var fl_MyInstance:A[0] = new A[0]);
addChild(fl_MyInstance);
I've tried using var with "" around, thats not fixing it(its class front_arm_1 now, in quotes its just Front_Arm_1.. How i got the list generator to work and failing at this is beyond me but i guess thats luck on my part and books that have whole chapters on arrays but this....losing hair oh did i mention i haven't even TRIED the x and y coordinate arrays yet?
so the thing needs to grab the class, then when its trying to place the art, it also needs x and y placements as other art is going to grab a swf and replace whats in the class with new contents, but i can't even get this so far,.
