Need ARRAY help in Flash.
Need ARRAY help in Flash.
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- Solid0
You need to increment your 'i' variable each time you call loadMovie();
------
on (press) {
loadMovie(movies[this._parent.i... , _root.loadWindow);
}