I have a level class with 4 frames in it.
When each frame is loaded, it adds a number of objects to an array. These objects are all on the stage with instance names.
So for example if im on the 2nd frame it will add all of the objects on the stage on frame 2 to the array.
The only problem is it doesnt. It works for the first frame but none of the others. Is there difficulty accessing instances of objects past the first frame of a movieclip in flash?
If I trace the array on level 1 all the objects display properly, eg [object sky_mc]. However on level 2 i will just get a load of commas and then any objects that were also in frame 1, eg " , , , [object sky_mc].
Meh im not really a coder and probably didnt do myself any favours by explainingmy problem so poorly.... any help? :)