Need ARRAY help in Flash.
Need ARRAY help in Flash.
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- Bureau0
Thanks! That worked! I changed the button script to this.
on (press) {
loadMovie(movies[i],_root.loadWi...
i++;
}But now I have another problem. When it reaches the last array how do I make it loop back to the beginning?
Do I need to do an IF statement saying that when it reaches the last array to set i back to 0?