Answered
Adding properties to Moveclip instances
I see this:

With the section for Property | Value at the bottom. But I can not see a way to append my own custom properties. Am I just hoping too much or is there a way to do this?
I see this:

With the section for Property | Value at the bottom. But I can not see a way to append my own custom properties. Am I just hoping too much or is there a way to do this?
That is only the property and value of any filters you have added. It gets filled in as you add filters to a movieclip.
At runtime you can give a movieclip a property. Like:
myMc.customValue = "whatever";
trace(myMc.customValue);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.