Thread: GUIs/HUDs
View Single Post
  #4  
Old 03-28-2006, 12:17 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
You should use screenwidth-WIDTHOFIMAGE screenheight-HEIGHTOFIMAGE

ie a 32x32 image (to put in very bottom right corner) would be
screenwidth-32,screenheight-32

also, to make sure that it always stays there you should (if this is on GS2 which I assume it is) check if the GraalControl is resized.

can do that by simple Gui functions.. ie: function GraalControl.onResize() and reposition the image using with(findimg(INDEX)) and changing the x y
Reply With Quote