getNextHighestDepth in AS3
to make the movieclip in the highest depth in actionscript2, we will use MovieClip.getNextHighestDepth,
but AS3 removed that function..
instead, we use
parent.setChildIndex(this,parent.numChildren-1);
| Print article | This entry was posted by William on April 6, 2007 at 21:30, and is filed under Tech. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |