Message txt when i put in the new frame.

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

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

Message txt when i put in the new frame.

Postby Giuseppe » Wed Mar 26, 2008 10:32 pm

When i go in the new frame i want to appear a txt, es: "HI".
In frame proprieties, advanced, vbs script I writed:

Action.Message "Hi"

When test the frame i look it, but I play the game on the start don't apperar.

Sorry my english.
Giuseppe
Frequent Poster
 
Posts: 147
Joined: Wed Mar 12, 2008 12:01 pm

Postby Lyberodoggy » Wed Mar 26, 2008 10:36 pm

try this one Giuseppe:
Code: Select all
Action.CreateTimedEvent 0.1,"Action.Message ""Hi""",False

I think this is going to work. Then again if it doesn't, just ask for a better solution.
User avatar
Lyberodoggy
Administrator
 
Posts: 2526
Joined: Sat Feb 17, 2007 3:31 pm
Location: Athens

Postby Giuseppe » Wed Mar 26, 2008 10:56 pm

Lyberodoggy wrote:try this one Giuseppe:
Code: Select all
Action.CreateTimedEvent 0.1,"Action.Message ""Hi""",False

I think this is going to work. Then again if it doesn't, just ask for a better solution.


OK Work, but the txt "HI" it disappears endured.
It would have to be at least 4-5 seconds
Giuseppe
Frequent Poster
 
Posts: 147
Joined: Wed Mar 12, 2008 12:01 pm

Postby Lyberodoggy » Wed Mar 26, 2008 11:00 pm

That's because of the length of the message I think. If you type "Hello, my name is Giuseppe" it will last longer. However if you want it to last even longer, create another time event doing the same thing with an interval equal to the message's time. For example, if Hi disappears after one second, then type:
Code: Select all
Action.CreateTimedEvent 1.1,"Action.Message ""Hi""",False


But as I said, if you type a big text, it will display it for more time.

This problem you had must have occured due to a transition to the frame you want the message to appear. I had the same problem...
User avatar
Lyberodoggy
Administrator
 
Posts: 2526
Joined: Sat Feb 17, 2007 3:31 pm
Location: Athens

Postby Giuseppe » Wed Mar 26, 2008 11:08 pm

Lyberodoggy wrote:That's because of the length of the message I think. If you type "Hello, my name is Giuseppe" it will last longer. However if you want it to last even longer, create another time event doing the same thing with an interval equal to the message's time. For example, if Hi disappears after one second, then type:
Code: Select all
Action.CreateTimedEvent 1.1,"Action.Message ""Hi""",False


But as I said, if you type a big text, it will display it for more time.

This problem you had must have occured due to a transition to the frame you want the message to appear. I had the same problem...


OK work perfect..
Thank you very much.. :P
Giuseppe
Frequent Poster
 
Posts: 147
Joined: Wed Mar 12, 2008 12:01 pm

Postby Lyberodoggy » Thu Mar 27, 2008 3:19 pm

You are welcome
User avatar
Lyberodoggy
Administrator
 
Posts: 2526
Joined: Sat Feb 17, 2007 3:31 pm
Location: Athens


Return to Adventure Maker Technical Support and Bug Reports

Who is online

Users browsing this forum: No registered users and 0 guests

cron