Update array values?

maybe someone can solve this one too:
i have an array like this:


for(i=0; i<ap.length; i++)
{
    storePositions.push(this._parent._parent["mcItem"+i]._x)
}

now i want to update all the values with a value of +160
how can i do that?