In SWiSH MAX and Flash MX, the variables always have a path, where
they are defined/creaetd. And they visible (by other scripts in movie)
in that path by default.
For example if we define a variable as x=15; on first
frame of the movie (in main timeline), all the scripts (either on frames
or even buttons' action), will be using variable 'x' directly.