Hello

I'm not sure I understand what you're trying to do

There are two main ways you can add code to an object:

- Link it to a class in the Symbol Properties and then instantiate it with the new operator.
- Use the OOP technique of composition.

Could you explain in greater detail what you are trying to accomplish?