Jump to content
Korean Random
ktulho

Сборник py_macro

Recommended Posts

Огромное спасибо, все получилось, работает! Отдельная благодарность и ktulho, и krok65, за терпеливые пояснения!  :))

Всегда пожалуйста!!!Рад что получилось!!!

Вообще хорошо что отписываются люди работает или нет.А то многие качают и не отписываются.Так автору легче же по отзывам видеть недочеты и что исправить!!!

А ktulho конечно за такие полезные дополнения огромаднейшее спасибо!!!

Edited by krok65

Share this post


Link to post

Short link
Share on other sites

 

 

Добавил модификацию "Premium аккаунт".
 

Вот же спасибо,все ломал голову, откуда взять инфу про остаток према, после скрытия кнопки "Купить премиум" :) 

Share this post


Link to post

Short link
Share on other sites

Добавил модификацию "Premium аккаунт".

Спасибо Вам очередное огромное!!!Как всегда выручаете нас!!!

Share this post


Link to post

Short link
Share on other sites

Добавил модификацию "Полоса очков прочности".

  • Upvote 3

Share this post


Link to post

Short link
Share on other sites

Покажите, пожалуйста, пример добавления  в файл elements.xc:

      "consumablesPanel": {
        "$delay": 4000,
        "y": "{{py:math.sub({{py:xvm.screenHeight}}, 80)}}"
      }

Проблема с синтаксисом. Не могу корректно добавить.

/**
* GUI elements settings (experts only)
* Настройки графических элементов (только для экспертов!)
* http://www.koreanrandom.com/forum/topic/1761-
*
* TODO: doc
*
* commands:
*   "$log": 1,  // команда $log используется для вывода значений в лог, число - уровень вложенности
*   "$delay": 1,
*   "$interval": 1,
*   "$textFormat": {   // подстановка для формата текста
*     //"$log": 1,             // тоже можно логгировать
*     "size": 30,              // размер шрифта
*     "font": "$TitleFont",    // шрифт пожирнее
*     "align": "center"        // выравнивание
*   }
*
*/
{
  // TODO: elements
  //
  // Interface elements
  // Элементы интерфейса
  "elements": [
    // "x"     - положение по горизонтали / horizontal position
    // "y"     - положение по вертикали   / vertical position
    // "alpha" - прозрачность             / transparency
    //
    // Example: Players panels
    // Пример: Панели игроков (уши)
    /*
    {
      "$delay": 100,
      "playersPanel": {
        // Left panel
        // Левая панель игроков (ухо)
        "listLeft": {
          "y": 65
        },
        // Right panel
        // Правая панель игроков (ухо)
        "listRight": {
          "y": 65
        },
        // Players panels switcher
        // Переключатель режимов панелей игроков
        "panelSwitch": {
          "y": 37
        }
      }
    },
    */
{
      "consumablesPanel": {
        "$delay": 4000,
        "y": "{{py:math.sub({{py:xvm.screenHeight}}, 80)}}"
      }
},
  ]
}

Share this post


Link to post

Short link
Share on other sites

@ADv,

/**
* GUI elements settings (experts only)
* Настройки графических элементов (только для экспертов!)
* http://www.koreanran...rum/topic/1761-
*
* TODO: doc
*
* commands:
*   "$log": 1,  // команда $log используется для вывода значений в лог, число - уровень вложенности
*   "$delay": 1,
*   "$interval": 1,
*   "$textFormat": {   // подстановка для формата текста
*     //"$log": 1,             // тоже можно логгировать
*     "size": 30,              // размер шрифта
*     "font": "$TitleFont",    // шрифт пожирнее
*     "align": "center"        // выравнивание
*   }
*
*/
{
  // TODO: elements
  //
  // Interface elements
  // Элементы интерфейса
  "elements": [
    // "x"     - положение по горизонтали / horizontal position
    // "y"     - положение по вертикали   / vertical position
    // "alpha" - прозрачность             / transparency
    //
    // Example: Players panels
    // Пример: Панели игроков (уши)
    /*
    {
      "$delay": 100,
      "playersPanel": {
        // Left panel
        // Левая панель игроков (ухо)
        "listLeft": {
          "y": 65
        },
        // Right panel
        // Правая панель игроков (ухо)
        "listRight": {
          "y": 65
        },
        // Players panels switcher
        // Переключатель режимов панелей игроков
        "panelSwitch": {
          "y": 37
        }
      }
    },
    */
    {
      "consumablesPanel": {
        "$delay": 4000,
        "y": "{{py:math.sub({{py:xvm.screenHeight}}, 80)}}"
      }
    }
  ]
} 

Edited by ktulho
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

@ADv,

