Loading Banner

Сообщения
1,480
Реакции
1,476
Помог
2 раз(а)
1.jpg
Важно
Что-бы не бросали камнями и матом,скажу сразу - это НЕ ПЛАГИН.
Я ничего никому НЕ ПРОШИВАЮ В КЛИЕНТ
Картинка поставлена себе на ресурсные файлы по типу LoadingDialog_....res

Теперь к делу
Вот содержимое этого реса ( "VACImage" и "VACImage1" - это одна картинка,розделена на 2 части )
Вопрос:
Можно ли поставить случайный выбор картинок по локальному розположению при следующих загрузках ( имееться ввиду не выход из игры,а потом случайная картинка, а у текущей сессии )
Код:
"Resource/LoadingDialog.res"
{
"LoadingDialog"
{
"ControlName" "Frame"
"xpos" "322"
"ypos" "249"
"wide" "412"
"tall" "400"
}
"InfoLabel"
{
"ControlName" "Label"
"xpos" "10"
"ypos" "27"
"wide" "377"
"tall" "25"
"dulltext" "1"
"labelText" "#GameUI_ParseBaseline"
}
"progress"
{
"ControlName" "ProgressBar"
"xpos" "5"
"ypos" "280"
"wide" "327"
"tall" "25"
}
"CancelButton"
{
"ControlName" "Button"
"xpos" "337"
"ypos" "280"
"wide" "70"
"tall" "25"
"labelText" "#GameUI_Cancel"
"command" "Cancel"
}
"Divider1"
{
"ControlName" "Divider"
"xpos" "5"
"ypos" "55"
"wide" "402"
"tall" "2"
}
"Divider2"
{
"ControlName" "Divider"
"xpos" "5"
"ypos" "272"
"wide" "402"
"tall" "2"
}
"BannerAd"
{
"ControlName""HTML"
"fieldName""BannerAd"
"xpos" "5"
"ypos" "64"
"wide" "402"
"tall" "202"
}
"TimeRemainingLabel"
{
"ControlName" "Label"
"xpos" "20"
"ypos" "0"
"wide" "0"
"tall" "24"
}
"VACImage"
{
"ControlName" "ImagePanel"
"xpos" "6"
"ypos" "65"
"wide" "400"
"tall" "100"
"image" "gfx/CS_1_LOADING"
}
"VACImage1"
{
"ControlName" "ImagePanel"
"xpos" "6"
"ypos" "165"
"wide" "400"
"tall" "100"
"image" "gfx/CS_2_LOADING"
}
    "VACInfoLabel"
    {
        "ControlName"        "Label"
        "fieldName"        "VACInfoLabel"
        "xpos"        "90"
        "ypos"        "320"
        "wide"        "260"
        "tall"        "74"
        "autoResize"        "0"
        "pinCorner"        "0"
        "visible"        "1"
        "enabled"        "1"
        "wrap"            "1"
        "tabPosition"        "0"
        "labelText"        "#VAC_ConnectingToSecureServer"
        "textAlignment"        "west"
        "dulltext"        "0"
        "brighttext"        "0"
    }
    "VACImage2"
    {
        "ControlName"        "ImagePanel"
        "fieldName"        "VACImage"
        "xpos"        "30"
        "ypos"        "330"
        "wide"        "64"
        "tall"        "64"
        "autoResize"        "0"
        "pinCorner"        "0"
        "visible"        "1"
        "enabled"        "1"
        "border"        ""
        "scaleimage"    "1"
        "image"        "resource/icon_vac"
    }
}
 
Последнее редактирование:

Пользователи, просматривающие эту тему

Сейчас на форуме нет ни одного пользователя.
Сверху Снизу