ID:270242
 
how do i turn this verb into a click-able button like for a login screen
mob
verb
Test()
textonscreenbackground(1,1,13,13)//Sets up hwo big you want the background to be.
textonscreenTEXT(1.5,12,13,1.13," ......")// Sets up where the text will go, from which x to y and how far down.
sleep(45)
usr.close_menu()
textonscreenbackground(1,1,13,13)//Sets up hwo big you want the background to be.
textonscreenTEXT(1.5,12,13,1.13,".......")// Sets up where the text will go, from which x to y and how far down.
sleep(35)
textonscreenbackground(1,1,13,5)//Sets up hwo big you want the background to be.
textonscreenTEXT(1.5,12,5,1.5,"......")// Sets up where the text will go, from which x to y and how far down.
sleep(25)
usr.close_menu()

Plz help me much thx in advance
Don't use RaeKwon coding.

Create your own image. Place invisible turfs with the Click() procedure (look it up with F1 in the Dream Maker) and place them over the Start, Load, Exit, or whatever you're using. Compile. Run. Test.
In response to Thief Jack
so how do u make a verb into a button i have tried and failed
=/ i alwans get i cant put a proc in another proc. and iam not sure wut iam doing wrong.
In response to Zog 200
turf
ClickableTurf
Click()
world << "I am clickable!"

That's how you place the Click() procedure within a turf. Same format for objects and mobs.
In response to Thief Jack
that is not exactly wut i want i would like a object when clicked to do be a verb like example in a hud u likci a button and it proforms a action i want the same thing with a object when clicked it proform a action can u help me do this

Zog

(sorry if i was not clear enought befor and sorrry for any spelling misshaps)
In response to Zog 200
I think what thief suggested could solve your problem, but let me get this straight:

1. You need on-screen buttons, that, when clicked, will perform something, like a verb.

If so, then like thief said, just put invisible turfs over where the button is, or maybe just make a turf that IS the button, and make it so that when you click it, it does something. But maybe I'm wrong, I'm not at all experienced in graphics on BYOND...