r3x
r3x

Reputation: 2147

link a movieClip to a class programmatically?

I want to ask if there is a way to link a movieClip with a class programmatically, without going to the properties menu and checking "export to actionScript" (in flash pro). I know that you can just use addChild or use other work-arounds, but is there a specific method that does this thing.

For example: movieClip.link(class)

Upvotes: 0

Views: 258

Answers (1)

Cadin
Cadin

Reputation: 4629

I think maybe this is what you want:
Using Flash Symbols with ActionScript in Flex

Upvotes: 1

Related Questions