Показать сообщение отдельно
Старый 05.12.2009, 15:39
xotdog вне форума Посмотреть профиль Отправить личное сообщение для xotdog Найти все сообщения от xotdog
  № 10  
Ответить с цитированием
xotdog

Регистрация: Nov 2009
Сообщений: 15
Код AS1/AS2:
on (press) {
qwe.swapDepths(this.getNextHighestDepth());
id=1;
 
this.beforx = this._x;
this.befory = this._y;
this.startDrag(false);
for (i=1; i<15;i++)
{
	if (this.beforx==Xmas8[i] and this.befory==Ymas8[i])
	PrevId=i;
}
q=0;
w=0;
fl=0;
 
}