Hey Everyone,
I can’t for the life of me figure this problem out that I have been having…
I have a SuperClass called “BaseClass” for the sake of this post (can’t post code because of copyright things :|)
I then have 5 SubClasses, we’ll call them “A” “B” “C” “D” and “E”. These each have their own associated movie clips.
In clips “A” and “E” I have a simple button in the top right corner (looks like an X) to close/hide the movie clip.
For some reason though, when I have them both named “close_btn” I get an error saying
1152: A conflict exists with inherited definition package.name:BaseClass.close_btn in namespace public.
I don’t ANYWHERE have close_btn in my BaseClass…
I can’t figure this out at all and I don’t even know what question to ask.
The other point I should make is that I have set the “Automatically Declare Stage Instances” in Publish Settings to true… when I don’t there’s a bunch of other errors that I would like to avoid…
Any help is appreciated,
Thanks,
–d