an example:
PHP Code:
//#CLIENTSIDE
function onCreated() {
with(findimg(200)) {
x = playero.x;
y = playero.y;
playerlook = true;
ani = playero.ani;
dir = playero.dir;
layer = 2;
}
of a way playerlook can be used
Well, GuiShowImgCtrl should inheritance all variables from TShowImg though.. weird