action script string array?
action script string array?
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- ********0
Myarray=["string1","string2","st...
if (Myarray[0] || Myarray[1] || Myarray[2] ... ==true){
gotoAndPlay(2);
}
Myarray=["string1","string2","st...
if (Myarray[0] || Myarray[1] || Myarray[2] ... ==true){
gotoAndPlay(2);
}