das war jetzt nicht thema der frage....ich würds der einfachheit halber so machen:
Delphi-Quellcode:
randomize;
x:=random(2);
if x=0
then lade_bild_1
else lade_bild_2;
bei random(x) kommt eine ganzzahl y raus, 0 <= y < x, sprich, eine zahl von 0 bis x-1 (inklusive)
oder lkag das problem doch beim laden?