![]() |
|
||||||||||
|
|||||
|
Регистрация: Nov 2008
Сообщений: 33
|
Двадцать клипов ["mc"+i] при хиттесте с любым из ["m"+i] = какоето действие.
Непонимаю в чём ошибка. Не хиттестится (. Help. //
import mx.utils.Delegate;
for (var i:Number = 1; i<=20;i++) {
this["mc"+i].onPress=function () {
this.startDrag();
this.swapDepths(getNextHighestDepth())
}
this["mc"+i].onRelease=function () {
this.stopDrag();
if (this.hitTest(["m"+i])) {
this._x=["m"+i]._x
this._y=["m"+i]._y
trace ("ок")
delete this.onPress;
delete this.onRelease;
}
}
}
|
![]() |
Часовой пояс GMT +4, время: 12:07. |
|
|
« Предыдущая тема | Следующая тема » |
|
|