GUI's For Sale

2»

Comments

  • Zulah said:
    Dracen said:
    *Sitting on battlements in luxury.

    That and whatnot. Anywho. I gotta figure -something- for under where that goes, for when I don't have it up. Hrm.
    Slap some motivational art in there:

    [spoiler]

    [/spoiler]
    I would, but I no can has drawing skills. And I dunno how, lol.
  • Dracen said:
    Zulah said:
    Dracen said:
    *Sitting on battlements in luxury.

    That and whatnot. Anywho. I gotta figure -something- for under where that goes, for when I don't have it up. Hrm.
    Slap some motivational art in there:

    [spoiler]

    [/spoiler]
    I would, but I no can has drawing skills. And I dunno how, lol.
    Google: fantasy <your class here>

    Download image you like. (I make it grayscale in photoshop to really blend in nice)

    function artFunction()
    artBG = Geyser.Label:new({
    name = "artBG",
    x=10, y=10,
    width=500, height=250,
    })
    setBackgroundImage("artBG",getMudletHomeDir().."/ZulahGUI/1BWSwordman1.png");
    end

    artFunction()

    You'll want the width and height to match the picture you download




  • Stupid question. Know if gifs work for that?
  • Dracen said:
    Stupid question. Know if gifs work for that?
    http://forums.achaea.com/discussion/1710/commissioned-guis/p2

    was a thread about doing that. Might be easier ways now with mudlet3 I havnt used it


  • And there we go. @Kenway saved me. MAH HERO!
  • I'v been poking around and well, this might be a basic question : How do you get the output to be in the middle?
  • Tahquil said:
    I'v been poking around and well, this might be a basic question : How do you get the output to be in the middle?
    setBorderLeft(100)

    Replace: 100 with what you want. Or just buy my gui Tahquil B)
  • I have some very specific idea in mind that don't really look much like what you're selling!
  • I say the above, log in and find half my scripting that I did a month ago gone and my Svo borked. I might just have to resign to my shitty coding fate.
Sign In or Register to comment.