
03-28-2006, 12:17 AM
|
|
Banned
|
 |
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
|
|
|
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 |
|
|
|