【发布时间】:2012-03-21 22:30:41
【问题描述】:
我正在拼命尝试将我的边框容器设置为最高的 z-index,以便它始终出现在顶部。
我如何知道我的 flex 阶段中有多少对象,所以我可以将边界容器设置为最高深度? 我在 depth 属性中写了什么外壳,以便边框容器始终位于顶部? (值得一提的是我创建了动态对象)
<s:BorderContainer includeIn="state2" width="200" height="200" backgroundColor="#992F2F"
horizontalCenter="-61" verticalCenter="23" depth.state2=currentState.num>
</s:BorderContainer>
tnx!
【问题讨论】:
标签: actionscript-3 flex4 z-index depth