Hi, as you can see, im able to pull in an xml file, and push all the data in to arrays. Im pulling out this data and performing calculations on it.
Now, iv created a varialble called _global.newLocation = _global.percentage*100;
which equals my percentage change, multiplyed by 100. It works because i have used trace and you can see it.
I would like to then take all these newLocations and put these in to an array so i can refer to them by their index but i just cant seem to get it to work???
PLEASE HEEEEELLLLPPP!!!