I am working on a project, and I game across a guestion that had presented it self. I have a few variables that are used through out my project. As I have it wrote they are global variables, and it works ar wrote. However, I have heard global variable are not a good idea, except in certain instances. What I like to know is what everyone else thinks of global variables? Are they good or bad? Schould I rework my project to eliminate them? I am confident I can do this, but should I? One other thing. Does Flash have constants available? One or two of the global may work better as constants(ie. a website address). There may be pros and cons for each approach, what is the general approach? Thanks for you time. Troy