: Hi World,
: I am making a pong game(gasp!). I got the ball, paddle and the code in my head. The problem is that i have a loop for the thing that when the ball reaches a certain point, the program checks if the paddle is there or not. If the paddle is not there a msgbox appears. If it is there then the ball starts moving back towards the other way. But i can't move the paddle at all because a loop is already going on. Can anybody help me fix this or can anybody give me an alternate for this kind of game.
:
:
: THX
: Dhruv(BattleGuard)
:
:
check for paddle movement and calculate that, probably through a function (in c) or a subroutine (in assembler) or anything similar, inside the loop.