Люди прет всем
Access of possibly undefined property bablo through a reference with static type com.yoongen:UserAccount
bablo --- клип
не могу понять
Выбивает после этого кода

Код:
var $index:uint = uint(was.currentTarget.name.split("n")[1]);
this.userInfo.visible = ($index == 1);
this.userFeedbacks.visible = ($index == 2);
this.userVideos.visible = ($index == 3);
this.bablo.visible = ($index == 6);
this.bg2.visible = ($index == 3);
this.bg1.visible = !(bg2.visible)
this.init();
Точно всё проверял, все неймы правильные. Когда объявляю в начале вот тогда без ошибки, но прятать не хочет.
Пожайлуйста, помогите!