View Single Post
  #2  
Old 11-24-2009, 02:07 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
You can change it like any other variable of an object

PHP Code:
MyImage.image "block.png";
Stan_Window_Image_0.image "block.png"
if it's a dynamic name, you can do

PHP Code:
(@ "Stan_Window_Image" this.guildFlag).image "block.png"
However, you shouldn't be placing the image name in the GUI control's name. Instead, try appending numbers (_0, _1, etc)
__________________
Reply With Quote