Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 90000

Re: 1084: Syntax error:expecting rightparen before leftbrace. 1084: Syntax error: expecting identifier before rightparen.

$
0
0

Still same error please help me to fix this problem

Menu_1Depth_ESubAll.as, Line 66

1084: Syntax error: expecting identifier before rightparen.

 

Menu_1Depth_ESubAll.as, Line 671084: Syntax error: expecting rightparen before leftbrace.

 

 

  1. package Navi.Default
  2. {
  3.     import flash.display.*;
  4. public class Menu_1Depth_ESubAll extends Menu_1Depth
  5.     {
  6. public var motionOb:Object;
  7.         public var area:MovieClip;
  8.         public var oX:Object;
  9.         public var oY:Object;

  10. public function Menu_1Depth_ESubAll()
  11.         {
  12.             motionOb = new Object();
  13.             this.gotoAndStop(1);
  14.             return;
  15.         }// end function
  16. public function changeVal(param1, param2)
  17.         {
  18.             param1.changeVal(param2);
  19.             return;
  20.         }// end function
  21. override public function clickF(param1)
  22.         {
  23.             var _loc_2:* = undefined;
  24.             trace(this.name + "  " + this.index + "  " + this.num);
  25.             _loc_2 = String(ExternalInterface.call("Btn_Skip", num));
  26.             return;
  27.         }// end function
  28. override public function outF(param1)
  29.         {
  30.             applyMotion(motionOb.mEM, "out");
  31.             applyAllMotion(motionOb.sPM, "out");
  32.             applyMotion(motionOb.sPBGM, "out");
  33.             applyMotion(motionOb.mBGM, "out");
  34.             return;
  35.         }// end function
  36. public function applyMotion(param1, param2)
  37.         {
  38.             if (param1 != null)
  39.             {
  40.                 param1.applyMotion(param2);
  41.             }
  42.             return;
  43.         }// end function
  44. public function applyAllMotion(param1, param2)
  45.         {
  46.             var _loc_3:* = undefined;
  47.             var _loc_4:* = undefined;
  48.             var _loc_5:* = undefined;
  49.             var _loc_6:* = undefined;
  50.             if (param1 != null)
  51.             {
  52.                 _loc_3 = SVars.rMainMenu.parent;
  53.                 _loc_4 = 0;
  54.                 while (_loc_4 < _loc_3.numChildren)
  55.                 {
  56. _loc_5 = "main";
  57.                     _loc_6 = _loc_3.getChildByName(_loc_5 + _loc_4);
  58.                     if (_loc_6 is )
  59.                     {
  60.                         _loc_6.applyMotion(_loc_6.motionOb.sPM, param2);
  61.                     }
  62.                     _loc_4 = _loc_4 + 1;
  63.                 }
  64. }
  65.             return;
  66.         }// end function
  67. override public function overF(param1)
  68.         {
  69.             applyMotion(motionOb.mEM, "over");
  70.             applyAllMotion(motionOb.sPM, "over");
  71.             applyMotion(motionOb.sPBGM, "over");
  72.             applyMotion(motionOb.mBGM, "over");
  73.             return;
  74.         }// end function
  75. }
  76. }

Viewing all articles
Browse latest Browse all 90000

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>