
30.03.2004, 21:02
|
|
блогер
Регистрация: Mar 2003
Адрес: Моск. обл.
Сообщений: 5,269
|
если вторая приходит позже добавь флаг
this.watch("variable", function() { this.myValue2 = arguments[2];_root.js_come=true; })
а в первой проверяй
_root.onData = function () {
if (_root.myValue!= undefined) && _root.js_come{
_root.gotoAndPlay(2);
}
}
|