/**
* GUI elements settings (experts only)
* Настройки графических элементов (только для экспертов!)
* http://www.koreanran...rum/topic/1761-
*
* TODO: doc
*
* commands:
*   "$log": 1,  // команда $log используется для вывода значений в лог, число - уровень вложенности
*   "$delay": 1,
*   "$interval": 1,
*   "$textFormat": {   // подстановка для формата текста
*     //"$log": 1,             // тоже можно логгировать
*     "size": 30,              // размер шрифта
*     "font": "$TitleFont",    // шрифт пожирнее
*     "align": "center"        // выравнивание
*   }
*
*/
{
  // TODO: elements
  //
  // Interface elements
  // Элементы интерфейса
  "elements": [
    // "x"     - положение по горизонтали / horizontal position
    // "y"     - положение по вертикали   / vertical position
    // "alpha" - прозрачность             / transparency
    //
    // Example: Players panels
    // Пример: Панели игроков (уши)
    /*
    {
      "$delay": 100,
      "playersPanel": {
        // Left panel
        // Левая панель игроков (ухо)
        "listLeft": {
          "y": 65
        },
        // Right panel
        // Правая панель игроков (ухо)
        "listRight": {
          "y": 65
        },
        // Players panels switcher
        // Переключатель режимов панелей игроков
        "panelSwitch": {
          "y": 37
        }
      }
    },
    */
    {
      "consumablesPanel": {
        "$delay": 4000,
        "y": "{{py:math.sub({{py:xvm.screenHeight}}, 80)}}"
      }
    }
  ]
} 

Благодарю. А сам фон (hpBar_Background.png) можете выложить? Спасибо.

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Благодарю. А сам фон (hpBar_Background.png) можете выложить? Спасибо.

Забыл. Добавил.

 

 

Автор добавь розу ремонта тоже в шапку темы. старались же 
, это мод @Kotyarko_O.

Share this post


Link to post

Short link
Share on other sites

 

Забыл. Добавил.

 

 

, это мод @Kotyarko_O.

 

ну и что,  к теме же подойдет. тем более что вы подсветку добавили и реабелетировали его. ладно ваше право.

Вопрос Я не как не могу поднять расходники они не как не реагируют. и пробовал увеличить как вы говорили серавно не чего как вкопаные на месте стоят

Share this post


Link to post

Short link
Share on other sites

@P.S.Enot"$delay" прописан ?

прописан . уже измудрился его крутить вертеть . уже какие способы не пробовал не реагирует. но уверен если просто значение назначить по игрик будет работать но не то получится

вот тут "$delay":  ставлю хоть  10 000 серано на одном месте щас попробую взять из дефолта файл новый в нем поставить. но не думаю что в этом проблема . а вот в чем не понятно . вот как у меня все выглядит 

// Панель снарядов и расходников

      {

   "consumablesPanel": {

       "$delay": 5000,

        "y": "{{py:math.sub({{py:xvm.screenHeight}}, 80)}}"

      } },

// Таймер в бою

    {

      "battleTimer": {

        "y": 3

        }},

// debugPanel

{

        "debugPanel": {

        "$interval": 1,

        "alpha": 0,

        "y": 0,

        "fpsTF": {

        "$textFormat": { "font": "$TitleFont", "color": "0xffffff", "size": "14" }

        },

        "pingTF": {

        "$textFormat": { "font": "$TitleFont", "color": "0xffffff", "size": "14" }

        }}},

    { "$delay": 100,

      "sixthSense": {

        "y": 240

    /**    }

    },

    { "$delay": 100,

      "ribbonsPanel": {

      "y": 860

    }

     },

     { "$delay": 100,

       "battleMessenger": {

      "y": 750

*/

}}]}

Edited by P.S.Enot

Share this post


Link to post

Short link
Share on other sites

Полоса очков прочности   ++++ классно получилось.

Вопрос  как можно прописать чтоб можно было двигать ники и название танка относительно полосы хр ?

Share this post


Link to post

Short link
Share on other sites

@P.S.Enot, в "$log" попробовать вывести инфу - может названия поменялись

каким образом  что и куда прописать что бы в лог инфу вынести

так вот все выглядит 

post-35157-0-25679900-1502569626_thumb.jpg

Полоса очков прочности   ++++ классно получилось.

Вопрос  как можно прописать чтоб можно было двигать ники и название танка относительно полосы хр ?

скорее всего это пока не предусмотрено . но я за то что бы они появились. было бы вообще уматно. я щас еще одну штуку придумал можно добавить. только вот с расходниками бы разобраться

Share this post


Link to post

Short link
Share on other sites

каким образом  что и куда прописать что бы в лог инфу вынести

так вот все выглядит 

attachicon.gifshot_003.jpg

скорее всего это пока не предусмотрено . но я за то что бы они появились. было бы вообще уматно. я щас еще одну штуку придумал можно добавить. только вот с расходниками бы разобраться

Стандартная полоса тоже работает получается интересно ее можно выключить?

