Цитата:
|
Сообщение от Blind Garret
Версия плеера 8.
this удовлетворения не приносит
|

Код:
this.createEmptyMovieClip ("mc", -16383);
trace (mc.getDepth ()); // -16383
trace (this.getNextHighestDepth ()); // 0
mc.swapDepths (this.getNextHighestDepth ());
trace (mc.getDepth ()); // 0
mc.swapDepths (this.getNextHighestDepth ());
trace (mc.getDepth ()); // 1