-
I'm creating a pie-chart with duplicate movie clip.
A slice is being duplicated to create the full disc. Now I want to place another MC in the middle on top of the duplicated 'Pie'. (in order to create some kind of donut-chart)
But its only visible in the first 'slice'... The rest of the pie is duplicated in front of the 'middlepiece'???
Is there a way to put the second MC on top?
(The layer ofcourse is allready on top, but this doesent help)
-
when you duplicate a mc, you need to set some variables like the mc name you want to duplicate, the new name and the depth. Everything that has a depth (so attached and duplicated mc's) are always above the stage.
if a depth value is higher than another one, the first mc will be on top of other.
so what you need to do is to duplicate the mc you want to set in the middel of the pie and make it so that it's depth is higher than the depth's of all the pie-charts.
greetz, ^1letser