Share this post


Link to post

Short link
Share on other sites

Стандартная полоса тоже работает получается интересно ее можно выключить?

у тебя хп бар под расходниками или так же как и у меня работает на них накладывается???

Share this post


Link to post

Short link
Share on other sites

@P.S.Enot,  вот вывел

'"$log":2,'

2017-08-12 23:34:23: [B:004] main.consumablesPanel: { // ConsumablesPanelUI
  "panelWidth": 951,
  "isExpand": false,
  "isDAAPIInited": true,
  "disposed": false,
  "visible": false,
  "initialized": true,
  "trackAsMenu": false,
  "totalFrames": 1,
  "scenes": [
    "[object Scene]"
  ],
  "framesLoaded": 1,
  "enabled": true,
  "currentScene": { // flash.display::Scene
    "numFrames": 1,
    "name": "",
    "labels": ""
  },
  "currentLabels": [

  ],
  "currentLabel": null,
  "currentFrameLabel": null,
  "currentFrame": 1,
  "useHandCursor": false,
  "soundTransform": null,
  "hitArea": null,
  "graphics": { // flash.display::Graphics

  },
  "dropTarget": null,
  "buttonMode": false,
  "textSnapshot": { // flash.text::TextSnapshot
    "charCount": 0
  },
  "tabChildren": true,
  "numChildren": 0,
  "mouseChildren": true,
  "tabIndex": -1,
  "tabEnabled": false,
  "mouseEnabled": true,
  "focusRect": null,
  "doubleClickEnabled": false,
  "contextMenu": null,
  "z": 0,
  "y": 1057,
  "x": 951,
  "width": 0,
  "transform": { // flash.geom::Transform
    "pixelBounds": "(x=0, y=0, w=0, h=0)",
    "perspectiveProjection": null,
    "matrix3D": "[object Matrix3D]",
    "matrix": "(a=1, b=0, c=0, d=1, tx=951, ty=1057)",
    "concatenatedMatrix": "(a=1, b=0, c=0, d=1, tx=951, ty=1057)",
    "concatenatedColorTransform": "(redMultiplier=1, greenMultiplier=1, blueMultiplier=1, alphaMultiplier=1, redOffset=0, greenOffset=0, blueOffset=0, alphaOffset=0)",
    "colorTransform": "(redMultiplier=1, greenMultiplier=1, blueMultiplier=1, alphaMultiplier=1, redOffset=0, greenOffset=0, blueOffset=0, alphaOffset=0)"
  },
  "stage": { // flash.display::Stage
    "width": 4547.83359375,
    "tabChildren": false,
    "stageWidth": 1902,
    "stageHeight": 1114,
    "stageFocusRect": false,
    "showDefaultContextMenu": false,
    "scaleMode": "noScale",
    "quality": "",
    "orientation": "",
    "mouseChildren": true,
    "height": 2967,
    "fullScreenWidth": 0,
    "fullScreenSourceRect": null,
    "fullScreenHeight": 0,
    "frameRate": 50,
    "focus": "[object BattlePage_UI]",
    "displayState": "",
    "deviceOrientation": "default",
    "color": 0,
    "autoOrients": false,
    "align": "LT",
    "textSnapshot": null,
    "numChildren": 2,
    "tabIndex": -1,
    "tabEnabled": false,
    "mouseEnabled": true,
    "focusRect": null,
    "doubleClickEnabled": false,
    "contextMenu": null,
    "z": 0,
    "y": 0,
    "x": 0,
    "visible": true,
    "transform": "[object Transform]",
    "stage": "[object Stage]",
    "scrollRect": null,
    "scaleZ": 1,
    "scaleY": 1,
    "scaleX": 1,
    "scale9Grid": null,
    "rotationZ": 0,
    "rotationY": 0,
    "rotationX": 0,
    "rotation": 0,
    "root": "[object Stage]",
    "parent": null,
    "opaqueBackground": null,
    "name": null,
    "mouseY": 0,
    "mouseX": 0,
    "mask": null,
    "loaderInfo": "[object LoaderInfo]",
    "filters": "",
    "cacheAsBitmap": false,
    "blendMode": "normal",
    "alpha": 1,
    "accessibilityProperties": null
  },
  "scrollRect": null,
  "scaleZ": 1,
  "scaleY": 1,
  "scaleX": 1,
  "scale9Grid": null,
  "rotationZ": 0,
  "rotationY": 0,
  "rotationX": 0,
  "rotation": 0,
  "root": { // net.wg.app.impl::BattleApp
    "atlasMgr": "[object AtlasManager]",
    "tutorialMgr": "[object TutorialManagerBattle]",
    "systemMessages": "[object Sprite]",
    "browserBgClass": null,
    "containerMgr": "[object ContainerManagerBattle]",
    "environment": "[object EnvironmentManager]",
    "toolTipMgr": "[object ToolTipManagerBattle]",
    "globalVarsMgr": "[object GlobalVarsManager]",
    "isDAAPIInited": true,
    "appScale": 1,
    "appHeight": 1115,
    "appWidth": 1902,
    "cacheMgr": null,
    "cursor": "[object CursorUI]",
    "voiceChatMgr": "[object VoiceChatManagerBattle]",
    "colorSchemeMgr": "[object ColorSchemeManagerBattle]",
    "popoverMgr": "[object PopoverManagerBattle]",
    "textMgr": "[object TextManager]",
    "contextMenuMgr": "[object ContextMenuManager]",
    "soundMgr": "[object SoundManager]",
    "tweenMgr": "[object TweenManager]",
    "utils": "[object Utils]",
    "waiting": null,
    "eventLogManager": "[object MockEventLogManager]",
    "gameInputMgr": null,
    "loaderMgr": "[object LoaderManagerBase]",
    "imageMgr": null,
    "UIID": 4294967295,
    "actualScaleY": 1,
    "actualScaleX": 1,
    "actualHeight": 2967,
    "actualWidth": 4547.85,
    "enableInitCallback": false,
    "layoutData": null,
    "focusTarget": null,
    "displayFocus": false,
    "focused": 0,
    "focusable": true,
    "hasFocus": false,
    "visible": true,
    "enabled": true,
    "scaleY": null,
    "scaleX": null,
    "height": 0,
    "width": 0,
    "componentInspectorSetting": false,
    "trackAsMenu": false,
    "totalFrames": 1,
    "scenes": "",
    "framesLoaded": 1,
    "currentScene": "[object Scene]",
    "currentLabels": "[object FrameLabel]",
    "currentLabel": "net_wg_app_impl_BattleApp",
    "currentFrameLabel": "net_wg_app_impl_BattleApp",
    "currentFrame": 1,
    "useHandCursor": false,
    "soundTransform": null,
    "hitArea": null,
    "graphics": "[object Graphics]",
    "dropTarget": null,
    "buttonMode": false,
    "textSnapshot": "[object TextSnapshot]",
    "tabChildren": true,
    "numChildren": 9,
    "mouseChildren": true,
    "tabIndex": -1,
    "tabEnabled": false,
    "mouseEnabled": false,
    "focusRect": null,
    "doubleClickEnabled": false,
    "contextMenu": null,
    "z": 0,
    "y": 0,
    "x": 0,
    "transform": "[object Transform]",
    "stage": "[object Stage]",
    "scrollRect": null,
    "scaleZ": 1,
    "scale9Grid": null,
    "rotationZ": 0,
    "rotationY": 0,
    "rotationX": 0,
    "rotation": 0,
    "root": "[object BattleApp]",
    "parent": "[object Stage]",
    "opaqueBackground": null,
    "name": "root1",
    "mouseY": 0,
    "mouseX": 0,
    "mask": null,
    "loaderInfo": "[object LoaderInfo]",
    "filters": "",
    "cacheAsBitmap": false,
    "blendMode": "normal",
    "alpha": 1,
    "accessibilityProperties": null,
    "onAsInitializationCompleted": null /* [function] */,
    "handleGlobalKeyEvent": null /* [function] */,
    "setImageManager": null /* [function] */,
    "setTutorialMgr": null /* [function] */,
    "setTextMgr": null /* [function] */,
    "setCacheMgr": null /* [function] */,
    "setGameInputMgr": null /* [function] */,
    "setTweenMgr": null /* [function] */,
    "setUtilsMgr": null /* [function] */,
    "setVoiceChatMgr": null /* [function] */,
    "setTooltipMgr": null /* [function] */,
    "setEventLogMgr": null /* [function] */,
    "setColorSchemeMgr": null /* [function] */,
    "setPopoverMgr": null /* [function] */,
    "setContextMenuMgr": null /* [function] */,
    "setContainerMgr": null /* [function] */,
    "setSoundMgr": null /* [function] */,
    "setGlobalVarsMgr": null /* [function] */,
    "setLoaderMgr": null /* [function] */,
    "constraints": null,
    "initialized": true
  },
  "parent": { // BattlePage_UI
    "xfw_battleStatisticDataController": "[object BattleStatisticDataController]",
    "as_config": "[LoadViewVO: classicBattlePage]",
    "containerContent": "[object BattlePage_UI]",
    "sourceView": "[object BattlePage_UI]",
    "modalAlpha": 1,
    "isModal": false,
    "loader": "[object Loader]",
    "isDAAPIInited": true,
    "disposed": false,
    "UIID": 262144,
    "actualScaleY": 1,
    "actualScaleX": 1,
    "actualHeight": 2967,
    "actualWidth": 4547.85,
    "enableInitCallback": false,
    "layoutData": null,
    "focusTarget": null,
    "displayFocus": false,
    "focused": 1,
    "focusable": true,
    "hasFocus": true,
    "visible": true,
    "enabled": true,
    "scaleY": 1,
    "scaleX": 1,
    "height": 1115,
    "width": 1902,
    "componentInspectorSetting": false,
    "trackAsMenu": false,
    "totalFrames": 1,
    "scenes": "[object Scene]",
    "framesLoaded": 1,
    "currentScene": "[object Scene]",
    "currentLabels": "",
    "currentLabel": null,
    "currentFrameLabel": null,
    "currentFrame": 1,
    "useHandCursor": false,
    "soundTransform": null,
    "hitArea": null,
    "graphics": "[object Graphics]",
    "dropTarget": null,
    "buttonMode": false,
    "textSnapshot": "[object TextSnapshot]",
    "tabChildren": true,
    "numChildren": 28,
    "mouseChildren": true,
    "tabIndex": -1,
    "tabEnabled": false,
    "mouseEnabled": true,
    "focusRect": null,
    "doubleClickEnabled": false,
    "contextMenu": null,
    "z": 0,
    "y": 0,
    "x": 0,
    "transform": "[object Transform]",
    "stage": "[object Stage]",
    "scrollRect": null,
    "scaleZ": 1,
    "scale9Grid": null,
    "rotationZ": 0,
    "rotationY": 0,
    "rotationX": 0,
    "rotation": 0,
    "root": "[object BattleApp]",
    "parent": "[object MainViewContainer]",
    "opaqueBackground": null,
    "name": "main",
    "mouseY": 0,
    "mouseX": 0,
    "mask": null,
    "loaderInfo": "[object LoaderInfo]",
    "filters": "",
    "cacheAsBitmap": false,
    "blendMode": "normal",
    "alpha": 1,
    "accessibilityProperties": null,
    "siegeModePanel": "[object SiegeModePanelUI]",
    "endWarningPanel": "[object BattleEndWarningPanelUI]",
    "radialMenu": "[object RadialMenuUI]",
    "playersPanel": "[object UI_PlayersPanel]",
    "fullStats": "[object UI_FullStats]",
    "fragCorrelationBar": "[object fragCorrelationBarUI]",
    "battleMessenger": "[object battleMessengerUI]",
    "damageInfoPanel": "[object damageInfoPanelUI]",
    "battleTicker": "[object battleTickerUI]",
    "destroyTimersPanel": "[object destroyTimersPanelUI]",
    "consumablesPanel": "[object ConsumablesPanelUI]",
    "sixthSense": "[object UI_SixthSense]",
    "teamBasesPanelUI": "[object UI_teamBasesPanel]",
    "battleDamageLogPanel": "[object BattleDamageLogPanelUI]",
    "debugPanel": "[object debugPanelUI]",
    "ribbonsPanel": "[object RibbonsPanelUI]",
    "battleTimer": "[object BattleAnimationTimerUI]",
    "minimap": "[object UI_Minimap]",
    "damagePanel": "[object DamagePanelUI]",
    "prebattleTimer": "[object prebattleTimerUI]",
    "battleLoading": "[WG BattleLoading instance36]",
    "onFocusIn": null /* [function] */,
    "unregisterFlashComponent": null /* [function] */,
    "isFlashComponentRegistered": null /* [function] */,
    "registerFlashComponent": null /* [function] */,
    "constraints": null,
    "initialized": true
  },
  "opaqueBackground": null,
  "name": "consumablesPanel",
  "mouseY": -1057,
  "mouseX": -951,
  "mask": null,
  "loaderInfo": { // flash.display::LoaderInfo
    "width": 1024,
    "url": "gui/flash/battle.swf",
    "swfVersion": 11,
    "sharedEvents": null,
    "sameDomain": false,
    "parentSandboxBridge": null,
    "parentAllowsChild": false,
    "parameters": "[object Object]",
    "loaderURL": "",
    "loader": null,
    "height": 768,
    "frameRate": 50,
    "contentType": "application/x-shockwave-flash",
    "content": "[object BattleApp]",
    "childSandboxBridge": null,
    "childAllowsParent": false,
    "bytesTotal": 1715522,
    "bytesLoaded": 1715522,
    "bytes": null,
    "applicationDomain": "[object ApplicationDomain]",
    "actionScriptVersion": 3
  },
  "height": 0,
  "filters": [

  ],
  "cacheAsBitmap": false,
  "blendMode": "normal",
  "alpha": 1,
  "accessibilityProperties": null,
  "onPopUpClosed": null /* [function] */,
  "onClickedToSlot": null /* [function] */,
  "initedHeight": 0,
  "initedWidth": 0,
  "unregisterFlashComponent": null /* [function] */,
  "isFlashComponentRegistered": null /* [function] */,
  "registerFlashComponent": null /* [function] */
} 

