home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / filler.swf / scripts / mx / core / ContainerGlobals.as < prev    next >
Encoding:
Text File  |  2008-09-02  |  283 b   |  17 lines

  1. package mx.core
  2. {
  3.    import flash.display.InteractiveObject;
  4.    
  5.    public class ContainerGlobals
  6.    {
  7.       
  8.       public static var focusedContainer:InteractiveObject;
  9.        
  10.       
  11.       public function ContainerGlobals()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.