Thema: Delphi Quiz mit Stoppuhr

Einzelnen Beitrag anzeigen

HuxXx
(Gast)

n/a Beiträge
 
#3

Re: Quiz mit Stoppuhr

  Alt 20. Mai 2006, 16:56
So sähe es dann möglicherweise aus:

Delphi-Quellcode:
var zeit:integer;=0 // lokal

procedure Timer1......
begin
zeit:=zeit+1;
if zeit >= 120 then Application.Terminate;
end;
Greetz by Hux
  Mit Zitat antworten Zitat