[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] how to get point where is an image ...
- To: pygame-users@xxxxxxxx
- Subject: [pygame] how to get point where is an image ...
- From: Juan Reyes López <servivo@xxxxxxxxx>
- Date: Tue, 11 Oct 2005 01:17:59 -0300
- Delivered-to: archiver@seul.org
- Delivered-to: pygame-users-outgoing@seul.org
- Delivered-to: pygame-users@seul.org
- Delivery-date: Tue, 11 Oct 2005 00:18:13 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FJSRUX5D8beCK/DtKz4PRwZ28W3IojR5Exe6ki3lGPO1PmhUSdOSgLd9+zg5UY7jSCCClpYK/wEJHPVrQ5uEKdYu7qP2jSIkSySo3KM8UnrLMXV3eiCG2/T3/8E84C8jb5pNcZZei4IS2auGawN0ZZdXufXtwKS/nFdqmnUp2xs=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
player = pygame.image.load('player.jpg').convert()
.....
I move player to other point, the initial point was (0,0) how I can get new (x,y) where player is drawed?