Perhaps;
PHP Code:
//#CLIENTSIDE
/* otherscript */
...
public function retrieveimage( intIndex ) {
return findimg(intIndex);
}
...
PHP Code:
...
temp.img = otherscript.retrieveimage( 2001 );
temp.img.zoom *= 1.1;
...
Can't guarantee anything, but that's my best bet.