Another quicky - I'm used to coding where I can declare global variables at the start of a project and any funciton can get/set them. For flash now I'm breaking things into functions, I'm finding myself repeatedly passing things lik ean xml root node to another function. And if a function loads in a bunch of text as part of the function, how will other functions it goes back to ahve access to them? I'm not sure which is the best way to do it in AS o.o
_________________________________
Leozack
_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);