That´s cause i will use now 144 different feature bitmaps.. means.. i need them absolutely randomized.. so i need them to be changed for every drawing...

means: i need that codepart:
Code:
str_cpy(bitmapname, "Plain");
			str_cpy(bitmapnumb, "111");
			randompic = integer(random(3)+1);
			if(randompic < 10){str_cat(bitmapname, "00");}
			else if(randompic < 100){str_cat(bitmapname, "0");}
			str_for_num(bitmapnumb, randompic);
			str_cat(bitmapname, bitmapnumb);
			str_cat(bitmapname, ".tga");
			plain_tile = bmap_create(bitmapname);



But it works now.. thanks ^^

Last edited by Espér; 07/04/11 20:51.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<