what is the difference between these
var
public var
private var
im trying to do something for a scroller im working on (got it from somewhere) (trying to adjust to fit my project.
the one thing thats killing me is that…a variable is set on runtime of the script,
its set to receive any data
public var scrollMask :*;
i then define what i want in there…
and it doesn work…im at my wits end…and im wondering what the diff between all these vars are.