
“tble” button load mc “tableinfmc” from library
tble.addEventListener(MouseEvent.CLICK,tble_click)
function tble_click(event:MouseEvent):void{
var tblinf:MovieClip=new tableinfmc()
addChild(tblinf)
}
but the mc instance cant reed any variables on the main time line