The RPG Maker Resource Kit

Other Game Creation => Other Game Making Programs => Topic started by: Lab_Zero on November 27, 2007, 07:04:21 PM

Title: [GM] Need help displaying typed text
Post by: Lab_Zero on November 27, 2007, 07:04:21 PM
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.
Title: Re: Need help displaying typed text
Post by: &&&&&&&&&&&&& on November 27, 2007, 07:14:33 PM
I don't know anything about GML, but I found this.

http://gmc.yoyogames.com/index.php?showtopic=338810
Title: Re: Need help displaying typed text
Post by: J-Crew on November 27, 2007, 07:16:26 PM
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.
Title: Re: Need help displaying typed text
Post by: Lab_Zero on November 27, 2007, 09:04:30 PM
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.
Title: Re: Need help displaying typed text
Post by: Lab_Zero on November 28, 2007, 05:43:27 AM
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?