Using the BASIC language I may open buttons to their own specific window through: open "Main Menu" for window as #main
This will open the buttons to their own separate window from the main window. Ideally I'd like the buttons to open in a designated area of the main window, so I can create a menu and user interface for the game I'm coding.
If there is a way to open buttons to the main window, please let me know as it would be much appreciated.
UPDATE: I'm using the JustBasic compiler.