home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / org / cove / ape / _ms106.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  519 b   |  31 lines

  1. package Code.org.cove.ape
  2. {
  3.    import Code.LIB._pd424;
  4.    
  5.    public class _ms106 extends _pd424
  6.    {
  7.        
  8.       
  9.       private var _owner:Object;
  10.       
  11.       public function _ms106()
  12.       {
  13.          super();
  14.       }
  15.       
  16.       public function set owner(param1:Object) : void
  17.       {
  18.          _owner = param1;
  19.       }
  20.       
  21.       public function get owner() : Object
  22.       {
  23.          return _owner;
  24.       }
  25.       
  26.       public function onEnterFrame() : void
  27.       {
  28.       }
  29.    }
  30. }
  31.