Howdy,
 
 
I am designing a ping pong game for a Uni project.
I am after some help with drawing the paddles on the screen.
 
The problem is that the paddles are to be made up of 6 segments.
I have created the segments in a separate class, but I now want to draw the segments so that they look like:
 
 __
|__|                Sorry about the crude drawing
|__|
|__|
|__|
|__|
|__|
 
I was going to create the paddle as an array of segments [6]
but I do not know how then to display them on the screen where I want them.
 
If anybody could help it would be greatly appreciated.
 
Thanks
 
TM

Reply via email to