2DWorlds Forums
Tomorrow, I'm going to stop being lazy and finish User Interfaces - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: 2DWorlds Discussion (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=10)
+--- Thread: Tomorrow, I'm going to stop being lazy and finish User Interfaces (/showthread.php?tid=4988)



Tomorrow, I'm going to stop being lazy and finish User Interfaces - Jacob__mybb_import1 - 05-25-2011

Sound like a plan? How many of you will use them in your games?


RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Good - 05-25-2011

Ok Jacob_


RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Slendurrman - 05-25-2011

By user interfaces you mean things likes GUI's???? YESSS!!! I WOULD LOVE THEM!


RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Micky - 05-25-2011

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!


RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Login - 05-25-2011

(05-25-2011, 10:11 PM)Jacob_ Wrote: Sound like a plan? How many of you will use them in your games?

Details, please?




RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Fumetsu - 05-25-2011

(05-25-2011, 10:11 PM)Jacob_ Wrote: Sound like a plan? How many of you will use them in your games?

Yeah, more detail, PLEASE


RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Jacob__mybb_import1 - 05-25-2011

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.


RE: Tomorrow, I'm going to stop being lazy and finish User Interfaces - Qwertygiy - 05-25-2011

In essence, Player GUIs like from ROBLOX.

Desperately needed for pure game awsomeness.