About Store Forum Documentation Contact



Post Reply 
Gui in GUI
Author Message
Quintlit Offline
Member

Post: #1
Gui in GUI
hi guys,
we need to make a 2D game for a school project. I'm kinda stuck on the GUI. i have a GUI that shows a weapon menu with different weapons if you click on that wepaon box it should spawn another GUi with information about the weapons but i don't know how to do that. can someone help me ?

kind regards
Quinten
03-05-2018 01:27 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Gui in GUI
Hi,
You could show a new Window after clicking on the weapon box. Or entire set of objects from the gui editor.
Use += and -= operators to assign or unassuming objects to parents.
Also can use hide and show methods.
03-07-2018 12:40 PM
Find all posts by this user Quote this message in a reply
Post Reply