home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / WINDOWS / DIALOGS / _ra85.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  961 b   |  35 lines

  1. package Code.WINDOWS.DIALOGS
  2. {
  3.    import Code.LIB._ei76;
  4.    import Code.LIB._hu299;
  5.    import Code.LIB._nx518;
  6.    import Code.OPTIONS._dx111;
  7.    import Code._vy402;
  8.    
  9.    public class _ra85 extends _ei76
  10.    {
  11.        
  12.       
  13.       public var iOk:_nx518;
  14.       
  15.       public var iCancel:_nx518;
  16.       
  17.       public function _ra85(param1:String)
  18.       {
  19.          var _loc2_:Array = null;
  20.          _loc2_ = [[_vy402._yi495,_dx111.cGellRed,500,300,true,1,0,0,null,true],[_vy402._ps359,param1,_dx111.cOrange,40,_hu299.SmallText,10,15,null,true],[_vy402._jk562,"yes",_dx111.cGellGreen,170,60,25,_dx111.cWhite,35,200,"iOk",true],[_vy402._jk562,"no",_dx111.cGellRed,170,60,25,_dx111.cWhite,290,200,"iCancel",true]];
  21.          super(_loc2_);
  22.       }
  23.       
  24.       public function get _wt310() : _nx518
  25.       {
  26.          return iOk;
  27.       }
  28.       
  29.       public function get _ps442() : _nx518
  30.       {
  31.          return iCancel;
  32.       }
  33.    }
  34. }
  35.