Main Menu
  • Welcome to The RPG Maker Resource Kit.

[GM] Need help displaying typed text

Started by Lab_Zero, November 27, 2007, 07:04:21 PM

0 Members and 1 Guest are viewing this topic.

Lab_Zero

I was wondering if someone knew how to display a string of recorded keyboard keys(like chat, or an instant message) on the screen. If you have an example I would love to see it, I'm more of a visual learner.

&&&&&&&&&&&&&

&&&&&&&&&&&&&&&&

J-Crew

I sent you a PM on this, and I'll try to create an example. And I have a question: Do you use the built in commands in gamemaker with the drag and drop interface or do you use more of coding for your games? Because I use mainly coding, and I don't want to code an example if you use the drag and drop interface.

Lab_Zero

#3
I use a bit of both to accomplish different effects, and Fred, I'm getting ready to check out that link.


That is a great example for a chat area, I'm going to try and reconfigure some of it so it will be used as speech balloons for the characters, will probably have to some how limit the amount of text allowed in the balloon. Yeah I read that one of the keyboard strings can hold up to 1024 characters.

    Here let me explain a little better of what I was wanting this for:
Let's just say I'm playin' a 1-player game (platform) and use a controller(so the keyboard is not used for game play), I want to be able to type a message and have a balloon type message display it, kinda comic book style messaging I guess. So it moves your ownline up in your own personal chat box, and doesn't move up if another player was to create their own message.

Lab_Zero

Well this was a bit more interesting than I thought. It's a client and server program, but for some reason or other I can't get it to work yet, I changed only the ip address, in like 4 areas, but I can't get the client to log into the server. The server runs like it's functioning ok, but that's all I get. Did you get it to work?