PDA

View Full Version : getNextHighestDepth



larcho
May 22nd, 2004, 07:11 PM
Hi there ... I want to createEmptyMovieClip in the next free level, I remember it was something with getNextHighestDepth?

How do I actually do this ?

kode
May 22nd, 2004, 11:27 PM
var nextDepth = this.getNextHighestDepth();
this.createEmptyMovieClip("my_mc", nextDepth);