
05.07.2005, 22:16
|
|
Регистрация: Oct 2003
Адрес: Москва
Сообщений: 2,736
|
mc1.onPress = function(){
this.startDrag()
this.swapDepths(1000)
_root.mc2.swapDepths(1)
}
mc2.onPress = function(){
this.startDrag()
this.swapDepths(1000)
_root.mc1.swapDepths(1)
}
|