Page 2 of 2

PostPosted: Sun Feb 10, 2008 7:58 pm
by GM-Support
For more colors:

Code: Select all
TextBoxObject(1).BackColor = RGB(RED, GREEN, BLUE)

where you must replace "RED", "GREEN", and "BLUE" by integer values comprise between 0 and 255. Example:
Code: Select all
TextBoxObject(1).BackColor = RGB(134, 255, 98)


More info at:
http://www.adventuremaker.com/help/vbsc ... erence.htm

(under the "Other functions" section at the bottom of the page)

PostPosted: Tue Feb 12, 2008 7:33 pm
by Chromegloss55
I think you can also change the colour of the text using this code:

TextBoxObject(1).ForeColor = RGB(Red Val, Green Val, Blue Val)

Not sure, check if it works.
_________________
stock market history

PostPosted: Thu Apr 17, 2008 9:39 pm
by chickens1127
Can I do this w/ free version???



I am so confused becuase I can't find a list of what I can do or I can't...

PostPosted: Thu Apr 17, 2008 10:30 pm
by Candle
look at the bottom of the page and see what you can do and can't.
http://www.adventuremaker.com/overview.htm