Hi All,
I would like to be able to test an instance of a custom movieclip. I know its possible to test using instanceof for primitive data types like String and Number, but is it possible to test a custom movieclip symbol ?
if (this instanceof "mcMyMovieClip") {
trace('Found an instance of 'mcMovieClip'");
}
Many Tnx.
Dachyon.
I would like to be able to test an instance of a custom movieclip. I know its possible to test using instanceof for primitive data types like String and Number, but is it possible to test a custom movieclip symbol ?
if (this instanceof "mcMyMovieClip") {
trace('Found an instance of 'mcMovieClip'");
}
Many Tnx.
Dachyon.