I don't know if I'm just being dense, or if the structure and use of the Array Object is just really different to VB6 Arrays, but I just can't seem to do some basic stuff with it.
What I'm trying to do is to put 3 bits of information into an array, 1 set of 3 for each of 6 sprites. Then at another time and place in the game, loop through the array and compare the second element (2nd bit of information) of each record (set of 3 bits of information) and depending on what the 2nd bit of information is; increase the value of a private variable.
I can get the 1st and 2nd bits of information into the array, for the 1st sprite, but the 3rd bit overwrites the 1st bit or just messes up everything...I just can't seem to workout how to reference each element of an Array record - X,Y and Z.
I've been through the Wiki page for the Array Object, but alas here I am.
Can someone steer me in the right direction please...