Hi people,
How do I load movie clip (illo1_mc, illo2_mc all the way up to 65) which is located on level 1 based on a variable whic is located on the root timeline.
Basically, I have buttons that when clicked add a digit to the variable called illo. The button loads via loadMovieNum into level_1 (illo_swf) attached to the timeline of that movie I want flash to take the current digit stored in the illo variable on the main timeline and show its relevent movie clips. I have 65 movie clips located in the illo_swf library and I just need to reference them similar to:
Add illo to the beginning of the digit stored in the illo variable located on the root timeline and add _mc to the end, thus, loading the movie clip that responds to the digit currently stored in the variable:
>>>> var illo = 23 >>>> play >>>> illo23_mc.
Sorry for the rubbish explanation, hope someone can figure it out...
How do I load movie clip (illo1_mc, illo2_mc all the way up to 65) which is located on level 1 based on a variable whic is located on the root timeline.
Basically, I have buttons that when clicked add a digit to the variable called illo. The button loads via loadMovieNum into level_1 (illo_swf) attached to the timeline of that movie I want flash to take the current digit stored in the illo variable on the main timeline and show its relevent movie clips. I have 65 movie clips located in the illo_swf library and I just need to reference them similar to:
Add illo to the beginning of the digit stored in the illo variable located on the root timeline and add _mc to the end, thus, loading the movie clip that responds to the digit currently stored in the variable:
>>>> var illo = 23 >>>> play >>>> illo23_mc.
Sorry for the rubbish explanation, hope someone can figure it out...