Excuse to ask again for help, but i need to do the same thing, instead of
Quote:
ja1+=a;ja2+=a;ja3+=a;
its
Quote:
ja1.visible=on;ja2.visible=on;ja3.visible=on;
Its more complicated since its not only variable.. and all the "ja" are panels.. I can't make an array of panels. Can anyone tell me the method i have to look for ?