Need ARRAY help in Flash.
Need ARRAY help in Flash.
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- Bureau0
I think I got it. For anyone that cares I modified the button script to this.
on (press) {
if(i==3){
i=0;
loadMovie(movies[i],_root.loadWi...
i++;
}
else{
loadMovie(movies[i],_root.loadWi...
i++;
}
}