TEXT MESSAGES

This forum is meant for posting anything related to Adventure Maker that doesn't fit in the other forums.Please post technical questions in the Technical Support Forum!

Moderators: time-killer-games, Vengeance66, Candle, reneuend, GM-Support

TEXT MESSAGES

Postby LindaCat » Wed Nov 08, 2006 12:16 pm

I?m really unhappy with the look of the text messages: The black field, the font colour, and the font size, etc. Is there a way I can modify the messages to suite my taste?
User avatar
LindaCat
Active Member
 
Posts: 98
Joined: Mon Sep 18, 2006 3:26 pm

Postby Kain » Wed Nov 08, 2006 6:21 pm

See the plugins section in AM main site.
Kain
Junior Member
 
Posts: 11
Joined: Thu Nov 02, 2006 8:53 pm

Postby Candle » Wed Nov 08, 2006 8:21 pm

EXAMPLES:

To change to "Times New Roman" the font of the messages that appear at the bottom of the screen, use the following code:
MessageObject.FontName = "Times New Roman"

To change the size of the text displayed at the bottom of the screen, use the following code:
MessageObject.FontSize = 20

To change the color of the text displayed at the bottom of the screen, use the following code:
MessageObject.ForeColor = RGB(0,0,255)

To change what it is written on the "Exit" button of the menu that appears when you press "Esc" during the game, use the following code:
ExitMenuObject.Caption = "ENTER_SOME_TEXT_HERE"

To change the font of the questions that appear in the conversations created with the Dialogue Wizard, use the following code:
For Each X in DialogueObject
X.FontName = "Times New Roman"
X.FontSize = 20
X.FontUnderline = True
Next

``````
http://www.adventuremaker.com/help/vbsc ... am_objects
User avatar
Candle
Administrator
 
Posts: 3077
Joined: Sat Feb 07, 2004 2:21 am
Location: Rudy's Bar

Postby LindaCat » Thu Nov 09, 2006 9:39 am

Thanks. :oops:
User avatar
LindaCat
Active Member
 
Posts: 98
Joined: Mon Sep 18, 2006 3:26 pm


Return to Adventure Maker General Discussion

Who is online

Users browsing this forum: No registered users and 0 guests

cron