<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<span class="Apple-style-span" style="font-family: 'Segoe UI'; ">import sys, pygame<div><br><div>pygame.init()</div><div><br></div><div>background = pygame.image.load(""My png image 800x 532)</div><div><br></div><div>backgroundRect = background.get_rect()</div><div><br></div><div>size = (width, height) = background.get.size()</div><div><br></div><div>screen = pygame.display.set_mode(size)</div><div><br></div><div>screen.blit(background, backgroundRect)</div><div><br></div><div>pygame.display.flip()</div><div><br></div><div>I want to use pygame to create 4 buttons from 175x67 png image</div><div><br></div><div>one button that initiates the Team.py file</div><div>one button that links to read a hs.txt</div><div>one button that initiates 800x532 png image in a new window</div><div>one button that quits pygame window</div></div></span><br /><hr />Windows Live helps you keep up with all your friends,  <a href='http://go.microsoft.com/?linkid=9660824' target='_new'>in one place.</a></body>
</html>