Hey, Thnx for coming in.....:
Problem description:
Hey,
I made a menu (example: File,Options and Messages and stuff that is up on the left) and made it function but the problem is, i need it to be undisabled when a button is pressed, how do i do that like whats the var that i use?
ID:265003
Sep 30 2011, 3:01 am
|
|
Sep 30 2011, 3:23 am
|
|
is-disabled
|
In response to Hassanjalil
|
|
Hassanjalil wrote:
is-disabled i should write the name of the menu before that like it would be like this: Tournament is-disabled = 0 cuz i want to undisable it not disable it?? tell me how the code would look like thnx |
In response to Uzumaki naruto 1998
|
|
mob/verb/ToggleMenu(var/name as text) |
In response to Hassanjalil
|
|
Hassanjalil wrote:
> mob/verb/ToggleMenu(var/name as text) |
In response to Uzumaki naruto 1998
|
|
Uzumaki naruto 1998 wrote:
Hassanjalil wrote: > > mob/verb/ToggleMenu(var/name as text) |
In response to Hassanjalil
|
|
Hassanjalil wrote:
Uzumaki naruto 1998 wrote: > > > mob/verb/ToggleMenu(var/name as text) |
In response to Uzumaki naruto 1998
|
|
Uzumaki naruto 1998 wrote:
Hassanjalil wrote: > > > > mob/verb/ToggleMenu(var/name as text) |
In response to Chaokai
|
|
Chaokai wrote:
Uzumaki naruto 1998 wrote: > > > > > mob/verb/ToggleMenu(var/name as text) |
In response to Uzumaki naruto 1998
|
|
Uzumaki naruto 1998 wrote:
Chaokai wrote: > > > > > > mob/verb/ToggleMenu(var/name as text) well if you use your brain the it would be like this winset(src,"Tournament", "is-disable=false") and learn how to code first http://www.byond.com/members/Falacy/forum?id=34056#34056 |
In response to Hassanjalil
|
|
well if you use your brain the it would be like this Yeah i am so stupid i never think and btw IT ALSO BROUGHT A TEXT BOX!!!!..... anyways thnx for trying to help me... |
In response to Uzumaki naruto 1998
|
|
and image would be better show me what text box
|
In response to Hassanjalil
|
|
Shouldn't it be like..
mob/verb/ToggleMenu(name as text) Instead of... mob/verb/ToggleMenu(var/name as text) Rly? |