Hi.
In AS2 was easy to change a value from a variable that was in other timelines...
Now i cant do the old way!
Basically what i need is to change a value from a variable that is in the main timeline, from other timeline.
Example:
main timeline
var totalA:int = 0;
other timeline, after adding the eventListener to the function:
parent.parent.totalA++;
so..it doesnt work..Can anybody explain me why? Thanks