Share this post


Link to post

Short link
Share on other sites

@P.S.Enot,  вот вывел

'"$log":2,'

2017-08-12 23:34:23: [B:004] main.consumablesPanel: { // ConsumablesPanelUI
  "panelWidth": 951,
  "isExpand": false,
  "isDAAPIInited": true,
  "disposed": false,
  "visible": false,
  "initialized": true,
  "trackAsMenu": false,
  "totalFrames": 1,
  "scenes": [
    "[object Scene]"
  ],
  "framesLoaded": 1,
  "enabled": true,
  "currentScene": { // flash.display::Scene
    "numFrames": 1,
    "name": "",
    "labels": ""
  },
  "currentLabels": [

  ],
  "currentLabel": null,
  "currentFrameLabel": null,
  "currentFrame": 1,
  "useHandCursor": false,
  "soundTransform": null,
  "hitArea": null,
  "graphics": { // flash.display::Graphics

  },
  "dropTarget": null,
  "buttonMode": false,
  "textSnapshot": { // flash.text::TextSnapshot
    "charCount": 0
  },
  "tabChildren": true,
  "numChildren": 0,
  "mouseChildren": true,
  "tabIndex": -1,
  "tabEnabled": false,
  "mouseEnabled": true,
  "focusRect": null,
  "doubleClickEnabled": false,
  "contextMenu": null,
  "z": 0,
  "y": 1057,
  "x": 951,
  "width": 0,
  "transform": { // flash.geom::Transform
    "pixelBounds": "(x=0, y=0, w=0, h=0)",
    "perspectiveProjection": null,
    "matrix3D": "[object Matrix3D]",
    "matrix": "(a=1, b=0, c=0, d=1, tx=951, ty=1057)",
    "concatenatedMatrix": "(a=1, b=0, c=0, d=1, tx=951, ty=1057)",
    "concatenatedColorTransform": "(redMultiplier=1, greenMultiplier=1, blueMultiplier=1, alphaMultiplier=1, redOffset=0, greenOffset=0, blueOffset=0, alphaOffset=0)",
    "colorTransform": "(redMultiplier=1, greenMultiplier=1, blueMultiplier=1, alphaMultiplier=1, redOffset=0, greenOffset=0, blueOffset=0, alphaOffset=0)"
  },
  "stage": { // flash.display::Stage
    "width": 4547.83359375,
    "tabChildren": false,
    "stageWidth": 1902,
    "stageHeight": 1114,
    "stageFocusRect": false,
    "showDefaultContextMenu": false,
    "scaleMode": "noScale",
    "quality": "",
    "orientation": "",
    "mouseChildren": true,
    "height": 2967,
    "fullScreenWidth": 0,
    "fullScreenSourceRect": null,
    "fullScreenHeight": 0,
    "frameRate": 50,
    "focus": "[object BattlePage_UI]",
    "displayState": "",
    "deviceOrientation": "default",
    "color": 0,
    "autoOrients": false,
    "align": "LT",
    "textSnapshot": null,
    "numChildren": 2,
    "tabIndex": -1,
    "tabEnabled": false,
    "mouseEnabled": true,
    "focusRect": null,
    "doubleClickEnabled": false,
    "contextMenu": null,
    "z": 0,
    "y": 0,
    "x": 0,
    "visible": true,
    "transform": "[object Transform]",
    "stage": "[object Stage]",
    "scrollRect": null,
    "scaleZ": 1,
    "scaleY": 1,
    "scaleX": 1,
    "scale9Grid": null,
    "rotationZ": 0,
    "rotationY": 0,
    "rotationX": 0,
    "rotation": 0,
    "root": "[object Stage]",
    "parent": null,
    "opaqueBackground": null,
    "name": null,
    "mouseY": 0,
    "mouseX": 0,
    "mask": null,
    "loaderInfo": "[object LoaderInfo]",
    "filters": "",
    "cacheAsBitmap": false,
    "blendMode": "normal",
    "alpha": 1,
    "accessibilityProperties": null
  },
  "scrollRect": null,
  "scaleZ": 1,
  "scaleY": 1,
  "scaleX": 1,
  "scale9Grid": null,
  "rotationZ": 0,
  "rotationY": 0,
  "rotationX": 0,
  "rotation": 0,
  "root": { // net.wg.app.impl::BattleApp
    "atlasMgr": "[object AtlasManager]",
    "tutorialMgr": "[object TutorialManagerBattle]",
    "systemMessages": "[object Sprite]",
    "browserBgClass": null,
    "containerMgr": "[object ContainerManagerBattle]",
    "environment": "[object EnvironmentManager]",
    "toolTipMgr": "[object ToolTipManagerBattle]",
    "globalVarsMgr": "[object GlobalVarsManager]",
    "isDAAPIInited": true,
    "appScale": 1,
    "appHeight": 1115,
    "appWidth": 1902,
    "cacheMgr": null,
    "cursor": "[object CursorUI]",
    "voiceChatMgr": "[object VoiceChatManagerBattle]",
    "colorSchemeMgr": "[object ColorSchemeManagerBattle]",
    "popoverMgr": "[object PopoverManagerBattle]",
    "textMgr": "[object TextManager]",
    "contextMenuMgr": "[object ContextMenuManager]",
    "soundMgr": "[object SoundManager]",
    "tweenMgr": "[object TweenManager]",
    "utils": "[object Utils]",
    "waiting": null,
    "eventLogManager": "[object MockEventLogManager]",
    "gameInputMgr": null,
    "loaderMgr": "[object LoaderManagerBase]",
    "imageMgr": null,
    "UIID": 4294967295,
    "actualScaleY": 1,
    "actualScaleX": 1,
    "actualHeight": 2967,
    "actualWidth": 4547.85,
    "enableInitCallback": false,
    "layoutData": null,
    "focusTarget": null,
    "displayFocus": false,
    "focused": 0,
    "focusable": true,
    "hasFocus": false,
    "visible": true,
    "enabled": true,
    "scaleY": null,
    "scaleX": null,
    "height": 0,
    "width": 0,
    "componentInspectorSetting": false,
    "trackAsMenu": false,
    "totalFrames": 1,
    "scenes": "",
    "framesLoaded": 1,
    "currentScene": "[object Scene]",
    "currentLabels": "[object FrameLabel]",
    "currentLabel": "net_wg_app_impl_BattleApp",
    "currentFrameLabel": "net_wg_app_impl_BattleApp",
    "currentFrame": 1,
    "useHandCursor": false,
    "soundTransform": null,
    "hitArea": null,
    "graphics": "[object Graphics]",
    "dropTarget": null,
    "buttonMode": false,
    "textSnapshot": "[object TextSnapshot]",
    "tabChildren": true,
    "numChildren": 9,
    "mouseChildren": true,
    "tabIndex": -1,
    "tabEnabled": false,
    "mouseEnabled": false,
    "focusRect": null,
    "doubleClickEnabled": false,
    "contextMenu": null,
    "z": 0,
    "y": 0,
    "x": 0,
    "transform": "[object Transform]",
    "stage": "[object Stage]",
    "scrollRect": null,
    "scaleZ": 1,
    "scale9Grid": null,
    "rotationZ": 0,
    "rotationY": 0,
    "rotationX": 0,
    "rotation": 0,
    "root": "[object BattleApp]",
    "parent": "[object Stage]",
    "opaqueBackground": null,
    "name": "root1",
    "mouseY": 0,
    "mouseX": 0,
    "mask": null,
    "loaderInfo": "[object LoaderInfo]",
    "filters": "",
    "cacheAsBitmap": false,
    "blendMode": "normal",
    "alpha": 1,
    "accessibilityProperties": null,
    "onAsInitializationCompleted": null /* [function] */,
    "handleGlobalKeyEvent": null /* [function] */,
    "setImageManager": null /* [function] */,
    "setTutorialMgr": null /* [function] */,
    "setTextMgr": null /* [function] */,
    "setCacheMgr": null /* [function] */,
    "setGameInputMgr": null /* [function] */,
    "setTweenMgr": null /* [function] */,
    "setUtilsMgr": null /* [function] */,
    "setVoiceChatMgr": null /* [function] */,
    "setTooltipMgr": null /* [function] */,
    "setEventLogMgr": null /* [function] */,
    "setColorSchemeMgr": null /* [function] */,
    "setPopoverMgr": null /* [function] */,
    "setContextMenuMgr": null /* [function] */,
    "setContainerMgr": null /* [function] */,
    "setSoundMgr": null /* [function] */,
    "setGlobalVarsMgr": null /* [function] */,
    "setLoaderMgr": null /* [function] */,
    "constraints": null,
    "initialized": true
  },
  "parent": { // BattlePage_UI
    "xfw_battleStatisticDataController": "[object BattleStatisticDataController]",
    "as_config": "[LoadViewVO: classicBattlePage]",
    "containerContent": "[object BattlePage_UI]",
    "sourceView": "[object BattlePage_UI]",
    "modalAlpha": 1,
    "isModal": false,
    "loader": "[object Loader]",
    "isDAAPIInited": true,
    "disposed": false,
    "UIID": 262144,
    "actualScaleY": 1,
    "actualScaleX": 1,
    "actualHeight": 2967,
    "actualWidth": 4547.85,
    "enableInitCallback": false,
    "layoutData": null,
    "focusTarget": null,
    "displayFocus": false,
    "focused": 1,
    "focusable": true,
    "hasFocus": true,
    "visible": true,
    "enabled": true,
    "scaleY": 1,
    "scaleX": 1,
    "height": 1115,
    "width": 1902,
    "componentInspectorSetting": false,
    "trackAsMenu": false,
    "totalFrames": 1,
    "scenes": "[object Scene]",
    "framesLoaded": 1,
    "currentScene": "[object Scene]",
    "currentLabels": "",
    "currentLabel": null,
    "currentFrameLabel": null,
    "currentFrame": 1,
    "useHandCursor": false,
    "soundTransform": null,
    "hitArea": null,
    "graphics": "[object Graphics]",
    "dropTarget": null,
    "buttonMode": false,
    "textSnapshot": "[object TextSnapshot]",
    "tabChildren": true,
    "numChildren": 28,
    "mouseChildren": true,
    "tabIndex": -1,
    "tabEnabled": false,
    "mouseEnabled": true,
    "focusRect": null,
    "doubleClickEnabled": false,
    "contextMenu": null,
    "z": 0,
    "y": 0,
    "x": 0,
    "transform": "[object Transform]",
    "stage": "[object Stage]",
    "scrollRect": null,
    "scaleZ": 1,
    "scale9Grid": null,
    "rotationZ": 0,
    "rotationY": 0,
    "rotationX": 0,
    "rotation": 0,
    "root": "[object BattleApp]",
    "parent": "[object MainViewContainer]",
    "opaqueBackground": null,
    "name": "main",
    "mouseY": 0,
    "mouseX": 0,
    "mask": null,
    "loaderInfo": "[object LoaderInfo]",
    "filters": "",
    "cacheAsBitmap": false,
    "blendMode": "normal",
    "alpha": 1,
    "accessibilityProperties": null,
    "siegeModePanel": "[object SiegeModePanelUI]",
    "endWarningPanel": "[object BattleEndWarningPanelUI]",
    "radialMenu": "[object RadialMenuUI]",
    "playersPanel": "[object UI_PlayersPanel]",
    "fullStats": "[object UI_FullStats]",
    "fragCorrelationBar": "[object fragCorrelationBarUI]",
    "battleMessenger": "[object battleMessengerUI]",
    "damageInfoPanel": "[object damageInfoPanelUI]",
    "battleTicker": "[object battleTickerUI]",
    "destroyTimersPanel": "[object destroyTimersPanelUI]",
    "consumablesPanel": "[object ConsumablesPanelUI]",
    "sixthSense": "[object UI_SixthSense]",
    "teamBasesPanelUI": "[object UI_teamBasesPanel]",
    "battleDamageLogPanel": "[object BattleDamageLogPanelUI]",
    "debugPanel": "[object debugPanelUI]",
    "ribbonsPanel": "[object RibbonsPanelUI]",
    "battleTimer": "[object BattleAnimationTimerUI]",
    "minimap": "[object UI_Minimap]",
    "damagePanel": "[object DamagePanelUI]",
    "prebattleTimer": "[object prebattleTimerUI]",
    "battleLoading": "[WG BattleLoading instance36]",
    "onFocusIn": null /* [function] */,
    "unregisterFlashComponent": null /* [function] */,
    "isFlashComponentRegistered": null /* [function] */,
    "registerFlashComponent": null /* [function] */,
    "constraints": null,
    "initialized": true
  },
  "opaqueBackground": null,
  "name": "consumablesPanel",
  "mouseY": -1057,
  "mouseX": -951,
  "mask": null,
  "loaderInfo": { // flash.display::LoaderInfo
    "width": 1024,
    "url": "gui/flash/battle.swf",
    "swfVersion": 11,
    "sharedEvents": null,
    "sameDomain": false,
    "parentSandboxBridge": null,
    "parentAllowsChild": false,
    "parameters": "[object Object]",
    "loaderURL": "",
    "loader": null,
    "height": 768,
    "frameRate": 50,
    "contentType": "application/x-shockwave-flash",
    "content": "[object BattleApp]",
    "childSandboxBridge": null,
    "childAllowsParent": false,
    "bytesTotal": 1715522,
    "bytesLoaded": 1715522,
    "bytes": null,
    "applicationDomain": "[object ApplicationDomain]",
    "actionScriptVersion": 3
  },
  "height": 0,
  "filters": [

  ],
  "cacheAsBitmap": false,
  "blendMode": "normal",
  "alpha": 1,
  "accessibilityProperties": null,
  "onPopUpClosed": null /* [function] */,
  "onClickedToSlot": null /* [function] */,
  "initedHeight": 0,
  "initedWidth": 0,
  "unregisterFlashComponent": null /* [function] */,
  "isFlashComponentRegistered": null /* [function] */,
  "registerFlashComponent": null /* [function] */
} 

А мне что с этим делать то. что мне нужно сделать мои какие действия я вот это не пойму не как 

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...