Im just starting to get my hands into Action Script v2, and Im having a really hard time working out what the difference is between Public, Private and Static Variables, it seems that declaring variables in these types makes no difference what so ever to the avaliablility of my variables…
Could someone be so kind as to put me on the right path?
I supose that you are using flash 7 and that there is not great difference between it and flash 6
var variable
_global.variable
if the first one appears inside a function it will be deleted after the function is completed, (not static)
the second will we saved in _root
and finally, there are no private variables in flash, all are public