I have been learning actionScript on my own for a month and am stuck on something really stupid am sure its super easy.
I know that to create a function i write:
myFunction = function (parameters…){code};
Now my question is, what does the next line of codes do as far as functions are concerned i know what the loading text part do, i need only the fucntion part.
Is it a function called everytime the text is loaded ?? or what? i thought you only put the name of the fucntion and then create it.
loadText.onLoad = function() {
yourTextInstance.html = true;
yourTextInstance.htmlText = this.yourExternalVariable;
};
Please help am going crazy learning ationScript!
Thanks