PDA

View Full Version : game maker help!


pizza
08-22-2005, 10:25 AM
How can you make a window appear(where you can write stuff) in game maker(6)?
(Similar to "If the user answers yes to a question")

Mr.Onion
08-22-2005, 12:00 PM
This is easy in an atchal programming languge but I can't think how to do it with Gamemaker.
Atkins? :D

Sokko
08-22-2005, 12:36 PM
The script function get_string(str,def) opens a dialog box with a text input, where str is the dialog message and def is the default input string. There's no way to do this with drag-and-drop.

pizza
08-23-2005, 07:49 AM
um.. thanks :)

Julian
09-19-2005, 01:56 PM
The script function get_string(str,def) opens a dialog box with a text input, where str is the dialog message and def is the default input string. There's no way to do this with drag-and-drop. GML?

Sokko
09-19-2005, 06:32 PM
Yes, that would be the other way of programming things in GM, besides drag-and-drop.