really nice script:) Specially i like the snap-function. now you must integrate 1 line to switch the layer(selected ever on top) and it is perfect ;P

Code:
temp=panel_name.layer;
i=0;
while(i<num_of_panels)
{
dump_pointer=ptr_for_handle(panels_list[ i]);
if(dump_pointer.layer>temp)
{
layer_sort(dump_pointer,dump_pointer.layer-1);
}
i+=1;
}
layer_sort(panel_name,num_of_panels);


i guess there is an error....

i have got just 1 thing:i can move the panels also without registrate them, why?
edit:ok i got it^^°

Last edited by Scorpion; 01/07/07 18:52.