Text message problem

This forum is meant for requesting technical support or reporting bugs.

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

Text message problem

Postby Marco » Mon Apr 19, 2010 11:03 am

Is there any way to remove the black box messages are written in (thus allows writing directly on background picture image) ?
In the Help Document it is referred to messageobject but is explained only how to change font type, font size and font color.

Thanks.
Marco
New Member
 
Posts: 4
Joined: Wed Mar 24, 2010 3:06 pm

Postby Mystery » Mon Apr 19, 2010 12:12 pm

There is no possibility to my knowledge to make the background of the textbox transparent, but there is a workaround:

Right-click on the screen to create a text on the screen at the place you wish.

In the Frame Properties add:
Code: Select all
Text(1).Caption = "This is my text"


For multiple lines, use this:
Code: Select all
Text(1).Caption = "This is the first line" + VBCRLF + "This is the second line"


In case you want text appear after the player clicks a specific hotspot, and not from the beginning when the frame is loaded, then In the Frame Properties add:
Code: Select all
Text(1).Caption=""


In the Hotspot Properties add:
Code: Select all
Text(1).caption= "This is my text."


The text features can be also manipulated (color, font etc.), e.g.
Code: Select all
Text(1).Forecolor=RGB(255,255,255)


To make the text disappear again, use a timed event, e.g.
Code: Select all
Action.CreateTimedEvent 6, "Text(1).Caption = """""


Please post if anything is unclear, or if you have more questions to this. :)
User avatar
Mystery
Forum Admin and Games Page admin
 
Posts: 2990
Joined: Sat Feb 04, 2006 8:12 am
Location: Switzerland

Postby mercedes » Mon Apr 19, 2010 1:06 pm

Hi there!~ Welcome to the Forums :D

There is a Custom Message plugin..that will allow you to customize the message box...
This way if u want..u can change the background..but it does remain..But you can make it look like this perhaps..
Take a look at the pictures..in the first post..They are ideas I had to customize the background..for the messages.

http://www.adventuremaker.com/phpBB2/viewtopic.php?t=4597&highlight=customize+message

Here is a plugin pack..which contains quite a few plugins..You can then decide which u want to enable in the Project's Properties~

Its not what you are looking for..but just an idea for future reference..:) The actual Text on the frame..is the best approach~
Plug-in Pack
User avatar
mercedes
VIP
 
Posts: 2460
Joined: Sun Mar 09, 2008 10:43 pm
Location: Canada..~


Return to Adventure Maker Technical Support and Bug Reports

Who is online

Users browsing this forum: No registered users and 0 guests