![]() |
|
||||||||||
|
|||||
|
Регистрация: Nov 2007
Сообщений: 165
|
Добрый день.
Делаю сайт с использованием SWFAddress и сразу же столкнулся с проблемой: - У меня во флешке есть Timer var timerS:Timer = new Timer(200,9);//create the timer timerS.addEventListener(TimerEvent.TIMER, doNextSTween); timerS.start(); TypeError: Error #1009: Не удается вызвать свойство или метод со ссылкой на объект "null". at main_fla::MainTimeline/doNextSTween() at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick() в функции вот что находится function doNextSTween(e:TimerEvent):void { if (timerS.currentCount == 8) { placesTweenX = new Tween(shapka.bloc.places_btn,"x",Regular.easeInOut,shapka.bloc.places_btn.x-70,shapka.bloc.places_btn.x,1,true); placesTweenAlpha = new Tween(shapka.bloc.places_btn,"alpha",Regular.easeOut,0,1,1,true); } if (timerS.currentCount == 6) { peopleTweenX = new Tween(shapka.bloc.people_btn,"x",Regular.easeInOut,shapka.bloc.people_btn.x-70,shapka.bloc.people_btn.x,1,true); peopleTweenAlpha = new Tween(shapka.bloc.people_btn,"alpha",Regular.easeOut,0,1,1,true); } if (timerS.currentCount == 7) { cultureTweenX = new Tween(shapka.bloc.culture_btn,"x",Regular.easeInOut,shapka.bloc.culture_btn.x-70,shapka.bloc.culture_btn.x,1.,true); cultureTweenAlpha = new Tween(shapka.bloc.culture_btn,"alpha",Regular.easeOut,0,1,1,true); } if (timerS.currentCount == 8) { eventTweenX = new Tween(shapka.bloc.event_btn,"x",Regular.easeInOut,shapka.bloc.event_btn.x-70,shapka.bloc.event_btn.x,1,true); eventTweenAlpha = new Tween(shapka.bloc.event_btn,"alpha",Regular.easeOut,0,1,1,true); } if (timerS.currentCount == 9) { sobranieTweenX = new Tween(shapka.bloc.sobranie_btn,"x",Regular.easeInOut,shapka.bloc.sobranie_btn.x-70,shapka.bloc.sobranie_btn.x,1.,true); sobranieTweenAlpha = new Tween(shapka.bloc.sobranie_btn,"alpha",Regular.easeOut,0,1,1,true); probelsTweenAlpha = new Tween(shapka.probels,"alpha",Regular.easeOut,0,1,2,true); } trace(timerS.currentCount) }
__________________
Да здравствует то, благодаря чему мы не смотря ни на что! Последний раз редактировалось zveryuka; 20.09.2010 в 17:38. |
![]() |
Часовой пояс GMT +4, время: 16:25. |
|
|
« Предыдущая тема | Следующая тема » |
|
|