Hi fólk's,

I was wondering if it is possible to replace a window through a button click ?

This is what the window is:
 Code:
panel show_count
{
	layer = 150;
	window (575,55,128,128,count_tga,SlideCoordCount,0);
	flags = overlay,refresh,TRANSLUCENT;
}
 


now i want the 575 to be the x of the panel i clicked
Same for the 55 that is for the y of the panel i clicked

i tryed allteady with var's parsing through but it gives number syntax error's >.<

or is there someway to do it like show_count.x = 575 ?

thnx allready,


-The Dragon's Eye is alway's watching you!-