Actionscript Question
Actionscript Question
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- E__________0
sorry wrong there:
var i;
while(myArray[i] != myVar && myArray[i] != undefined)
{ i++; }
trace(i);
sorry wrong there:
var i;
while(myArray[i] != myVar && myArray[i] != undefined)
{ i++; }
trace(i);