Search found 7 matches

by Ral
Tue May 25, 2010 1:40 am
Forum: Help Forum
Topic: is this possible?
Replies: 5
Views: 5293

Re: is this possible?

I can post my code if you want to look at it, but I tried to give you a description detailed enough that you could do your own.
hrm, i'd prefer if you posted it, because i have almost no idea of scripting.. :)
by Ral
Mon May 24, 2010 5:33 pm
Forum: Help Forum
Topic: is this possible?
Replies: 5
Views: 5293

Re: is this possible?

hrm ok. What are the functions/commands to make a label change color when clicked, to hide and show a label, and to show a message on the screen that the compass has changed mode?

EDIT: also, is there a way to make a label change color whenever the cursor hovers over it?
by Ral
Mon May 24, 2010 3:42 pm
Forum: Help Forum
Topic: is this possible?
Replies: 5
Views: 5293

is this possible?

Hey there again.

i have made a nice looking and functional compass, but i'd like to enhance it's usefulness, by adding 4 small buttons near it, each of which will change the function of the compass to walk/swim/glance/squint in the direction shown in the compass, instead of simply walking, as it ...
by Ral
Mon May 24, 2010 11:54 am
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 115
Views: 846206

Re: Whats Your Gui Look like?

GUI2.jpg

this is a "demo" version of my GUI. I'll update it soon now that i know how to add images in labels. Changes i consider are putting images in most of the buttons at the bottom, moving all the priestly buttons of the top to the right side of the screen, with images, and creating some more ...
by Ral
Mon May 24, 2010 11:28 am
Forum: Help Forum
Topic: putting image in label
Replies: 14
Views: 15094

Re: putting image in label

hrm, i previously used setBackgroundImage("furylabel", gfx_path .. " \ 1.png" ); instead of "/", to match the "\" from the C:\images\mudimages. Then i decided to use "/" as in the manual, that is:
gfx_path = [[C:\images\mudimages]]

createLabel("furylabel",568, 890, 64, 64, 200);
setBackgroundImage ...
by Ral
Sun May 23, 2010 11:18 pm
Forum: Help Forum
Topic: putting image in label
Replies: 14
Views: 15094

putting image in label

Hello. I really enjoy mudlet and it has countless possibilities for things to enhance one's gameplay experience. My only problem is, i don't seem to be able to put an image into a label/button. I looked at the manual and found this:
-- define the path to the location of the images
-- this needs to ...
by Ral
Sun Apr 25, 2010 6:50 pm
Forum: Scripts & Packages
Topic: Autowalker #2
Replies: 6
Views: 10389

Re: Autowalker #2

hmm, iocun's speedwalker plus this is really helpful

But could you add a command, eg "spstop" so that one can stop en route to a destination, if they want?

EDIT: also can something be done for swimming?