i need that to have an array with 166 numbers. ("_parent._parent.totalFrames = 167" and “q != _parent._parent.currentframe” ) is the following code correct?
myArray = [];
for (var q = 1; q != _parent._parent._currentframe && q<168; q++) {
myArray.push(q);