Hi,
i’m having a problem with a for loop. The problem is that it doesn’t create multiple movieclips with an unique instance, i think it copies over itself…
I hope someone knows how to solve this!!
But… it doesn’t work, I tried that already. When I insert
’ _root.createEmptyMovieClip(“image”+i, i);’ it doesn’t show any image anymore. Then I thought, because I use the +i in the createEmptyMovie, maybe I must delete the ’ this._root.again.image += _root.again[“image” +i];’, but that doesn’t work either.
I keep having problems with the loadmovie() when loading a php variable (it’s an url to an picture). I was really happy when it worked with createEmptyMovieClip()…but now I’m still having problems with the ‘for’ loop for creating multiple movieClips with each having another picture.