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

  1. package Code.WINDOWS
  2. {
  3.    import Code.LIB.SOUND._wj196;
  4.    import Code.LIB._bm350;
  5.    import Code.LIB._ei76;
  6.    import Code.LIB._hu299;
  7.    import Code.LIB._lx496;
  8.    import Code.LIB._na237;
  9.    import Code.LIB._nx518;
  10.    import Code.OPTIONS._dx111;
  11.    import Code._vy402;
  12.    import flash.display.Sprite;
  13.    import flash.events.Event;
  14.    import flash.events.MouseEvent;
  15.    import flash.net.URLRequest;
  16.    import flash.net.navigateToURL;
  17.    
  18.    public class _ee454 extends _ei76
  19.    {
  20.        
  21.       
  22.       public var iProfile:_nx518;
  23.       
  24.       public var iOptions:_nx518;
  25.       
  26.       public var iMore:_nx518;
  27.       
  28.       public var iStart:_nx518;
  29.       
  30.       public var iDetails:_nx518;
  31.       
  32.       public function _ee454()
  33.       {
  34.          var _loc1_:Array = null;
  35.          var _loc2_:Sprite = null;
  36.          _loc1_ = [[_vy402._sa70,new _dx111.GMainMenu() as Sprite,1,true,0,0,null,true],[_vy402._gb40,_dx111.iLanguage.strWelcome + " " + _na237._mk53,_dx111.cYellow,25,800,_hu299.SmallText,0,540,null,true],[_vy402._jk562,_dx111.iLanguage.strPlay,_dx111.cAqua,257,50,23,_dx111.cWhite,270,476,"iStart",true],[_vy402._jk562,_dx111.iLanguage.strInstructions,_dx111.cGreen,400,50,23,_dx111.cWhite,200,125,"iDetails",true],[_vy402._jk562,_dx111.iLanguage.strOptions,_dx111.cPink,400,50,23,_dx111.cWhite,200,205,"iOptions",true],[_vy402._jk562,_dx111.iLanguage.strProfile,_dx111.cOrange,400,60,23,_dx111.cWhite,200,280,"iProfile",true],[_vy402._jk562,"more games",_dx111.cOrange,220,60,25,_dx111.cWhite,280,340,"iMore",true]];
  37.          super(_loc1_);
  38.          _wj196._va384("bg",true);
  39.          _loc2_ = new _dx111.TBibaLogo() as Sprite;
  40.          _loc2_.scaleX = _loc2_.scaleY = _bm350._tc204 * 0.8;
  41.          _loc2_.x = 15 * _bm350._tc204;
  42.          _loc2_.y = 15 * _bm350._tc204;
  43.          addChild(_loc2_);
  44.       }
  45.       
  46.       public function _sl245() : void
  47.       {
  48.       }
  49.       
  50.       override public function onEnterFrame(param1:Event) : void
  51.       {
  52.          super.onEnterFrame(param1);
  53.       }
  54.       
  55.       override public function _lf305(param1:MouseEvent) : void
  56.       {
  57.          if(param1.target == iStart._ol346)
  58.          {
  59.             if(_na237._wd393 == 0)
  60.             {
  61.                (parent as _lx496).menuItem = _dx111.miHowToPlay;
  62.             }
  63.             else
  64.             {
  65.                (parent as _lx496).menuItem = _dx111.miGame;
  66.             }
  67.             this.hide();
  68.          }
  69.          if(param1.target == iOptions._ol346)
  70.          {
  71.             (parent as _lx496).menuItem = _dx111.miOptions;
  72.             this.hide();
  73.          }
  74.          if(param1.target == this.iDetails._ol346)
  75.          {
  76.             (parent as _lx496).menuItem = _dx111.miInstructions;
  77.             this.hide();
  78.          }
  79.          if(param1.target == this.iProfile._ol346)
  80.          {
  81.             (parent as _lx496).menuItem = _dx111.miChoosePlayer;
  82.             this.hide();
  83.          }
  84.          if(param1.target == iMore._ol346)
  85.          {
  86.             navigateToURL(new URLRequest("http://www.bibagames.com"));
  87.          }
  88.       }
  89.       
  90.       override public function _fy281() : void
  91.       {
  92.          super._fy281();
  93.       }
  94.    }
  95. }
  96.