Ich habe folgendes geschrieben:
Delphi-Quellcode:
procedure TForm1.trash;
var start:longint;
i:integer;
begin
repeat
start:=gettickcount;
if start+50=gettickcount then image4.picture.LoadFromFile('.\pics\trash_open1.bmp');
if start+100=gettickcount then image4.Picture.loadfromfile('.\pics\trash_open2.bmp');
if start+150=gettickcount then image4.Picture.LoadFromFile('.\pics\trash_blum.bmp');
if start+2150=gettickcount then image4.Picture.loadfromfile('.\pics\trash.bmp');
inc(i);
until i=10;
end;
An der Stelle wo das Programm die oben genannte Prozedur aufruft, bleibt es einfach stehen und man kann darin nichts mehr machen. Wie muss man mit "GettickCount" umgehen?
Ich will ein Sloganizer Banner haben. Punkt.