Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Einoo on Sun 12/12/2004 20:04:32

Title: I can't get GUI to show up [SOLVED]
Post by: Einoo on Sun 12/12/2004 20:04:32
I simply set the default GUI to always appear and moved it to the bottom of the screen (X 320, Y 170), but it won't show up! What am I doing wrong?
Title: Re: I can't get GUI to show up
Post by: Radiant on Sun 12/12/2004 20:31:14
X 320 is beyond the right side of the screen (which goes up to pixel 319). Try X = 0.
Title: Re: I can't get GUI to show up
Post by: monkey0506 on Sun 12/12/2004 21:28:57
Well, technically it does go all the way to 320, but that's the very right-most pixel. So, if you left-align the GUI to the right-most pixel, you are setting the GUI outside of the viewable area.   :P  But yeah, like radiant said, to left align the GUI to the viewable area, set the GUI to (0, 170).  ;)
Title: Re: I can't get GUI to show up
Post by: Radiant on Sun 12/12/2004 21:31:10
No, there are 320 pixels, but since the leftmost one is 0, it follows that the rightmost one is 319. Really :)
Title: Re: I can't get GUI to show up
Post by: monkey0506 on Sun 12/12/2004 23:15:23
Trying to be smart, I have once again proven myself stupid.  :-\
Title: Re: I can't get GUI to show up
Post by: Einoo on Mon 13/12/2004 01:22:08
Quote from: monkey_05_06 on Sun 12/12/2004 23:15:23
...I have once again proven myself stupid.Ã,  :-\
Me too. D'oh! Thanks! Now I will make the thumbs-up sign.