
14.09.2004, 17:16
|
|
Регистрация: Feb 2004
Адрес: Лобня
Сообщений: 21
|
Какой-то невнятный вопрос, но попробую ответить.
onClipEvent (mouseDown) {
if ((_this._x>150) && (_this._x<250) && (_this._y>150) && (_this._y<250) {
stopDrag();
Mouse.show();
_root.gotoAndStop(2);
}
}
|