AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren

Fußgängerampel

Ein Thema von Beowulf · begonnen am 9. Apr 2008 · letzter Beitrag vom 12. Apr 2008
 
Beowulf

Registriert seit: 9. Apr 2008
4 Beiträge
 
Delphi 7 Enterprise
 
#1

Fußgängerampel

  Alt 9. Apr 2008, 12:46
hey leute,
für den info- unterricht sollen wir eine kreuzung progr., mit fußgängern, zwei, f ampeln, und zwei normalen ampeln.
jetzt bin ich an der stelle das die fußgänger hinzukommen, die zwei einfache shapes sind. bei betätigen des jeweils richtigen buttons soll der fußgänger auch auf dieser seite rübergehen und dann wieder am ausgangspunkt auftauchen. mein bisweiliger quelltext sieht so aus:

Delphi-Quellcode:
unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, ExtCtrls, StdCtrls, Buttons;

type
  TForm1 = class(TForm)
    Shape12: TShape;
  1.Brush.Color:=clmaroon;
  A2.Brush.Color:=clyellow;
  A3.Brush.Color:=clGreen;
  B1.Brush.Color:=clmaroon;
  B2.Brush.Color:=clyellow;
  B3.Brush.Color:=clGreen;
  zustand:='ampelgelb';
  timer1.enabled:=true;
end;
end;


procedure TForm1.Timer1Timer(Sender: TObject);
 begin
  if zustand='ampelgruenthen begin
  ampel1.brush.color:=clred;
  ampel2.brush.color:=clgreen;
  ampel3.brush.color:=clred;
  ampel4.brush.color:=clgreen;
  A1.Brush.Color:=clmaroon;
  A2.Brush.Color:=clolive;
  A3.Brush.Color:=cllime;
  B1.Brush.Color:=clmaroon;
  B2.Brush.Color:=clolive;
  B3.Brush.Color:=cllime;
  zustand:='ampelrot';

timer1.enabled:=false;
end;

if zustand='aampelrotthen begin
  A1.Brush.Color:=clred;
  A2.Brush.Color:=clolive;
  B1.Brush.Color:=clred;
  B2.Brush.Color:=clolive;
  ampel1.brush.color:=clmaroon;
  ampel2.brush.color:=cllime;
  ampel3.brush.color:=clmaroon;
  ampel4.brush.color:=cllime;
  zustand:='ampelrotgelb';
end;

if zustand='ampelgelbthen begin
  A1.Brush.Color:=clred;
  A2.Brush.Color:=clolive;
  A3.Brush.Color:=clgreen;
  B1.Brush.Color:=clred;
  B2.Brush.Color:=clolive;
  B3.Brush.Color:=clgreen;
  ampel1.brush.color:=clmaroon;
  ampel2.brush.color:=cllime;
  ampel3.brush.color:=clmaroon;
  ampel4.brush.color:=cllime;
  zustand:='aampelrot';
end;

if zustand='ampelrotgelbthen begin
  ampel1.brush.color:=clred;
  ampel2.brush.color:=clgreen;
  ampel3.brush.color:=clred;
  ampel4.brush.color:=clgreen;
  A1.Brush.Color:=clred;
  A2.Brush.Color:=clyellow;
  A3.Brush.Color:=clgreen;
  B1.Brush.Color:=clred;
  B2.Brush.Color:=clyellow;
  B3.Brush.Color:=clgreen;
  zustand:='ampelgruen';
end;
end;

procedure TForm1.IIClick(Sender: TObject);
 begin
  if zustand='ampelrotthen begin
  A1.Brush.Color:=clmaroon;
  A2.Brush.Color:=clyellow;
  A3.Brush.Color:=clGreen;
  B1.Brush.Color:=clmaroon;
  B2.Brush.Color:=clyellow;
  B3.Brush.Color:=clGreen;
  zustand:='ampelgelb';
  timer1.enabled:=true;

end;
end;
end.
hoffe es kennt jemand die antwort
  Mit Zitat antworten Zitat
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:16 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz