In FLash IDE, in the Symbol Properties, in the ActionScript Linkage, I can set the Class I want so that my movieClip symbole has its own custom class which extends MovieClip
The question is, is it possible to pass some parameters to the custom class constructor for my movieClip symbole?? I can do a trick by checking the name of the movieClip but I thought there would be a better way?