so I’m working on a project, and I’m going to have a bunch of different slider bars, and I want to use one movie clip for them all. Their function will be to change various _root.varables, and I wanted to send each instance a separate string (this.name = “_root.blah”), so that it could read the value of _root.blah AND assign new values to it.
However, I have yet to find a command that will let me do this… (if my calculator can do this, I assume flash can too, I just don’t know how.)