IanCremona
December 12th, 2008, 07:00 AM
on the main time like I've declared variable:
ActionScript Code:
newsTab.id = i;
...all is well
Then I've got a MC on the main timeline called "worldmap"
I tried the following:
ActionScript Code:
parent.newsTab.id = i;
But it is undefined
1119: Access of possibly undefined property newsTab through a reference with static type flash.display:DisplayObjectContainer.
why?
Thanks
Ian
ActionScript Code:
newsTab.id = i;
...all is well
Then I've got a MC on the main timeline called "worldmap"
I tried the following:
ActionScript Code:
parent.newsTab.id = i;
But it is undefined
1119: Access of possibly undefined property newsTab through a reference with static type flash.display:DisplayObjectContainer.
why?
Thanks
Ian