Jay LaCroix

344 points
User profile image.
Harper Woods, Michigan

Jay LaCroix is a technologist from Michigan, with a focus on Linux and open-source software. Using Linux since 2002, Jay has been a die-hard fan ever since. He is currently a Senior Solutions Architect and freelance consultant and enjoys training and empowering others to use Linux and to make the most of this amazing software. In his free time, Jay is an author of books such as Linux Mint Essentials, Mastering Linux Network Administration and most recently, Mastering Ubuntu Server. In addition, Jay creates instructional Linux videos at www.learnlinux.tv.

Authored Content

Authored Comments

Sorry, I meant:
backdrop = pygame.image.load(os.path.join('images','stage.png')).convert()

I'm not sure if I'm doing something wrong, but the following line doesn't work:

self.image = self.images[self.frame//ani+4]

Unless I change it to:

self.image = self.images[self.frame//ani]