Python Forum
Need help making a sprite - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: Need help making a sprite (/thread-20444.html)



Need help making a sprite - GalaxyCoyote - Aug-11-2019

I designed a sprite in a drawing application (bitmap) and I want to get that drawing into my game.

I need some help as the only method I have seen doesn't work for me.


RE: Need help making a sprite - ThomasL - Aug-11-2019

Let´s assume you are coding the game in python,
what game framework / modules are you using?
What only method have you tried and what was the error you got?
Without any of these informations we can´t help you.


RE: Need help making a sprite - GalaxyCoyote - Aug-11-2019

(Aug-11-2019, 03:06 PM)ThomasL Wrote: Let´s assume you are coding the game in python,
what game framework / modules are you using?
What only method have you tried and what was the error you got?
Without any of these informations we can´t help you.

I'm using only Pygame, the method I tried didn't produce an error but didn't do what I wanted it to. If there are any other modules I could use then please send me a link.


RE: Need help making a sprite - ThomasL - Aug-11-2019

I can highly recommend this playlist: Tech With Tim - Pygame Programming Tutorials


RE: Need help making a sprite - metulburr - Aug-11-2019

(Aug-11-2019, 03:09 PM)GalaxyCoyote Wrote: I'm using only Pygame, the method I tried didn't produce an error but didn't do what I wanted it to. If there are any other modules I could use then please send me a link.
What method did you use? What is the unexpected output? What is your code? you may also upload your image.