Example:
var/s = input("What would you like to do?")in list("Leave","Nothing")
ID:169106
Jul 28 2005, 6:10 am
|
|
You know the input() proc. Well when your choosing options using it ((e.g below)) is there anyway to set the background picture on it if it is possible?
Example: var/s = input("What would you like to do?")in list("Leave","Nothing") |
Jul 28 2005, 6:53 am
|
|
No! Sorry. But I do think this will be an option in BYOND 4.0. BYOND 4.0 will allow a lot of the DS window to be customized! I guess you'll have to wait until then.
|
In response to Crashed
|
|
Really?! I cant wait.
|
While non content-related facets of the input() window aren't customizable, you can use browse() to make your own input box, but one that's more customizable. Using browse(), however, requires knowledge of XHTML, and is a lot easier to use if you know CSS. You can learn about both of these at http://www.w3schools.com.
|