GUI txt box help

Started by The Almighty Metroid, Tue 14/10/2008 02:09:44

Previous topic - Next topic

The Almighty Metroid

ok i have a menue made in the GUIs and I want to know:
how do i add text in the text box?
Who is more foolish? The fool, or the fool that follows him?

RickJ

1. gMyGui.Visible = false;     // Online Manual Reference

2. Create an intro room and have the player character start in that room.   Create a "Player enters room" event handler function and put script commands in that function like this:

Code: ags

function room_Load() {
     Display("Some intro text...");
     Wait(100);
     Display("Some more intro text...");
     Wait(100);
     Display("Some other intro text...");
}

Khris

Metroid, you're asking all the typical beginner's questions. If you're unable to find those answers in the manual, at least use the forum search before opening thread after thread.

The Almighty Metroid

Who is more foolish? The fool, or the fool that follows him?

SMF spam blocked by CleanTalk