gosiaisean
05-27-2010, 03:30 PM
How to access var from one function and use it in the other. Example:
function onee(){
var i:int = nodeXml.node.length();
}
And now trace it in here:
trace(i);
I know that if you have a packages you can use public or sth like that, but it doesnt work with the code on the actions frame.
Thanx
function onee(){
var i:int = nodeXml.node.length();
}
And now trace it in here:
trace(i);
I know that if you have a packages you can use public or sth like that, but it doesnt work with the code on the actions frame.
Thanx