dv8
05-09-2002, 07:09 PM
Interesting Return... didn't think it would work :D
// Parse Stats
for (x=0;x<Number(_root.tallyPoints);x++) {
_root["dividedStats"+x] = _root["stats"+x].split(" ");
trace(_root["dividedStats"+x][3]);
}
// Parse Stats
for (x=0;x<Number(_root.tallyPoints);x++) {
_root["dividedStats"+x] = _root["stats"+x].split(" ");
trace(_root["dividedStats"+x][3]);
}