can anyone explain to me what the _global.myvariable does that is different than just declaring a variable.
it’s just so you don’t have to write the PATH to that variable every time you reference it.
jeremy
you can access a global variable from anywhere in a movie, hence its name.
read up on global variables here.