Actionscript Question
Actionscript Question
Out of context: Reply #2
- Started
- Last post
- 9 Responses
- UndoUndo0
for(i=0; i < array.length, i++){
if(myArray[i] == myVal){doSomething
}
};as tomakt said
for(i=0; i < array.length, i++){
if(myArray[i] == myVal){doSomething
}
};
as tomakt said