How do I set the depth of images in ActionScript?

前端 未结 1 801
予麋鹿
予麋鹿 2021-01-27 17:11

How do I set the depth of different images in ActionScript?

相关标签:
1条回答
  • 2021-01-27 17:50

    If you are referring depth as in the position of the image in it's parent's display list, checkout setChildIndex() and swapChildren() methods of the DisplayObjectContainer class.

    0 讨论(0)
提交回复
热议问题