<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2769" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm writing a simple game in Python with Livewires.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a couple of sprites in my game, but I want them to be solid so that 
my character doesn't run over them, but is stopped when he runs into them and so 
that the flying sprites rebound of it as they do against a wall.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have a 'Phantom' as the main character and a Piano as the other 
sprite.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I think&nbsp;I have to use (in Piano class):</DIV>
<DIV>&nbsp;</DIV>
<DIV>for Phantom in self.overlapping_sprites:</DIV>
<DIV>&nbsp;</DIV>
<DIV>.... something, I'm not sure. Any help would be appreciated. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks.</DIV>
<DIV>Adam Moss</DIV></FONT>   </BODY></HTML>