
-----------------------------------
rbb
Fri May 09, 2003 10:02 am

How could you make a GUI like this one....
-----------------------------------
How do you make a custom GUi but with different button formations and differnts background colors.
Like this one
 2D shooter game
 6 Homer_simpson 183 Sat Apr 26, 2003 12:38 pm
Homer_simpson  
It's on the submission forum

-----------------------------------
Homer_simpson
Fri May 09, 2003 11:18 am


-----------------------------------
try http://www.compsci.ca/bbs/viewtopic.php?t=623
I have put all the Custom GUI that i used in 2D shooter in there... if you need any help with using them just lemme know...

-----------------------------------
rbb
Mon May 12, 2003 8:37 am

Okay I need some help here...
-----------------------------------
Alright I was just wondering how you made your layout for that spaceship game so centered and looked good. I tried to use your custom GUI thing and all I can get is the button thing on the left side. I just need some assistance on how to center it and make it look decently presentable.

-----------------------------------
Homer_simpson
Mon May 12, 2003 12:57 pm


-----------------------------------
ok... for that you need another one of my functions
var bfont : int := Font.New ("System:12")
var menu1 := 0
function mouseover (x1, y1, x2, y2 : int) : boolean
    var mousex, mousey, mouseb : int
    mousewhere (mousex, mousey, mouseb)
    if mousex >= x1 and mousex = y1 and mousey 