сделал так

Код AS3:
this.getChildByName(Scroll).scrollRect = new Rectangle(0, 0, this.getChildByName(Scroll).width, 420);
rect = this.getChildByName(Scroll).scrollRect;
this.getChildByName(Scroll).cacheAsBitmap = true;
вот так теперь Basic_map.as:33: 1120: Access of undefined property Scroll.