Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: index error when using lists to blit rotated images
Post: RE: index error when using lists to blit rotated i...

I appreciate the input, and your time, buran. Thanks, again.
codefun45 Game Development 7 3,584 Sep-03-2020, 11:11 PM
    Thread: index error when using lists to blit rotated images
Post: RE: index error when using lists to blit rotated i...

Here is what I have so far. import pygame import math import random pygame.init() pygame.font.init() clock = pygame.time.Clock() infoObject = pygame.display.Info() game_screen_x = infoObject.cur...
codefun45 Game Development 7 3,584 Sep-03-2020, 06:46 AM
    Thread: index error when using lists to blit rotated images
Post: RE: index error when using lists to blit rotated i...

Thanks to you both for your replies. I was playing around with the suggestions and realized my mistake...I forgot to change ship_one.rot_angle to self.rot_angle. It works now. If possible, buran, w...
codefun45 Game Development 7 3,584 Sep-02-2020, 11:44 PM
    Thread: index error when using lists to blit rotated images
Post: index error when using lists to blit rotated image...

Hello, I am getting an index error when trying to use lists of rotated images. originally, to rotate images of 2 spaceships (think asteroids), I used a function to rotozoom each image for every degre...
codefun45 Game Development 7 3,584 Sep-01-2020, 06:25 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020