or another approach:

Code:
strCoord[1]="img1.pcx";
strCoord[2]="img2.pcx";
strCoord[3]="img3.pcx";

i = int(random(3))+1;

panel coord00
{
bmap=strCoord[i];
}



i can't create an array of strings, can i? how can i solve it in another way?

Last edited by shady; 03/03/06 10:14.