Actionscript Question
Actionscript Question
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- unfittoprint0
myArray = [1,4,10]
for (i=0; i < myArray.length; i++){
if (myCheck == myArray[i]){
trace( "myCheck equals myArray["+i+"]");
}
}
myArray = [1,4,10]
for (i=0; i < myArray.length; i++){
if (myCheck == myArray[i]){
trace( "myCheck equals myArray["+i+"]");
}
}