Army Men RTS Forum For Map Makers

Be a map Editor...
Register in our Forums !!!

Join the forum, it's quick and easy

Army Men RTS Forum For Map Makers

Be a map Editor...
Register in our Forums !!!

Army Men RTS Forum For Map Makers

Would you like to react to this message? Create an account in a few clicks or log in to continue.

This forum is for The ones who really need to know about map editing & related stuff.....all are welcome!!!

Latest topics

» MASSIVE STUDIO UPDATE
any idea what this is used for  EmptyThu Apr 30, 2020 10:27 pm by David95654

» I Unlocked Studio Mode
any idea what this is used for  EmptyFri Oct 04, 2019 1:07 pm by David95654

» Madeira Portogallo Bellissima isola
any idea what this is used for  EmptySat Sep 14, 2019 4:36 am by sharks | iniesta

» Madeira Portugal Schöne Insel
any idea what this is used for  EmptySat Sep 14, 2019 4:34 am by sharks | iniesta

» Madeira Island Portugal Beautiful Island
any idea what this is used for  EmptySat Sep 14, 2019 4:33 am by sharks | iniesta

» Madeira Island Portugal Beautiful Island - things to do in Madeira Island Portugal
any idea what this is used for  EmptyFri Sep 13, 2019 5:02 am by sharks | iniesta

» Madeira | Portogallo | Bellissima isola
any idea what this is used for  EmptyFri Sep 13, 2019 2:11 am by sharks | iniesta

» Madeira | Portugal | Schöne Insel
any idea what this is used for  EmptyFri Sep 13, 2019 2:03 am by sharks | iniesta

» Madeira Island | Portugal | Beautiful Island
any idea what this is used for  EmptyFri Sep 13, 2019 2:02 am by sharks | iniesta

Top posting users this week

No user

2 posters

    any idea what this is used for

    avatar
    sargehawk
    Private First Class


    Posts : 122
    Join date : 2011-02-02
    Age : 37
    Location : SomeWhere In Canada

    any idea what this is used for  Empty any idea what this is used for

    Post  sargehawk Wed Apr 06, 2011 2:29 am

    i just randomly find this stuff its really wierd but i also found this and it's quite shocking


    //
    // Button
    //
    DefineControlType("Std::Button", "Button")
    {
    Skin("Std::Button");
    //ColorGroup("Std::ButtonText");
    ColorGroup("Std::ButtonColor");
    Style("!VGradient", "!DropShadow", "Transparent", "SelectWhenDown");
    }

    this is the exit button

    CreateControl("Close", "Button")
    {
    ReadTemplate("Std::Button");
    Style("!TabStop");
    Geometry("ParentWidth", "Bottom");
    Size(0, 20);
    Font("System");

    OnEvent("Button::Notify::Pressed")
    {
    Deactivate("<");
    }
    }

    see there is no notify press there for the studio button also i am thinking that because there is alot of this symbol !mark in with the studio code like for example

    Style("!DropShadow", "Transparent");

    i am just saying if it is going to drop shadow where is it going to go with a !mark infront of it

    these bananas are making me thirsty only because there is no defined control for the studio button scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch scratch
    Methuselah96
    Methuselah96
    V. I. P.
    V. I. P.


    Posts : 220
    Join date : 2011-01-30
    Age : 27
    Location : Philadelphia, PA, United States

    any idea what this is used for  Empty Re: any idea what this is used for

    Post  Methuselah96 Thu Apr 07, 2011 11:01 pm

    this is not the actual studio button this is just a template
    the real studio button goes like this:
    Code:

          AddItem("Studio")
          {
            OnEvent("Button::Notify::Pressed")
            {
              Notify("<<", "Game::MissionSelection::Message::Select");
              Cmd("sys.runcode studio");
              Deactivate("<<");
            }
          }

    and also the ! in front of it means that there is no VGradiant or DropShadow

      Similar topics

      -

      Current date/time is Sat Apr 27, 2024 12:05 am