Like, basically I need this:
onClipEvent (load) {
myvariable = this_instance's_depth;
}
But I don't know how to get the depth as a variable.
EDIT:
Wait...I figured it out again...sorry for making another thread.
All problems solved.
onClipEvent (load) {
myvariable = this_instance's_depth;
}