Gui Message Box, Allows the developer to create a pop up message box.
The message box allows the developer to edit the following properties:
Title: Text that will be displayed in the title bar
Text: Text that will be displayed in the main messagebox
Width: width of the messagebox
Height: Height of the messagebox
Offset X: The amount the messagebox will move in the x direction from the anchor position
Offset Y: The amount the messagebox will move in the y direction from the anchor position
Position Anchor: Where the messagebox will be anchored on the screen
You can customize the messagebox colors by right clicking on the node and selecting change overload, choose the overload the ends in (Color, Color, Color)
This will give you three more properties
Background Color: Changes the color of the messagebox body.
Title Background Color: Changes the color of the title bar.
Text Color: Changes the color of the title and message text.
Next Operators