Posts: 2,843
Threads: 382
Joined: Jul 2012
Reputation:
0
Sound like a plan? How many of you will use them in your games?
Posts: 1,553
Threads: 186
Joined: Apr 2011
Reputation:
0
By user interfaces you mean things likes GUI's???? YESSS!!! I WOULD LOVE THEM!
Posts: 2,617
Threads: 129
Joined: Jan 2013
Reputation:
0
Sounds good, hey, did you ever thought of getting some BNuildists to help you? not me, beacues im freacking lazy, but there are some pretty good scipters here , anyways, ill be sure of trying the interfaces!
Posts: 2,843
Threads: 382
Joined: Jul 2012
Reputation:
0
It's similar to the way you create UIs in Java. Add UIFrames to the player's PlayerUI (name may be changed), then add buttons, labels, and images to the frames. Buttons will have a MouseDown event that you can use to make them do things when they are clicked.
Giving a player the initial UI for your game will be done from a PlayerAdded script.
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
In essence, Player GUIs like from ROBLOX.
Desperately needed for pure game awsomeness.