Hast du es schonmal mit (in Unit1)
Delphi-Quellcode:
procedure TForm1.FormCreate(Sender: TObject);
begin
path := ExtractFilePath( ParamStr( 0 ) );
PFeuer := TPistol.Create( Self ); // neu
PNormal := TPistol.Create( Self ); // neu
PFeuer.Picture.LoadFromFile( path + 'gun1.bmp' ); // Änderung
PNormal.Picture.LoadFromFile( path + 'gun2.bmp' ); // Änderung
Image7.Picture.Bitmap.PixelFormat := pf24Bit;
Start:=50;
Phase:=1;
a := 0;
Punkte:=0;
randomize;
doublebuffered := true;
end;
probiert?
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)