quote:
Originally posted by roflmao456
code:
function set(){
var Wnd = MsgPlus.CreateWnd("windows.xml","test");
Wnd.ImageElmt_SetImageFile("testImg","crazyman");
}
testImg is defined
testImg is defined as a variable? If thats what you mean, why are you using quotes? Or do you mean defined in the XML?
I think I actually tried to do what your doing with part of the interface for the tic-tac-toe script we made, but I don't think it was possible to change it via code