Hola!!
Well, guys, I believe that what I am trying to do, is either so easy that I haven’t thought about it or it can’t be done at all!
So here it is: I have a document class (let’s say DocClass.as). This class instantiates two other classes which are used as base classes of two movieclips inside the main .fla file and adds them to the stage.
1st. Do I have to use a singleton pattern (or something similar) once these two movieclip are instantiated only once in my app?
2nd (AND MOST IMPORTANT). How do I communicate between the two instantiated classes without writing a function (as a middleware) in the DocClass?
Thank you for your time