Wednesday, September 20, 2006

Coding the "Front" form

Here is the code for clicking the game:

procedure TFormFront.ImageFrontClick(Sender: TObject);
begin
Close;
FormGame.Position:=poScreenCenter;
end;

No comments: