Hi! (-:
Here’s some code:
var Val = alpha;
_mc.Val = somenumber;
So (it’s hard to explain and mine english isn’t good so excuse me please) in the variable “Val” i want to store not the value of “alpha” or “x”, “y” etc. but the name of the property itself (alpha, x, y etc.) and to use it on objects (MovieClips) like the example above. Is this possible?