Game using Free Pascal. Code that confuse me. . .
if (
(Ball.Left (MoreThan Symbol) Paddle.Left)
and (Ball.Left + Ball.Width (Less Than Symbol) Paddle.Left + Paddle.Width)
and (Ball.Top + Ball.Height (More Than and Equal Symbol) Paddle.Top)
and (DirectionTop = False)
) then begin
. . . . . . . . . . . . . . . . . . . . . . . . .
Programming is my hobby. Here Visual Basic .net , Netbeans Java, JavaFX, FXML , Delphi-7 , Python & C++ programming Video Will be Uploaded.....
Please Visite My Blog for Code : easyprogramming1990.blogspot.com
#Pong_Game_using_Free_Pascal
#Game_Making_Example
#Free_Pascal_Tutorial
#Lazarus_IDE_Tutorial
#programming
#programmingABC