In this daisy, when we drag the middle part of the daisy, the other leaves remain at the bottom, but when we move the leaves to their original place and drag them again, they overlap the middle part. How can we prevent this? We adjusted the order of the leaves and the middle part on the timeline. The video is attached.
I realize this does not answer the question directly but what if you made a small adjustment to the petals so that there was not an overlap when placed?
Something similar to this so that when you place it - it lines up without overlap so the z-index doesn’t matter.
Hi @emrahdirek , if I understand you correctly, you would like the central part of the flower to always be in the foreground…
This topic might be of help to you.
This issue occurs because dragging an item out and dropping it back in increases the z-index each time. You can prevent this by adding a script to the question’s On Change event to reset the z-index, similar to the sample provided yesterday. However, the most effective approach would be to follow Greg’s method.