Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
What the code to close it?
-
- Member
- Posts: 12
- Joined: June 1st, 2010, 8:13 am
- Name: law
What the code to close it?
I wan to close the talk bar... What's the code pls help me
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: What the code to close it?
When you are at the end of the script, just make a button that says close
Add that under the last bit of text in your script and that should close the box.
Have a good one,
Arcones
Code: Select all
guibutton "[close]" "cleargui"
]
Have a good one,
Arcones


Want a user bar like this one? PM Leo!
- Leo_V117
- Support Team
- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: What the code to close it?
Actually, arc, if you read the TUT correctly, I stated that the button name should be within "" and the function within []
@xnevilnx07: Its better if you do this:
Hope that Helps.
- Leo
@xnevilnx07: Its better if you do this:
Code: Select all
guibutton "Close" [cleargui; echo "See Ya"; sleep 1000 [say "Bye"]]
- Leo
Game Projects
Sandbox Tools
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: What the code to close it?
Yeah, my point was this, my close was just saying a "this is a close button." I just did an easy example. 


Want a user bar like this one? PM Leo!
- Leo_V117
- Support Team
- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: What the code to close it?
Oh, Okay, But It is easy to make a mistake and misread the statement.
Game Projects
Sandbox Tools
-
- Member
- Posts: 12
- Joined: June 1st, 2010, 8:13 am
- Name: law
Re: What the code to close it?
Thanks for you to reply me
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
Re: What the code to close it?
So this is the way you guys (Leo and Arc) get so much posts!
- Leo_V117
- Support Team
- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: What the code to close it?
Yep... Im the menu coder, hes the argument coder... although I can do both.
Game Projects
Sandbox Tools