home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Frizzle_fraz.swf / scripts / Code / WINDOWS / _ty404.as < prev    next >
Encoding:
Text File  |  2008-09-26  |  2.2 KB  |  60 lines

  1. package Code.WINDOWS
  2. {
  3.    import Code.LIB._ei76;
  4.    import Code.LIB._hu299;
  5.    import Code.LIB._nx518;
  6.    import Code.OPTIONS.LANGUAGES._bw341;
  7.    import Code.OPTIONS.LANGUAGES._en140;
  8.    import Code.OPTIONS.LANGUAGES._io547;
  9.    import Code.OPTIONS.LANGUAGES._ny284;
  10.    import Code.OPTIONS._dx111;
  11.    import Code._vy402;
  12.    import flash.display.Sprite;
  13.    import flash.events.MouseEvent;
  14.    
  15.    public class _ty404 extends _ei76
  16.    {
  17.        
  18.       
  19.       public var iEn:_nx518;
  20.       
  21.       public var iFr:_nx518;
  22.       
  23.       public var iRu:_nx518;
  24.       
  25.       public var iDe:_nx518;
  26.       
  27.       public function _ty404()
  28.       {
  29.          var _loc1_:Array = null;
  30.          _loc1_ = [[_vy402._sv520,_dx111.cGellAqua,440,480,false,0.5,_dx111.TScaledFrame,0,0,null,true],[_vy402._gb40,"select language",_dx111.cWhite,25,325,_hu299.SmallText,0,25,null,true],[_vy402._jk562,"English",_dx111.cGellAqua,140,50,20,_dx111.cWhite,150,80,"iEn",true],[_vy402._jk562,"╨á╤â╤ü╤ü╨║╨╕╨╣",_dx111.cGellAqua,140,50,20,_dx111.cWhite,175,150,"iRu",true],[_vy402._jk562,"Fran├ºais",_dx111.cGellAqua,140,50,20,_dx111.cWhite,200,230,"iFr",true],[_vy402._jk562,"Deutsch",_dx111.cGellAqua,140,50,20,_dx111.cWhite,225,300,"iDe",true],[_vy402._sa70,new _dx111.TFlagENG() as Sprite,1,true,50,80,null,true],[_vy402._sa70,new _dx111.TFlagRU() as Sprite,1,true,75,150,null,true],[_vy402._sa70,new _dx111.TFlagFR() as Sprite,1,true,100,230,null,true],[_vy402._sa70,new _dx111.TFlagDE() as Sprite,1,true,125,300,null,true]];
  31.          super(_loc1_);
  32.          _gm53(175,50);
  33.       }
  34.       
  35.       override public function _lf305(param1:MouseEvent) : void
  36.       {
  37.          if(param1.target == iEn._ol346)
  38.          {
  39.             _dx111.iLanguage = new _bw341();
  40.             hide();
  41.          }
  42.          if(param1.target == iRu._ol346)
  43.          {
  44.             _dx111.iLanguage = new _io547();
  45.             hide();
  46.          }
  47.          if(param1.target == iFr._ol346)
  48.          {
  49.             _dx111.iLanguage = new _ny284();
  50.             hide();
  51.          }
  52.          if(param1.target == iDe._ol346)
  53.          {
  54.             _dx111.iLanguage = new _en140();
  55.             hide();
  56.          }
  57.       }
  58.    }
  59. }
  60.