Groups | Blog | Home
all groups > flash actionscript > february 2004 >

flash actionscript : refer to MovieClip in loop?


chrism59
2/16/2004 6:28:32 PM
I have 9 MovieClips and want to load them dynamicly in a loop can this be done

For (1:Number = 0; i<9;++i)
submitURL = FileLoc[i] + "h1"+i+".swf"
"Movie"+i+"_mc".loadMovie(submitURL)

The problem is I can not figure out how to write the .loadMovie statemen
Any suggestions??
mr.b
2/16/2004 7:03:04 PM
this is assuming you want to load into 9 different movieclips:

chrism59
2/16/2004 7:33:05 PM
AddThis Social Bookmark Button