View Single Post
  #8  
Old 04-04-2006, 12:15 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
NPC Code:

new GuiBitmapCtrl(name) {
x = 0;
y = 0;
width = 200;
height = 100;
bitmap = "imageName.png/gif/mng/etc";
wrap = true;
}


Bitmap controls display an image the entire width/height of the control. If wrap is true, it tiles the image, if not, the image is stretched.
__________________
Eric Kraft
Reply With Quote